Skip to content

Commit

Permalink
Merge branch 'master' into Ender-Main
Browse files Browse the repository at this point in the history
  • Loading branch information
EnderSven committed Feb 4, 2024
2 parents 2030700 + c6fcf4f commit b99f2b1
Show file tree
Hide file tree
Showing 5 changed files with 1,339 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/minecraft/models/item/arrow.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
{"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":"ms:stone_pickaxe/bank/bankchestclosed"},
{"predicate": {"custom_model_data":142},"model":"item/empty"},
{"predicate": {"custom_model_data":143},"model":"item/empty"},
{"predicate": {"custom_model_data":144},"model":"item/empty"},
{"predicate": {"custom_model_data":145},"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 b99f2b1

Please sign in to comment.