Skip to content

Commit

Permalink
added clock tower models/sprites
Browse files Browse the repository at this point in the history
  • Loading branch information
Regorty committed Jan 8, 2024
1 parent efd584a commit 2bf5bb5
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 5 deletions.
10 changes: 5 additions & 5 deletions assets/minecraft/models/item/beetroot.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
{"predicate": {"custom_model_data":16},"model":"ms:quest/t_h_i_t_s/a_magic_scroll"},
{"predicate": {"custom_model_data":17},"model":"ms:models/diamond_sword/other/rusty_scimitar"},
{"predicate": {"custom_model_data":18},"model":"ms:quest/biohazard/rotten_apple"},
{"predicate": {"custom_model_data":19},"model":"item/empty"},
{"predicate": {"custom_model_data":20},"model":"item/empty"},
{"predicate": {"custom_model_data":21},"model":"item/empty"},
{"predicate": {"custom_model_data":22},"model":"item/empty"},
{"predicate": {"custom_model_data":23},"model":"item/empty"},
{"predicate": {"custom_model_data":19},"model":"ms:quest/clock_tower/black_cog"},
{"predicate": {"custom_model_data":20},"model":"ms:quest/clock_tower/blue_cog"},
{"predicate": {"custom_model_data":21},"model":"ms:quest/clock_tower/red_cog"},
{"predicate": {"custom_model_data":22},"model":"ms:quest/clock_tower/white_cog"},
{"predicate": {"custom_model_data":23},"model":"ms:quest/clock_tower/rat_poison"},
{"predicate": {"custom_model_data":24},"model":"item/empty"},
{"predicate": {"custom_model_data":25},"model":"item/empty"},
{"predicate": {"custom_model_data":26},"model":"item/empty"},
Expand Down
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.
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.
7 changes: 7 additions & 0 deletions assets/ms/models/quest/clock_tower/black_cog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"credit": "Made by Regorty",
"parent": "item/handheld",
"textures": {
"layer0": "item/custom/quest/clock_tower/black_cog"
}
}
7 changes: 7 additions & 0 deletions assets/ms/models/quest/clock_tower/blue_cog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"credit": "Made by Regorty",
"parent": "item/handheld",
"textures": {
"layer0": "item/custom/quest/clock_tower/blue_cog"
}
}
7 changes: 7 additions & 0 deletions assets/ms/models/quest/clock_tower/rat_poison.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"credit": "Made by Regorty",
"parent": "item/handheld",
"textures": {
"layer0": "item/custom/diamond_shovel/quest/ernest_the_chicken/poison_item"
}
}
7 changes: 7 additions & 0 deletions assets/ms/models/quest/clock_tower/red_cog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"credit": "Made by Regorty",
"parent": "item/handheld",
"textures": {
"layer0": "item/custom/quest/clock_tower/red_cog"
}
}
7 changes: 7 additions & 0 deletions assets/ms/models/quest/clock_tower/white_cog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"credit": "Made by Regorty",
"parent": "item/handheld",
"textures": {
"layer0": "item/custom/quest/clock_tower/white_cog"
}
}

0 comments on commit 2bf5bb5

Please sign in to comment.