1
0
mirror of https://github.com/LZStealth/armor-statues.git synced 2025-06-07 17:16:44 +01:00
armor-statues/pack.mcmeta
MukiTanuki d7b2cd84d9 1.20.5 update
Updated everything to work with the new component system.
The Armor Statues book can be crafted using a book+armor stand in a crafting table.
The Pointer Wand can be crafted using a stick+armor stand in a crafting table.
The Adjustment Wand can be crafted using a warped fungus on a stick+armor stand in a crafting table.
Renaming written books/sticks/fungus on a stick to 'statues' to give the respective items is disabled by default (you can enable these via the admin menu) since you can craft them via the crafting table. -  you can re-enable via admin menu.
The trigger for getting pointer wand/adjustment wand is disabled by default since you can craft them via the crafting table. - you can re-enable via admin menu.
Added 1/10th pixel nudging.
Added Scale to the Armor Statues book.
Adjusted all other applicable functions to work with scaling.
You can adjust the min and max caps for scaling via the admin menu.
2024-05-03 02:36:58 -06:00

29 lines
477 B
JSON

{
"pack": {
"pack_format": 18,
"supported_formats": {
"min_inclusive": 18,
"max_inclusive": 41
},
"description": [{"text":"Armor Statues","color":"gold"},{"text":"\n","color":"yellow"}]
},
"overlays": {
"entries": [
{
"directory": "1_20_3",
"formats": {
"min_inclusive": 19,
"max_inclusive": 9999999
}
},
{
"directory": "1_20_5",
"formats": {
"min_inclusive": 41,
"max_inclusive": 9999999
}
}
]
}
}