Skip to content

Commit

Permalink
Added a temp model
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryLoenwind committed Dec 3, 2016
1 parent b33d6e7 commit 1311773
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 0 deletions.
Binary file added doc/models/blockInventoryChestCore.cubik
Binary file not shown.
53 changes: 53 additions & 0 deletions resources/assets/enderio/blockstates/blockInventoryChest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"forge_marker": 1,
"defaults": {
"textures": {
"all": "enderio:blocks/machineTemplate",
"particle": "enderio:blocks/machineTemplate",
"texture": "enderio:blocks/blockReinforcedObsidian"
}
},
"variants": {
"render":{
"defaults":{ "model":"enderio:transform/block" },
"auto":{ "model":"enderio:null" },
"front":{
"submodel":{
"s1":{ "model":"enderio:blockReinforcedObsidianSide", "y":0 },
"s2":{ "model":"enderio:blockReinforcedObsidianSide", "y":90 },
"s3":{ "model":"enderio:blockReinforcedObsidianSide", "y":180 },
"s4":{ "model":"enderio:blockReinforcedObsidianSide", "y":270 },
"s5":{ "model":"enderio:blockReinforcedObsidianTop", "x":90 },
"s6":{ "model":"enderio:blockReinforcedObsidianTop", "x":270 }
}
},
"front_east":{ "submodel":{ "na":{ "model":"minecraft:cube_all" } } },
"front_south":{
"submodel":{
"s1":{ "model":"enderio:blockReinforcedObsidianSide", "y":0 },
"s2":{ "model":"enderio:blockReinforcedObsidianSide", "y":90 },
"s3":{ "model":"enderio:blockReinforcedObsidianSide", "y":180 },
"s4":{ "model":"enderio:blockReinforcedObsidianSide", "y":270 },
"s5":{ "model":"enderio:blockReinforcedObsidianTop", "x":90 },
"s6":{ "model":"enderio:blockReinforcedObsidianTop", "x":270 }
}
},
"front_west":{ "submodel":{ "na":{ "model":"minecraft:cube_all" } } },
"front_on":{ "submodel":{ "na":{ "model":"minecraft:cube_all" } } },
"front_on_east":{ "submodel":{ "na":{ "model":"minecraft:cube_all" } } },
"front_on_south":{ "submodel":{ "na":{ "model":"minecraft:cube_all" } } },
"front_on_west":{ "submodel":{ "na":{ "model":"minecraft:cube_all" } } }
},
"size": {
"tiny": { "submodel":{ "core":{ "model":"enderio:blockInventoryChestCore" } } },
"small": { "submodel":{ "core":{ "model":"enderio:blockInventoryChestCore" } } },
"medium": { "submodel":{ "core":{ "model":"enderio:blockInventoryChestCore" } } },
"big": { "submodel":{ "core":{ "model":"enderio:blockInventoryChestCore" } } },
"large": { "submodel":{ "core":{ "model":"enderio:blockInventoryChestCore" } } },
"huge": { "submodel":{ "core":{ "model":"enderio:blockInventoryChestCore" } } },
"enormous": { "submodel":{ "core":{ "model":"enderio:blockInventoryChestCore" } } },
"warehouse": { "submodel":{ "core":{ "model":"enderio:blockInventoryChestCore" } } },
"warehouse13": { "submodel":{ "core":{ "model":"enderio:blockInventoryChestCore" } } }
}
}
}
31 changes: 31 additions & 0 deletions resources/assets/enderio/models/block/blockInventoryChestCore.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"__comment": "Designed by - with BDcraft Cubik PRO 0.95 Beta - http://bdcraft.net",
"textures": {
"chest": "entity/chest/normal"
},
"elements": [
{
"from": [ 0.5, 0.5, 0.5 ],
"to": [ 15.5, 11, 15.5 ],
"faces": {
"down": { "uv": [ 10.5, 8.25, 7, 4.75 ], "texture": "#chest", "cullface": "down" },
"north": { "uv": [ 0, 8.25, 3.5, 10.75 ], "texture": "#chest", "cullface": "north" },
"south": { "uv": [ 0, 8.25, 3.5, 10.75 ], "texture": "#chest", "cullface": "south" },
"west": { "uv": [ 0, 8.25, 3.5, 10.75 ], "texture": "#chest", "cullface": "west" },
"east": { "uv": [ 0, 8.25, 3.5, 10.75 ], "texture": "#chest", "cullface": "east" }
}
},
{
"__comment": "Cube2",
"from": [ 0.5, 11, 0.5 ],
"to": [ 15.5, 15.5, 15.5 ],
"faces": {
"up": { "uv": [ 3.5, 0, 7, 3.5 ], "texture": "#chest", "cullface": "up" },
"north": { "uv": [ 0, 3.5, 3.5, 4.75 ], "texture": "#chest", "cullface": "north" },
"south": { "uv": [ 0, 3.5, 3.5, 4.75 ], "texture": "#chest", "cullface": "south" },
"west": { "uv": [ 0, 3.5, 3.5, 4.75 ], "texture": "#chest", "cullface": "west" },
"east": { "uv": [ 0, 3.5, 3.5, 4.75 ], "texture": "#chest", "cullface": "east" }
}
}
]
}

0 comments on commit 1311773

Please sign in to comment.