Skip to content

Commit

Permalink
melzars_maze_pt1
Browse files Browse the repository at this point in the history
melzars maze models, first part done, may end up being a 3 part series to get them all done, models should also be useful in draynor manor and other spookie/abandoned locations
  • Loading branch information
Regorty committed Aug 5, 2024
1 parent 38dde05 commit b385d19
Show file tree
Hide file tree
Showing 11 changed files with 778 additions and 714 deletions.
8 changes: 4 additions & 4 deletions assets/minecraft/models/item/arrow.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,10 @@
{"predicate": {"custom_model_data":231},"model":"ms:clutter/church_pew_red_right"},
{"predicate": {"custom_model_data":232},"model":"ms:furniture/blue_full_size_bed"},
{"predicate": {"custom_model_data":233},"model":"ms:clutter/cauldron_hettys"},
{"predicate": {"custom_model_data":234},"model":"item/empty"},
{"predicate": {"custom_model_data":235},"model":"item/empty"},
{"predicate": {"custom_model_data":236},"model":"item/empty"},
{"predicate": {"custom_model_data":237},"model":"item/empty"},
{"predicate": {"custom_model_data":234},"model":"ms:clutter/spooky_picture"},
{"predicate": {"custom_model_data":235},"model":"ms:clutter/banquet_table_old"},
{"predicate": {"custom_model_data":236},"model":"ms:furniture/chair3_old"},
{"predicate": {"custom_model_data":237},"model":"ms:clutter/candle_stand_dark_red"},
{"predicate": {"custom_model_data":238},"model":"item/empty"},
{"predicate": {"custom_model_data":239},"model":"item/empty"},
{"predicate": {"custom_model_data":240},"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.
300 changes: 150 additions & 150 deletions assets/ms/models/clutter/banquet_table.json

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions assets/ms/models/clutter/banquet_table_old.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "ms:clutter/banquet_table",
"textures": {
"0": "item/custom/colors/grey_light",
"1": "item/custom/stone_pickaxe/wood_planks_box_end",
"2": "item/custom/diamond_hoe/gold_bar",
"3": "item/custom/empty_blank"
}
}
7 changes: 3 additions & 4 deletions assets/ms/models/clutter/candle_stand_black.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"parent": "ms:clutter/cauldron_green_liquid",
"parent": "ms:clutter/candle_stand_gold",
"textures": {
"0": "item/custom/ironhat",
"4": "item/custom/colors/green_dark",
"particle": "item/custom/ironhat"
"0": "item/custom/colors/black",
"1": "item/custom/altar"
}
}
7 changes: 7 additions & 0 deletions assets/ms/models/clutter/candle_stand_dark_red.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"parent": "ms:clutter/candle_stand_gold",
"textures": {
"0": "item/custom/colors/barrowspink",
"1": "item/custom/altar"
}
}
414 changes: 207 additions & 207 deletions assets/ms/models/clutter/candle_stand_gold.json

Large diffs are not rendered by default.

35 changes: 35 additions & 0 deletions assets/ms/models/clutter/spooky_picture.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"credit": "Made by Regorty",
"textures": {
"0": "item/custom/spooky_picture",
"particle": "item/custom/spooky_picture"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 32, 2],
"faces": {
"east": {"uv": [0.125, 0.625, 0.90625, 2.65625], "texture": "#0"},
"south": {"uv": [0, 0, 16, 16], "texture": "#0"},
"west": {"uv": [0.125, 0.625, 0.90625, 2.65625], "texture": "#0"},
"up": {"uv": [0.125, 0.625, 0.90625, 2.65625], "texture": "#0"},
"down": {"uv": [0.125, 0.625, 0.90625, 2.65625], "texture": "#0"}
}
}
],
"display": {
"firstperson_righthand": {
"scale": [0.2, 0.2, 0.2]
},
"gui": {
"rotation": [12, 25, 0],
"translation": [1.5, -4.5, 0],
"scale": [0.5, 0.5, 0.5]
},
"fixed": {
"rotation": [0, -180, 0],
"translation": [0, 0, -14],
"scale": [2, 2, 2]
}
}
}
Loading

0 comments on commit b385d19

Please sign in to comment.