Skip to content

Commit

Permalink
shooting stars items and NPC
Browse files Browse the repository at this point in the history
should be everything needed for the update, i went ahead and added the star fragment used to recolour the prospector gear so i wouldn't forget about it later.
  • Loading branch information
Regorty committed Aug 25, 2024
1 parent 0d78b4f commit b97c034
Show file tree
Hide file tree
Showing 8 changed files with 1,243 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/minecraft/models/item/apple.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
{"predicate": {"custom_model_data":47},"model":"ms:mobs/ogre/chief_tess"},
{"predicate": {"custom_model_data":48},"model":"ms:mobs/wolf/big_wolf_feldip"},
{"predicate": {"custom_model_data":49},"model":"ms:mobs/wolf/big_wolf_wwm"},
{"predicate": {"custom_model_data":50},"model":"item/empty"},
{"predicate": {"custom_model_data":50},"model":"ms:mobs/dwarf/dwarf_dusuri"},
{"predicate": {"custom_model_data":51},"model":"item/empty"},
{"predicate": {"custom_model_data":52},"model":"item/empty"},
{"predicate": {"custom_model_data":53},"model":"item/empty"},
Expand Down
10 changes: 9 additions & 1 deletion assets/minecraft/models/item/beetroot.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,14 @@
{"predicate": {"custom_model_data":113},"model":"ms:mi_sm/ore/stardust_2"},
{"predicate": {"custom_model_data":114},"model":"ms:mi_sm/ore/stardust_3"},
{"predicate": {"custom_model_data":115},"model":"ms:mi_sm/ore/stardust_4"},
{"predicate": {"custom_model_data":116},"model":"ms:mi_sm/ore/stardust_5"}
{"predicate": {"custom_model_data":116},"model":"ms:mi_sm/ore/stardust_5"},
{"predicate": {"custom_model_data":117},"model":"ms:mi_sm/mining_guild/celestial_ring_uncharged"},
{"predicate": {"custom_model_data":118},"model":"ms:mi_sm/mining_guild/celestial_ring_charged"},
{"predicate": {"custom_model_data":119},"model":"ms:mi_sm/mining_guild/star_fragment"},
{"predicate": {"custom_model_data":120},"model":"item/empty"},
{"predicate": {"custom_model_data":121},"model":"item/empty"},
{"predicate": {"custom_model_data":122},"model":"item/empty"},
{"predicate": {"custom_model_data":123},"model":"item/empty"},
{"predicate": {"custom_model_data":124},"model":"item/empty"}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"credit": "Made with Blockbench",
"parent": "item/handheld",
"textures": {
"layer0": "item/custom/diamond_shovel/mining_or_smithing/mining_guild/celestial_ring"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"credit": "Made with Blockbench",
"parent": "item/handheld",
"textures": {
"layer0": "item/custom/diamond_shovel/mining_or_smithing/mining_guild/celestial_ring"
}
}
7 changes: 7 additions & 0 deletions assets/ms/models/mi_sm/mining_guild/star_fragment.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"credit": "Made with Blockbench",
"parent": "item/handheld",
"textures": {
"layer0": "item/custom/diamond_shovel/mining_or_smithing/mining_guild/star_fragment"
}
}
Loading

0 comments on commit b97c034

Please sign in to comment.