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:
parent
af4dd91277
commit
8758ad4b2d
@ -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
|
||||
}
|
||||
]
|
@ -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
|
||||
}
|
||||
]
|
@ -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
|
||||
}
|
||||
]
|
28
1_20_3/data/armor_statues/item_modifiers/pointer_wand.json
Normal file
28
1_20_3/data/armor_statues/item_modifiers/pointer_wand.json
Normal 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}"
|
||||
}
|
||||
]
|
44
1_20_3/data/armor_statues/loot_tables/adjustment_wand.json
Normal file
44
1_20_3/data/armor_statues/loot_tables/adjustment_wand.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
39
1_20_3/data/armor_statues/loot_tables/pointer_wand.json
Normal file
39
1_20_3/data/armor_statues/loot_tables/pointer_wand.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user