fixed workflow only grabbing the readme
All checks were successful
Upload .zip file / Upload .zip file (push) Successful in 5s
All checks were successful
Upload .zip file / Upload .zip file (push) Successful in 5s
This commit is contained in:
parent
1b67673b92
commit
4a19e5053a
11 changed files with 0 additions and 0 deletions
5
data/minecraft/functions/load.json
Normal file
5
data/minecraft/functions/load.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"values": [
|
||||
"#nonetherite:load"
|
||||
]
|
||||
}
|
5
data/minecraft/functions/tick.json
Normal file
5
data/minecraft/functions/tick.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"values": [
|
||||
"#nonetherite:tick"
|
||||
]
|
||||
}
|
5
data/minecraft/tags/functions/load.json
Normal file
5
data/minecraft/tags/functions/load.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"values": [
|
||||
"nonetherite:load"
|
||||
]
|
||||
}
|
5
data/minecraft/tags/functions/tick.json
Normal file
5
data/minecraft/tags/functions/tick.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"values": [
|
||||
"nonetherite:tick"
|
||||
]
|
||||
}
|
5
data/nonetherite/functions/load.mcfunction
Normal file
5
data/nonetherite/functions/load.mcfunction
Normal 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
|
17
data/nonetherite/functions/tick.mcfunction
Normal file
17
data/nonetherite/functions/tick.mcfunction
Normal 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
|
5
data/nonetherite/tags/functions/load.json
Normal file
5
data/nonetherite/tags/functions/load.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"values": [
|
||||
"nonetherite:load"
|
||||
]
|
||||
}
|
5
data/nonetherite/tags/functions/tick.json
Normal file
5
data/nonetherite/tags/functions/tick.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"values": [
|
||||
"nonetherite:tick"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue