Skip to content

Commit

Permalink
rimmington models
Browse files Browse the repository at this point in the history
made oak drawers fit 2 wide on item frame and added a blue bed
  • Loading branch information
Regorty committed Aug 2, 2024
1 parent 9066dfb commit 53e3b2a
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 8 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 @@ -232,7 +232,7 @@
{"predicate": {"custom_model_data":229},"model":"ms:clutter/church_candles"},
{"predicate": {"custom_model_data":230},"model":"ms:clutter/church_pew_red_left"},
{"predicate": {"custom_model_data":231},"model":"ms:clutter/church_pew_red_right"},
{"predicate": {"custom_model_data":232},"model":"item/empty"},
{"predicate": {"custom_model_data":232},"model":"ms:furniture/blue_full_size_bed"},
{"predicate": {"custom_model_data":233},"model":"item/empty"},
{"predicate": {"custom_model_data":234},"model":"item/empty"},
{"predicate": {"custom_model_data":235},"model":"item/empty"},
Expand Down
4 changes: 2 additions & 2 deletions assets/ms/models/cons/bedroom/oak_drawers.json
Original file line number Diff line number Diff line change
Expand Up @@ -768,8 +768,8 @@
},
"fixed": {
"rotation": [0, -180, 0],
"translation": [0, 4.75, 12],
"scale": [2.625, 2.625, 2.625]
"translation": [-16, 4, 14],
"scale": [4, 2.5, 2.5]
}
}
}
10 changes: 10 additions & 0 deletions assets/ms/models/furniture/blue_full_size_bed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"parent": "ms:furniture/red_gilded_full_size_bed",
"textures": {
"0": "item/custom/diamond_sword/construction/mahogany_plank",
"1": "item/custom/diamond_sword/construction/mahogany_plank",
"2": "item/custom/diamond_sword/construction/bolt_of_cloth",
"4": "item/custom/colors/blue_dark",
"5": "item/custom/diamond_sword/construction/bolt_of_cloth"
}
}
11 changes: 6 additions & 5 deletions assets/ms/models/furniture/red_gilded_full_size_bed.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"1": "item/custom/diamond_sword/construction/gold_leaf",
"2": "item/custom/diamond_sword/construction/bolt_of_cloth",
"4": "item/custom/colors/red_dark",
"5": "item/custom/goldhat",
"particle": "item/custom/diamond_sword/construction/gold_leaf"
},
"elements": [
Expand Down Expand Up @@ -1042,12 +1043,12 @@
{
"name": "Element",
"from": [-7, -4, -6],
"to": [17.25, -3, 22],
"to": [17, -3, 22],
"faces": {
"north": {"uv": [6.5, 9.25, 7, 9.625], "texture": "#1", "cullface": "north"},
"south": {"uv": [6.5, 9.25, 7, 9.625], "texture": "#1", "cullface": "north"},
"west": {"uv": [6.5, 9.25, 7, 9.625], "texture": "#1", "cullface": "north"},
"down": {"uv": [6.5, 9.25, 7, 9.625], "texture": "#1", "cullface": "north"}
"north": {"uv": [6.5, 9.25, 7, 9.625], "texture": "#5", "cullface": "north"},
"south": {"uv": [6.5, 9.25, 7, 9.625], "texture": "#5", "cullface": "north"},
"west": {"uv": [6.5, 9.25, 7, 9.625], "texture": "#5", "cullface": "north"},
"down": {"uv": [6.5, 9.25, 7, 9.625], "texture": "#5", "cullface": "north"}
}
}
],
Expand Down

0 comments on commit 53e3b2a

Please sign in to comment.