add new icon set, thank you cosmic frontiers
This commit is contained in:
parent
095849edb0
commit
e2d01b6536
119 changed files with 339 additions and 4 deletions
43
kubejs/assets/gtceu/models/block/cube_3_layer/default.json
Normal file
43
kubejs/assets/gtceu/models/block/cube_3_layer/default.json
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"parent": "block/block",
|
||||
"elements": [
|
||||
{
|
||||
"from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 16, 16 ],
|
||||
"faces": {
|
||||
"down": { "texture": "#bot_down", "cullface": "down", "tintindex": 0 },
|
||||
"up": { "texture": "#bot_up", "cullface": "up", "tintindex": 0 },
|
||||
"north": { "texture": "#bot_north", "cullface": "north", "tintindex": 0 },
|
||||
"south": { "texture": "#bot_south", "cullface": "south", "tintindex": 0 },
|
||||
"west": { "texture": "#bot_west", "cullface": "west", "tintindex": 0 },
|
||||
"east": { "texture": "#bot_east", "cullface": "east", "tintindex": 0 }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 16, 16 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "texture": "#mid_down", "cullface": "down", "tintindex": 1 },
|
||||
"up": { "texture": "#mid_up", "cullface": "up", "tintindex": 1 },
|
||||
"north": { "texture": "#mid_north", "cullface": "north", "tintindex": 1 },
|
||||
"south": { "texture": "#mid_south", "cullface": "south", "tintindex": 1 },
|
||||
"west": { "texture": "#mid_west", "cullface": "west", "tintindex": 1 },
|
||||
"east": { "texture": "#mid_east", "cullface": "east", "tintindex": 1 }
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 16, 16 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "texture": "#top_down", "cullface": "down", "tintindex": 2 },
|
||||
"up": { "texture": "#top_up", "cullface": "up", "tintindex": 2 },
|
||||
"north": { "texture": "#top_north", "cullface": "north", "tintindex": 2 },
|
||||
"south": { "texture": "#top_south", "cullface": "south", "tintindex": 2 },
|
||||
"west": { "texture": "#top_west", "cullface": "west", "tintindex": 2 },
|
||||
"east": { "texture": "#top_east", "cullface": "east", "tintindex": 2 }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue