1
0
mirror of https://github.com/LZStealth/armor-statues.git synced 2025-06-07 17:16:44 +01:00

Added CustomModelData to wands.

This commit is contained in:
MukiTanuki 2024-01-20 02:16:03 -07:00
parent af4dd91277
commit 8758ad4b2d
6 changed files with 198 additions and 0 deletions

View File

@ -0,0 +1,29 @@
[
{
"function": "minecraft:set_nbt",
"tag":"{wand:1, Enchantments: [{}]}"
},
{
"function": "minecraft:set_nbt",
"tag":"{type:0, CustomModelData:10}"
},
{
"function": "minecraft:set_name",
"entity": "this",
"name": {
"text": "Adjustment Wand: X axis"
}
},
{
"function": "minecraft:set_lore",
"entity": "this",
"lore": [
["",
{"keybind":"key.sneak"},
{"text":"+"},
{"keybind":"key.use"},
{"text":" to set mode"}]
],
"replace": true
}
]

View File

@ -0,0 +1,29 @@
[
{
"function": "minecraft:set_nbt",
"tag":"{wand:1, Enchantments: [{}]}"
},
{
"function": "minecraft:set_nbt",
"tag":"{type:1, CustomModelData:11}"
},
{
"function": "minecraft:set_name",
"entity": "this",
"name": {
"text": "Adjustment Wand: Y axis"
}
},
{
"function": "minecraft:set_lore",
"entity": "this",
"lore": [
["",
{"keybind":"key.sneak"},
{"text":"+"},
{"keybind":"key.use"},
{"text":" to set mode"}]
],
"replace": true
}
]

View File

@ -0,0 +1,29 @@
[
{
"function": "minecraft:set_nbt",
"tag":"{wand:1, Enchantments: [{}]}"
},
{
"function": "minecraft:set_nbt",
"tag":"{type:2, CustomModelData:12}"
},
{
"function": "minecraft:set_name",
"entity": "this",
"name": {
"text": "Adjustment Wand: Z axis"
}
},
{
"function": "minecraft:set_lore",
"entity": "this",
"lore": [
["",
{"keybind":"key.sneak"},
{"text":"+"},
{"keybind":"key.use"},
{"text":" to set mode"}]
],
"replace": true
}
]

View File

@ -0,0 +1,28 @@
[
{
"function": "minecraft:set_nbt",
"tag":"{wand:1, Enchantments: [{}]}"
},
{
"function": "minecraft:set_name",
"entity": "this",
"name": {
"text": "Pointer Wand"
}
},
{
"function": "minecraft:set_lore",
"entity": "this",
"lore": [
["",
{"text":"Point at "},
{"translate":"entity.minecraft.armor_stand"},
{"text":" to use"}]
],
"replace": true
},
{
"function": "minecraft:set_nbt",
"tag":"{CustomModelData:10}"
}
]

View File

@ -0,0 +1,44 @@
{
"type": "minecraft:loot",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:warped_fungus_on_a_stick",
"functions": [
{
"function": "minecraft:set_nbt",
"tag":"{wand:1, CustomModelData:10, Enchantments: [{}]}"
},
{
"function": "minecraft:set_nbt",
"tag":"{type:0}"
},
{
"function": "minecraft:set_name",
"entity": "this",
"name": {
"text": "Adjustment Wand: X axis"
}
},
{
"function": "minecraft:set_lore",
"entity": "this",
"lore": [
["",
{"keybind":"key.sneak"},
{"text":"+"},
{"keybind":"key.use"},
{"text":" to set mode"}]
],
"replace": true
}
]
}
]
}
]
}

View File

@ -0,0 +1,39 @@
{
"type": "minecraft:loot",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:stick",
"functions": [
{
"function": "minecraft:set_nbt",
"tag":"{wand:1, CustomModelData:10, Enchantments: [{}]}"
},
{
"function": "minecraft:set_name",
"entity": "this",
"name": {
"text": "Pointer Wand"
}
},
{
"function": "minecraft:set_lore",
"entity": "this",
"lore": [
["",
{"text":"Point at "},
{"translate":"entity.minecraft.armor_stand"},
{"text":" to use"}]
],
"replace": true
}
]
}
]
}
]
}