-
Notifications
You must be signed in to change notification settings - Fork 351
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b33d6e7
commit 1311773
Showing
3 changed files
with
84 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
53 changes: 53 additions & 0 deletions
53
resources/assets/enderio/blockstates/blockInventoryChest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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
31
resources/assets/enderio/models/block/blockInventoryChestCore.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" } | ||
| } | ||
| } | ||
| ] | ||
| } |