fixed workflow only grabbing the readme
All checks were successful
Upload .zip file / Upload .zip file (push) Successful in 5s

This commit is contained in:
SeaswimmerTheFsh 2024-03-22 18:18:00 -04:00
parent 1b67673b92
commit 4a19e5053a
Signed by: cswimr
GPG key ID: B8953EC01E5C4063
11 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{
"values": [
"#nonetherite:load"
]
}

View file

@ -0,0 +1,5 @@
{
"values": [
"#nonetherite:tick"
]
}

View file

@ -0,0 +1,5 @@
{
"values": [
"nonetherite:load"
]
}

View file

@ -0,0 +1,5 @@
{
"values": [
"nonetherite:tick"
]
}

View file

@ -0,0 +1,5 @@
#This function is empty
#minecraft still requires it though
#
#Datapack made by Cootshk
#get it on modrinth at https://modrinth.com/mod/nonetherite

View file

@ -0,0 +1,17 @@
#armor
execute as @a[nbt={Inventory:[{id:"minecraft:netherite_helmet"}]}] run give @s diamond_helmet 1
execute as @a[nbt={Inventory:[{id:"minecraft:netherite_chestplate"}]}] run give @s diamond_chestplate 1
execute as @a[nbt={Inventory:[{id:"minecraft:netherite_leggings"}]}] run give @s diamond_leggings 1
execute as @a[nbt={Inventory:[{id:"minecraft:netherite_boots"}]}] run give @s diamond_boots 1
#refund netherite ingot
execute as @a[nbt={Inventory:[{id:"minecraft:netherite_helmet"}]}] run give @s netherite_ingot 1
execute as @a[nbt={Inventory:[{id:"minecraft:netherite_chestplate"}]}] run give @s netherite_ingot 1
execute as @a[nbt={Inventory:[{id:"minecraft:netherite_leggings"}]}] run give @s netherite_ingot 1
execute as @a[nbt={Inventory:[{id:"minecraft:netherite_boots"}]}] run give @s netherite_ingot 1
#clear everything
clear @a[nbt={Inventory:[{id:"minecraft:netherite_helmet"}]}] netherite_helmet 1
clear @a[nbt={Inventory:[{id:"minecraft:netherite_chestplate"}]}] netherite_chestplate 1
clear @a[nbt={Inventory:[{id:"minecraft:netherite_leggings"}]}] netherite_leggings 1
clear @a[nbt={Inventory:[{id:"minecraft:netherite_boots"}]}] netherite_boots 1

View file

@ -0,0 +1,5 @@
{
"values": [
"nonetherite:load"
]
}

View file

@ -0,0 +1,5 @@
{
"values": [
"nonetherite:tick"
]
}