Skip to content

Commit

Permalink
ardy models..
Browse files Browse the repository at this point in the history
should be the last of the west ardy models needed
  • Loading branch information
Regorty committed Feb 2, 2024
1 parent 1aab12e commit 1f15e41
Show file tree
Hide file tree
Showing 5 changed files with 1,341 additions and 6 deletions.
6 changes: 3 additions & 3 deletions assets/minecraft/models/item/arrow.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@
{"predicate": {"custom_model_data":136},"model":"ms:furniture/red_four_poster_bed"},
{"predicate": {"custom_model_data":137},"model":"ms:clutter/wall_rack_kitchen_2"},
{"predicate": {"custom_model_data":138},"model":"ms:clutter/big_wall_clock"},
{"predicate": {"custom_model_data":139},"model":"item/empty"},
{"predicate": {"custom_model_data":140},"model":"item/empty"},
{"predicate": {"custom_model_data":141},"model":"item/empty"},
{"predicate": {"custom_model_data":139},"model":"ms:clutter/cauldron_green_liquid"},
{"predicate": {"custom_model_data":140},"model":"ms:clutter/cauldron_biohazard"},
{"predicate": {"custom_model_data":141},"model":"ms:clutter/manhole_cover_west_ardougne"},
{"predicate": {"custom_model_data":142},"model":"item/empty"},
{"predicate": {"custom_model_data":143},"model":"item/empty"},
{"predicate": {"custom_model_data":144},"model":"item/empty"},
Expand Down
7 changes: 4 additions & 3 deletions assets/ms/models/clutter/candle_stand_black.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"parent": "ms:diamond_pickaxe/misc/candle_stand",
"parent": "ms:clutter/cauldron_green_liquid",
"textures": {
"0": "item/custom/tools/wood/rotten",
"1": "item/custom/altar"
"0": "item/custom/ironhat",
"4": "item/custom/colors/green_dark",
"particle": "item/custom/ironhat"
}
}
8 changes: 8 additions & 0 deletions assets/ms/models/clutter/cauldron_biohazard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parent": "ms:clutter/cauldron_green_liquid",
"textures": {
"0": "item/custom/ironhat",
"4": "item/custom/colors/opal_color",
"particle": "item/custom/ironhat"
}
}
Loading

0 comments on commit 1f15e41

Please sign in to comment.