mirror of
https://github.com/Athemis/PixelPerfectionCE.git
synced 2025-05-07 04:09:13 +00:00
Initial commit
This commit is contained in:
commit
acbdb5612a
2402 changed files with 15870 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/template_fence_gate",
|
||||
"textures": {
|
||||
"texture": "block/acacia_fence_gate"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/fence_inventory",
|
||||
"textures": {
|
||||
"texture": "block/acacia_fence"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/acacia_fence_post.json
Normal file
8
assets/minecraft/models/block/acacia_fence_post.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/fence_post",
|
||||
"textures": {
|
||||
"texture": "block/acacia_fence",
|
||||
"side": "block/acacia_fence_side",
|
||||
"top": "block/acacia_fence_top"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/acacia_fence_side.json
Normal file
8
assets/minecraft/models/block/acacia_fence_side.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/fence_side",
|
||||
"textures": {
|
||||
"texture": "block/acacia_fence_side",
|
||||
"side": "block/acacia_fence_side",
|
||||
"top": "block/acacia_fence_top"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/block/acacia_leaves.json
Normal file
6
assets/minecraft/models/block/acacia_leaves.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/leaves",
|
||||
"textures": {
|
||||
"all": "block/acacia_leaves"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/template_fence_gate_wall",
|
||||
"textures": {
|
||||
"texture": "block/acacia_fence_gate"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/block/acacia_wall_gate_open.json
Normal file
6
assets/minecraft/models/block/acacia_wall_gate_open.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/template_fence_gate_wall_open",
|
||||
"textures": {
|
||||
"texture": "block/acacia_fence_gate"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/block/andesite/1.json
Normal file
6
assets/minecraft/models/block/andesite/1.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "block/andesite1"
|
||||
}
|
||||
}
|
120
assets/minecraft/models/block/anvil.json
Normal file
120
assets/minecraft/models/block/anvil.json
Normal file
|
@ -0,0 +1,120 @@
|
|||
{
|
||||
"parent": "block/block",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/anvil_base",
|
||||
"top": "block/anvil_top",
|
||||
"body": "block/anvil_base",
|
||||
"side": "block/anvil_side"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [2,0,2],
|
||||
"to": [14,3,14],
|
||||
"faces": {
|
||||
"up": {
|
||||
"texture": "#body"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#body"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"north": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#side"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3,3,3],
|
||||
"to": [13,5,13],
|
||||
"faces": {
|
||||
"up": {
|
||||
"texture": "#body"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"north": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#side"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3,11,0],
|
||||
"to": [13,16,16],
|
||||
"faces": {
|
||||
"up": {
|
||||
"texture": "#top"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#body"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"north": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#side"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5,5,4],
|
||||
"to": [11,10,12],
|
||||
"faces": {
|
||||
"west": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"north": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#side"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4,10,1],
|
||||
"to": [12,12,15],
|
||||
"faces": {
|
||||
"down": {
|
||||
"texture": "#body"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"north": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#side"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"parent": "block/anvil",
|
||||
"textures": {
|
||||
"particle": "block/anvil_base",
|
||||
"body": "block/anvil_base",
|
||||
"side": "block/anvil_side",
|
||||
"top": "block/chipped_anvil_top"
|
||||
}
|
||||
}
|
9
assets/minecraft/models/block/anvil_undamaged.json
Normal file
9
assets/minecraft/models/block/anvil_undamaged.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"parent": "block/anvil",
|
||||
"textures": {
|
||||
"particle": "block/anvil_base",
|
||||
"body": "block/anvil_base",
|
||||
"side": "block/anvil_side",
|
||||
"top": "block/anvil_top"
|
||||
}
|
||||
}
|
9
assets/minecraft/models/block/anvil_very_damaged.json
Normal file
9
assets/minecraft/models/block/anvil_very_damaged.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"parent": "block/anvil",
|
||||
"textures": {
|
||||
"particle": "block/anvil_base",
|
||||
"body": "block/anvil_base",
|
||||
"side": "block/anvil_side",
|
||||
"top": "block/damaged_anvil_top"
|
||||
}
|
||||
}
|
99
assets/minecraft/models/block/birch_door_bottom.json
Normal file
99
assets/minecraft/models/block/birch_door_bottom.json
Normal file
|
@ -0,0 +1,99 @@
|
|||
{
|
||||
"parent": "block/door_bottom",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/birch_door_bottom",
|
||||
"side": "block/birch_door_side",
|
||||
"all": "block/birch_door_bottom"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0,0,0],
|
||||
"to": [3,16,2],
|
||||
"faces": {
|
||||
"down": {
|
||||
"uv": [8,14,11,16],
|
||||
"texture": "#side",
|
||||
"cullface": "down"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#all",
|
||||
"cullface": "west"
|
||||
},
|
||||
"east": {
|
||||
"uv": [2,0,0,16],
|
||||
"texture": "#all"
|
||||
},
|
||||
"north": {
|
||||
"uv": [11,0,8,16],
|
||||
"texture": "#side"
|
||||
},
|
||||
"south": {
|
||||
"uv": [8,0,11,16],
|
||||
"texture": "#side"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0,0,14],
|
||||
"to": [3,16,16],
|
||||
"faces": {
|
||||
"down": {
|
||||
"uv": [0,0,3,2],
|
||||
"texture": "#side",
|
||||
"cullface": "down"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#all",
|
||||
"cullface": "west"
|
||||
},
|
||||
"east": {
|
||||
"uv": [16,0,14,16],
|
||||
"texture": "#all"
|
||||
},
|
||||
"north": {
|
||||
"uv": [11,0,8,16],
|
||||
"texture": "#side"
|
||||
},
|
||||
"south": {
|
||||
"uv": [8,0,11,16],
|
||||
"texture": "#side"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0,0,2],
|
||||
"to": [3,7,14],
|
||||
"faces": {
|
||||
"up": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#side",
|
||||
"cullface": "down"
|
||||
},
|
||||
"west": {
|
||||
"uv": [14,9,2,16],
|
||||
"texture": "#all",
|
||||
"cullface": "west"
|
||||
},
|
||||
"east": {
|
||||
"uv": [14,9,2,16],
|
||||
"texture": "#all"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1,0,2],
|
||||
"to": [2,16,14],
|
||||
"faces": {
|
||||
"west": {
|
||||
"texture": "#all"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#all"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
99
assets/minecraft/models/block/birch_door_bottom_hinge.json
Normal file
99
assets/minecraft/models/block/birch_door_bottom_hinge.json
Normal file
|
@ -0,0 +1,99 @@
|
|||
{
|
||||
"parent": "block/door_bottom_rh",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/birch_door_bottom",
|
||||
"side": "block/birch_door_side",
|
||||
"all": "block/birch_door_bottom"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0,0,0],
|
||||
"to": [3,16,2],
|
||||
"faces": {
|
||||
"down": {
|
||||
"uv": [8,14,11,16],
|
||||
"texture": "#side",
|
||||
"cullface": "down"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#all",
|
||||
"cullface": "west"
|
||||
},
|
||||
"east": {
|
||||
"uv": [2,0,0,16],
|
||||
"texture": "#all"
|
||||
},
|
||||
"north": {
|
||||
"uv": [11,0,8,16],
|
||||
"texture": "#side"
|
||||
},
|
||||
"south": {
|
||||
"uv": [8,0,11,16],
|
||||
"texture": "#side"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0,0,14],
|
||||
"to": [3,16,16],
|
||||
"faces": {
|
||||
"down": {
|
||||
"uv": [0,0,3,2],
|
||||
"texture": "#side",
|
||||
"cullface": "down"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#all",
|
||||
"cullface": "west"
|
||||
},
|
||||
"east": {
|
||||
"uv": [16,0,14,16],
|
||||
"texture": "#all"
|
||||
},
|
||||
"north": {
|
||||
"uv": [11,0,8,16],
|
||||
"texture": "#side"
|
||||
},
|
||||
"south": {
|
||||
"uv": [8,0,11,16],
|
||||
"texture": "#side"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0,0,2],
|
||||
"to": [3,7,14],
|
||||
"faces": {
|
||||
"up": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#side",
|
||||
"cullface": "down"
|
||||
},
|
||||
"west": {
|
||||
"uv": [14,9,2,16],
|
||||
"texture": "#all",
|
||||
"cullface": "west"
|
||||
},
|
||||
"east": {
|
||||
"uv": [14,9,2,16],
|
||||
"texture": "#all"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1,0,2],
|
||||
"to": [2,16,14],
|
||||
"faces": {
|
||||
"west": {
|
||||
"texture": "#all"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#all"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
97
assets/minecraft/models/block/birch_door_top.json
Normal file
97
assets/minecraft/models/block/birch_door_top.json
Normal file
|
@ -0,0 +1,97 @@
|
|||
{
|
||||
"parent": "block/door_top",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/birch_door_top",
|
||||
"side": "block/birch_door_side",
|
||||
"all": "block/birch_door_top"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0,0,0],
|
||||
"to": [3,16,2],
|
||||
"faces": {
|
||||
"up": {
|
||||
"texture": "#side",
|
||||
"cullface": "up"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#all",
|
||||
"cullface": "west"
|
||||
},
|
||||
"east": {
|
||||
"uv": [2,0,0,16],
|
||||
"texture": "#all"
|
||||
},
|
||||
"north": {
|
||||
"uv": [3,0,0,16],
|
||||
"texture": "#side"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#side"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0,0,14],
|
||||
"to": [3,16,16],
|
||||
"faces": {
|
||||
"up": {
|
||||
"uv": [8,14,11,16],
|
||||
"texture": "#side",
|
||||
"cullface": "up"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#all",
|
||||
"cullface": "west"
|
||||
},
|
||||
"east": {
|
||||
"uv": [16,0,14,16],
|
||||
"texture": "#all"
|
||||
},
|
||||
"north": {
|
||||
"uv": [3,0,0,16],
|
||||
"texture": "#side"
|
||||
},
|
||||
"south": {
|
||||
"uv": [3,0,0,16],
|
||||
"texture": "#side"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0,14,2],
|
||||
"to": [3,16,14],
|
||||
"faces": {
|
||||
"up": {
|
||||
"texture": "#side",
|
||||
"cullface": "up"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"west": {
|
||||
"uv": [14,0,2,2],
|
||||
"texture": "#all",
|
||||
"cullface": "west"
|
||||
},
|
||||
"east": {
|
||||
"uv": [14,0,2,2],
|
||||
"texture": "#all"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1,0,2],
|
||||
"to": [2,16,14],
|
||||
"faces": {
|
||||
"west": {
|
||||
"texture": "#all"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#all"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
96
assets/minecraft/models/block/birch_door_top_hinge.json
Normal file
96
assets/minecraft/models/block/birch_door_top_hinge.json
Normal file
|
@ -0,0 +1,96 @@
|
|||
{
|
||||
"parent": "block/door_top_rh",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/birch_door_top",
|
||||
"side": "block/birch_door_side",
|
||||
"all": "block/birch_door_top"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [0,0,0],
|
||||
"to": [3,16,2],
|
||||
"faces": {
|
||||
"up": {
|
||||
"texture": "#side",
|
||||
"cullface": "up"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#all",
|
||||
"cullface": "west"
|
||||
},
|
||||
"east": {
|
||||
"uv": [2,0,0,16],
|
||||
"texture": "#all"
|
||||
},
|
||||
"north": {
|
||||
"uv": [3,0,0,16],
|
||||
"texture": "#side"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#side"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0,0,14],
|
||||
"to": [3,16,16],
|
||||
"faces": {
|
||||
"up": {
|
||||
"uv": [8,14,11,16],
|
||||
"texture": "#side",
|
||||
"cullface": "up"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#all",
|
||||
"cullface": "west"
|
||||
},
|
||||
"east": {
|
||||
"uv": [16,0,14,16],
|
||||
"texture": "#all"
|
||||
},
|
||||
"north": {
|
||||
"uv": [3,0,0,16],
|
||||
"texture": "#side"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#side"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0,14,2],
|
||||
"to": [3,16,14],
|
||||
"faces": {
|
||||
"up": {
|
||||
"texture": "#side",
|
||||
"cullface": "up"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#side"
|
||||
},
|
||||
"west": {
|
||||
"uv": [14,0,2,2],
|
||||
"texture": "#all",
|
||||
"cullface": "west"
|
||||
},
|
||||
"east": {
|
||||
"uv": [14,0,2,2],
|
||||
"texture": "#all"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1,0,2],
|
||||
"to": [2,16,14],
|
||||
"faces": {
|
||||
"west": {
|
||||
"texture": "#all"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#all"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/template_fence_gate_wall",
|
||||
"textures": {
|
||||
"texture": "block/birch_fence_gate"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/block/birch_fence_inventory.json
Normal file
6
assets/minecraft/models/block/birch_fence_inventory.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/fence_inventory",
|
||||
"textures": {
|
||||
"texture": "block/birch_fence"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/birch_fence_post.json
Normal file
8
assets/minecraft/models/block/birch_fence_post.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/fence_post",
|
||||
"textures": {
|
||||
"texture": "block/birch_fence",
|
||||
"side": "block/birch_fence_side",
|
||||
"top": "block/birch_fence_top"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/birch_fence_side.json
Normal file
8
assets/minecraft/models/block/birch_fence_side.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/fence_side",
|
||||
"textures": {
|
||||
"texture": "block/birch_fence",
|
||||
"side": "block/birch_fence_side",
|
||||
"top": "block/birch_fence_top"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/block/birch_leaves.json
Normal file
6
assets/minecraft/models/block/birch_leaves.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/untinted_leaves",
|
||||
"textures": {
|
||||
"all": "block/birch_leaves"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/template_fence_gate",
|
||||
"textures": {
|
||||
"texture": "block/birch_fence_gate"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/block/birch_wall_gate_open.json
Normal file
6
assets/minecraft/models/block/birch_wall_gate_open.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/template_fence_gate_wall_open",
|
||||
"textures": {
|
||||
"texture": "block/birch_fence_gate"
|
||||
}
|
||||
}
|
106
assets/minecraft/models/block/bookshelf.json
Normal file
106
assets/minecraft/models/block/bookshelf.json
Normal file
|
@ -0,0 +1,106 @@
|
|||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"particle": "block/bookshelf",
|
||||
"0": "block/bookshelf",
|
||||
"1": "block/bookshelf_top"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "Element",
|
||||
"from": [ 1.0, 0.0, 1.0 ],
|
||||
"to": [ 15.0, 16.0, 15.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] },
|
||||
"east": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] },
|
||||
"south": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] },
|
||||
"west": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] },
|
||||
"up": { "texture": "#1", "uv": [ 1.0, 1.0, 15.0, 15.0 ] },
|
||||
"down": { "texture": "#1", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Element",
|
||||
"from": [ 0.0, 0.0, 0.0 ],
|
||||
"to": [ 16.0, 1.0, 16.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] },
|
||||
"east": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] },
|
||||
"south": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] },
|
||||
"west": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] },
|
||||
"up": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] },
|
||||
"down": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Element",
|
||||
"from": [ 0.0, 15.0, 0.0 ],
|
||||
"to": [ 16.0, 16.0, 16.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] },
|
||||
"east": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] },
|
||||
"south": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] },
|
||||
"west": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] },
|
||||
"up": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] },
|
||||
"down": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Element",
|
||||
"from": [ 0.0, 7.0, 0.0 ],
|
||||
"to": [ 16.0, 9.0, 16.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] },
|
||||
"east": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] },
|
||||
"south": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] },
|
||||
"west": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] },
|
||||
"up": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] },
|
||||
"down": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Element",
|
||||
"from": [ 0.0, 0.0, 15.0 ],
|
||||
"to": [ 1.0, 16.0, 16.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
|
||||
"east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
|
||||
"south": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
|
||||
"west": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Element",
|
||||
"from": [ 15.0, 0.0, 0.0 ],
|
||||
"to": [ 16.0, 16.0, 1.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
|
||||
"east": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] },
|
||||
"south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
|
||||
"west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Element",
|
||||
"from": [ 15.0, 0.0, 15.0 ],
|
||||
"to": [ 16.0, 16.0, 16.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
|
||||
"east": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
|
||||
"south": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] },
|
||||
"west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Element",
|
||||
"from": [ 0.0, 0.0, 0.0 ],
|
||||
"to": [ 1.0, 16.0, 1.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] },
|
||||
"east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
|
||||
"south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
|
||||
"west": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
105
assets/minecraft/models/block/bookshelf/1.json
Normal file
105
assets/minecraft/models/block/bookshelf/1.json
Normal file
|
@ -0,0 +1,105 @@
|
|||
{
|
||||
"textures": {
|
||||
"0": "block/bookshelf1",
|
||||
"1": "block/bookshelf_top",
|
||||
"particle": "block/bookshelf"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "Element",
|
||||
"from": [ 1.0, 0.0, 1.0 ],
|
||||
"to": [ 15.0, 16.0, 15.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] },
|
||||
"east": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] },
|
||||
"south": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] },
|
||||
"west": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] },
|
||||
"up": { "texture": "#1", "uv": [ 1.0, 1.0, 15.0, 15.0 ] },
|
||||
"down": { "texture": "#1", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Element",
|
||||
"from": [ 0.0, 0.0, 0.0 ],
|
||||
"to": [ 16.0, 1.0, 16.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] },
|
||||
"east": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] },
|
||||
"south": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] },
|
||||
"west": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] },
|
||||
"up": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] },
|
||||
"down": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Element",
|
||||
"from": [ 0.0, 15.0, 0.0 ],
|
||||
"to": [ 16.0, 16.0, 16.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] },
|
||||
"east": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] },
|
||||
"south": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] },
|
||||
"west": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] },
|
||||
"up": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] },
|
||||
"down": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Element",
|
||||
"from": [ 0.0, 7.0, 0.0 ],
|
||||
"to": [ 16.0, 9.0, 16.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] },
|
||||
"east": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] },
|
||||
"south": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] },
|
||||
"west": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] },
|
||||
"up": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] },
|
||||
"down": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Element",
|
||||
"from": [ 0.0, 0.0, 15.0 ],
|
||||
"to": [ 1.0, 16.0, 16.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
|
||||
"east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
|
||||
"south": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
|
||||
"west": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Element",
|
||||
"from": [ 15.0, 0.0, 0.0 ],
|
||||
"to": [ 16.0, 16.0, 1.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
|
||||
"east": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] },
|
||||
"south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
|
||||
"west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Element",
|
||||
"from": [ 15.0, 0.0, 15.0 ],
|
||||
"to": [ 16.0, 16.0, 16.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
|
||||
"east": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
|
||||
"south": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] },
|
||||
"west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Element",
|
||||
"from": [ 0.0, 0.0, 0.0 ],
|
||||
"to": [ 1.0, 16.0, 1.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] },
|
||||
"east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
|
||||
"south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
|
||||
"west": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
105
assets/minecraft/models/block/bookshelf/2.json
Normal file
105
assets/minecraft/models/block/bookshelf/2.json
Normal file
|
@ -0,0 +1,105 @@
|
|||
{
|
||||
"textures": {
|
||||
"0": "block/bookshelf2",
|
||||
"1": "block/bookshelf_top",
|
||||
"particle": "block/bookshelf"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "Element",
|
||||
"from": [ 1.0, 0.0, 1.0 ],
|
||||
"to": [ 15.0, 16.0, 15.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] },
|
||||
"east": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] },
|
||||
"south": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] },
|
||||
"west": { "texture": "#0", "uv": [ 1.0, 0.0, 15.0, 16.0 ] },
|
||||
"up": { "texture": "#1", "uv": [ 1.0, 1.0, 15.0, 15.0 ] },
|
||||
"down": { "texture": "#1", "uv": [ 1.0, 1.0, 15.0, 15.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Element",
|
||||
"from": [ 0.0, 0.0, 0.0 ],
|
||||
"to": [ 16.0, 1.0, 16.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] },
|
||||
"east": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] },
|
||||
"south": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] },
|
||||
"west": { "texture": "#0", "uv": [ 0.0, 15.0, 16.0, 16.0 ] },
|
||||
"up": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] },
|
||||
"down": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Element",
|
||||
"from": [ 0.0, 15.0, 0.0 ],
|
||||
"to": [ 16.0, 16.0, 16.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] },
|
||||
"east": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] },
|
||||
"south": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] },
|
||||
"west": { "texture": "#0", "uv": [ 0.0, 0.0, 16.0, 1.0 ] },
|
||||
"up": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] },
|
||||
"down": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Element",
|
||||
"from": [ 0.0, 7.0, 0.0 ],
|
||||
"to": [ 16.0, 9.0, 16.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] },
|
||||
"east": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] },
|
||||
"south": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] },
|
||||
"west": { "texture": "#0", "uv": [ 0.0, 7.0, 16.0, 9.0 ] },
|
||||
"up": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] },
|
||||
"down": { "texture": "#1", "uv": [ 0.0, 0.0, 16.0, 16.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Element",
|
||||
"from": [ 0.0, 0.0, 15.0 ],
|
||||
"to": [ 1.0, 16.0, 16.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
|
||||
"east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
|
||||
"south": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
|
||||
"west": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Element",
|
||||
"from": [ 15.0, 0.0, 0.0 ],
|
||||
"to": [ 16.0, 16.0, 1.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
|
||||
"east": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] },
|
||||
"south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
|
||||
"west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Element",
|
||||
"from": [ 15.0, 0.0, 15.0 ],
|
||||
"to": [ 16.0, 16.0, 16.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
|
||||
"east": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
|
||||
"south": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] },
|
||||
"west": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Element",
|
||||
"from": [ 0.0, 0.0, 0.0 ],
|
||||
"to": [ 1.0, 16.0, 1.0 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#0", "uv": [ 15.0, 0.0, 16.0, 16.0 ] },
|
||||
"east": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
|
||||
"south": { "texture": "#1", "uv": [ 0.0, 0.0, 1.0, 16.0 ] },
|
||||
"west": { "texture": "#0", "uv": [ 0.0, 0.0, 1.0, 16.0 ] }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
6
assets/minecraft/models/block/bricks/1.json
Normal file
6
assets/minecraft/models/block/bricks/1.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "block/bricks1"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/block/bricks/2.json
Normal file
6
assets/minecraft/models/block/bricks/2.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "block/bricks2"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/bricks/slab/l1.json
Normal file
8
assets/minecraft/models/block/bricks/slab/l1.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/slab",
|
||||
"textures": {
|
||||
"bottom": "block/bricks1",
|
||||
"top": "block/bricks1",
|
||||
"side": "block/bricks1"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/bricks/slab/l2.json
Normal file
8
assets/minecraft/models/block/bricks/slab/l2.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/slab",
|
||||
"textures": {
|
||||
"bottom": "block/bricks2",
|
||||
"top": "block/bricks2",
|
||||
"side": "block/bricks2"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/bricks/slab/u1.json
Normal file
8
assets/minecraft/models/block/bricks/slab/u1.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/slab_top",
|
||||
"textures": {
|
||||
"bottom": "block/bricks1",
|
||||
"top": "block/bricks1",
|
||||
"side": "block/bricks1"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/bricks/slab/u2.json
Normal file
8
assets/minecraft/models/block/bricks/slab/u2.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/slab_top",
|
||||
"textures": {
|
||||
"bottom": "block/bricks2",
|
||||
"top": "block/bricks2",
|
||||
"side": "block/bricks2"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/bricks/stairs/1.json
Normal file
8
assets/minecraft/models/block/bricks/stairs/1.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/stairs",
|
||||
"textures": {
|
||||
"bottom": "block/bricks1",
|
||||
"top": "block/bricks1",
|
||||
"side": "block/bricks1"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/bricks/stairs/2.json
Normal file
8
assets/minecraft/models/block/bricks/stairs/2.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/stairs",
|
||||
"textures": {
|
||||
"bottom": "block/bricks2",
|
||||
"top": "block/bricks2",
|
||||
"side": "block/bricks2"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/bricks/stairs/i1.json
Normal file
8
assets/minecraft/models/block/bricks/stairs/i1.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/inner_stairs",
|
||||
"textures": {
|
||||
"bottom": "block/bricks1",
|
||||
"top": "block/bricks1",
|
||||
"side": "block/bricks1"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/bricks/stairs/i2.json
Normal file
8
assets/minecraft/models/block/bricks/stairs/i2.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/inner_stairs",
|
||||
"textures": {
|
||||
"bottom": "block/bricks2",
|
||||
"top": "block/bricks2",
|
||||
"side": "block/bricks2"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/bricks/stairs/o1.json
Normal file
8
assets/minecraft/models/block/bricks/stairs/o1.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/outer_stairs",
|
||||
"textures": {
|
||||
"bottom": "block/bricks1",
|
||||
"top": "block/bricks1",
|
||||
"side": "block/bricks1"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/bricks/stairs/o2.json
Normal file
8
assets/minecraft/models/block/bricks/stairs/o2.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/outer_stairs",
|
||||
"textures": {
|
||||
"bottom": "block/bricks2",
|
||||
"top": "block/bricks2",
|
||||
"side": "block/bricks2"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/block/cobblestone/1.json
Normal file
6
assets/minecraft/models/block/cobblestone/1.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "block/cobblestone1"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/block/cobblestone/2.json
Normal file
6
assets/minecraft/models/block/cobblestone/2.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "block/cobblestone2"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/cobblestone/slab/l1.json
Normal file
8
assets/minecraft/models/block/cobblestone/slab/l1.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/slab",
|
||||
"textures": {
|
||||
"bottom": "block/cobblestone1",
|
||||
"top": "block/cobblestone1",
|
||||
"side": "block/cobblestone1"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/cobblestone/slab/l2.json
Normal file
8
assets/minecraft/models/block/cobblestone/slab/l2.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/slab",
|
||||
"textures": {
|
||||
"bottom": "block/cobblestone2",
|
||||
"top": "block/cobblestone2",
|
||||
"side": "block/cobblestone2"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/cobblestone/slab/u1.json
Normal file
8
assets/minecraft/models/block/cobblestone/slab/u1.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/slab_top",
|
||||
"textures": {
|
||||
"bottom": "block/cobblestone1",
|
||||
"top": "block/cobblestone1",
|
||||
"side": "block/cobblestone1"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/cobblestone/slab/u2.json
Normal file
8
assets/minecraft/models/block/cobblestone/slab/u2.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/slab_top",
|
||||
"textures": {
|
||||
"bottom": "block/cobblestone2",
|
||||
"top": "block/cobblestone2",
|
||||
"side": "block/cobblestone2"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/cobblestone/stairs/1.json
Normal file
8
assets/minecraft/models/block/cobblestone/stairs/1.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/stairs",
|
||||
"textures": {
|
||||
"bottom": "block/cobblestone1",
|
||||
"top": "block/cobblestone1",
|
||||
"side": "block/cobblestone1"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/cobblestone/stairs/2.json
Normal file
8
assets/minecraft/models/block/cobblestone/stairs/2.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/stairs",
|
||||
"textures": {
|
||||
"bottom": "block/cobblestone2",
|
||||
"top": "block/cobblestone2",
|
||||
"side": "block/cobblestone2"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/cobblestone/stairs/i1.json
Normal file
8
assets/minecraft/models/block/cobblestone/stairs/i1.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/inner_stairs",
|
||||
"textures": {
|
||||
"bottom": "block/cobblestone1",
|
||||
"top": "block/cobblestone1",
|
||||
"side": "block/cobblestone1"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/cobblestone/stairs/i2.json
Normal file
8
assets/minecraft/models/block/cobblestone/stairs/i2.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/inner_stairs",
|
||||
"textures": {
|
||||
"bottom": "block/cobblestone2",
|
||||
"top": "block/cobblestone2",
|
||||
"side": "block/cobblestone2"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/cobblestone/stairs/o1.json
Normal file
8
assets/minecraft/models/block/cobblestone/stairs/o1.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/outer_stairs",
|
||||
"textures": {
|
||||
"bottom": "block/cobblestone1",
|
||||
"top": "block/cobblestone1",
|
||||
"side": "block/cobblestone1"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/cobblestone/stairs/o2.json
Normal file
8
assets/minecraft/models/block/cobblestone/stairs/o2.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/outer_stairs",
|
||||
"textures": {
|
||||
"bottom": "block/cobblestone2",
|
||||
"top": "block/cobblestone2",
|
||||
"side": "block/cobblestone2"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "block/custom_wall_inventory",
|
||||
"textures": {
|
||||
"wall": "block/cobble_wall_side",
|
||||
"top": "block/cobble_wall_top"
|
||||
}
|
||||
}
|
7
assets/minecraft/models/block/cobblestone_wall_post.json
Normal file
7
assets/minecraft/models/block/cobblestone_wall_post.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "block/custom_wall_post",
|
||||
"textures": {
|
||||
"wall": "block/cobble_wall_side",
|
||||
"top": "block/cobble_wall_top"
|
||||
}
|
||||
}
|
7
assets/minecraft/models/block/cobblestone_wall_side.json
Normal file
7
assets/minecraft/models/block/cobblestone_wall_side.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "block/custom_wall_side",
|
||||
"textures": {
|
||||
"wall": "block/cobble_wall_side",
|
||||
"top": "block/cobble_wall_top"
|
||||
}
|
||||
}
|
18
assets/minecraft/models/block/column_side.json
Normal file
18
assets/minecraft/models/block/column_side.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "#side"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 16, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "down" },
|
||||
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "up" },
|
||||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#end", "cullface": "north" },
|
||||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#end", "cullface": "south" },
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "west", "rotation": 270 },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "east", "rotation": 90 }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
26
assets/minecraft/models/block/cross.json
Normal file
26
assets/minecraft/models/block/cross.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "#cross"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0.8, 0, 8 ],
|
||||
"to": [ 15.2, 16, 8 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" },
|
||||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 8, 0, 0.8 ],
|
||||
"to": [ 8, 16, 15.2 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
17
assets/minecraft/models/block/cube - noshade.json
Normal file
17
assets/minecraft/models/block/cube - noshade.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"parent": "block/block",
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 16, 16 ],
|
||||
"shade": false,
|
||||
"faces": {
|
||||
"down": { "texture": "#down", "cullface": "down" },
|
||||
"up": { "texture": "#up", "cullface": "up" },
|
||||
"north": { "texture": "#north", "cullface": "north" },
|
||||
"south": { "texture": "#south", "cullface": "south" },
|
||||
"west": { "texture": "#west", "cullface": "west" },
|
||||
"east": { "texture": "#east", "cullface": "east" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
16
assets/minecraft/models/block/cube.json
Normal file
16
assets/minecraft/models/block/cube.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"parent": "block/block",
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 16, 16 ],
|
||||
"faces": {
|
||||
"down": { "texture": "#down", "cullface": "down" },
|
||||
"up": { "texture": "#up", "cullface": "up" },
|
||||
"north": { "texture": "#north", "cullface": "north" },
|
||||
"south": { "texture": "#south", "cullface": "south" },
|
||||
"west": { "texture": "#west", "cullface": "west" },
|
||||
"east": { "texture": "#east", "cullface": "east" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
13
assets/minecraft/models/block/cube_all - noshade.json
Normal file
13
assets/minecraft/models/block/cube_all - noshade.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"__comment": "Fair warning, this format is highly likely to change even more in the future!",
|
||||
"parent": "block/cube - noshade",
|
||||
"textures": {
|
||||
"particle": "#all",
|
||||
"down": "#all",
|
||||
"up": "#all",
|
||||
"north": "#all",
|
||||
"east": "#all",
|
||||
"south": "#all",
|
||||
"west": "#all"
|
||||
}
|
||||
}
|
12
assets/minecraft/models/block/cube_all.json
Normal file
12
assets/minecraft/models/block/cube_all.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"particle": "#all",
|
||||
"down": "#all",
|
||||
"up": "#all",
|
||||
"north": "#all",
|
||||
"east": "#all",
|
||||
"south": "#all",
|
||||
"west": "#all"
|
||||
}
|
||||
}
|
12
assets/minecraft/models/block/cube_bottom_top.json
Normal file
12
assets/minecraft/models/block/cube_bottom_top.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"particle": "#side",
|
||||
"down": "#bottom",
|
||||
"up": "#top",
|
||||
"north": "#side",
|
||||
"east": "#side",
|
||||
"south": "#side",
|
||||
"west": "#side"
|
||||
}
|
||||
}
|
12
assets/minecraft/models/block/cube_column.json
Normal file
12
assets/minecraft/models/block/cube_column.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"particle": "#side",
|
||||
"down": "#end",
|
||||
"up": "#end",
|
||||
"north": "#side",
|
||||
"east": "#side",
|
||||
"south": "#side",
|
||||
"west": "#side"
|
||||
}
|
||||
}
|
15
assets/minecraft/models/block/cube_mirrored.json
Normal file
15
assets/minecraft/models/block/cube_mirrored.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 16, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [16, 0, 0, 16], "texture": "#down", "cullface": "down" },
|
||||
"up": { "uv": [16, 0, 0, 16], "texture": "#up", "cullface": "up" },
|
||||
"north": { "uv": [16, 0, 0, 16], "texture": "#north", "cullface": "north" },
|
||||
"south": { "uv": [16, 0, 0, 16], "texture": "#south", "cullface": "south" },
|
||||
"west": { "uv": [16, 0, 0, 16], "texture": "#west", "cullface": "west" },
|
||||
"east": { "uv": [16, 0, 0, 16], "texture": "#east", "cullface": "east" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
12
assets/minecraft/models/block/cube_mirrored_all.json
Normal file
12
assets/minecraft/models/block/cube_mirrored_all.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "block/cube_mirrored",
|
||||
"textures": {
|
||||
"particle": "#all",
|
||||
"down": "#all",
|
||||
"up": "#all",
|
||||
"north": "#all",
|
||||
"east": "#all",
|
||||
"south": "#all",
|
||||
"west": "#all"
|
||||
}
|
||||
}
|
12
assets/minecraft/models/block/cube_top.json
Normal file
12
assets/minecraft/models/block/cube_top.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"particle": "#side",
|
||||
"down": "#side",
|
||||
"up": "#top",
|
||||
"north": "#side",
|
||||
"east": "#side",
|
||||
"south": "#side",
|
||||
"west": "#side"
|
||||
}
|
||||
}
|
44
assets/minecraft/models/block/custom_wall_inventory.json
Normal file
44
assets/minecraft/models/block/custom_wall_inventory.json
Normal file
|
@ -0,0 +1,44 @@
|
|||
{ "parent": "block/block",
|
||||
"display": {
|
||||
"gui": {
|
||||
"rotation": [ 30, 135, 0 ],
|
||||
"translation": [ 0, 0, 0],
|
||||
"scale":[ 0.625, 0.625, 0.625 ]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [ 0, 90, 0 ],
|
||||
"translation": [ 0, 0, 0 ],
|
||||
"scale": [ 0.5, 0.5, 0.5 ]
|
||||
}
|
||||
},
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "#wall"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 4, 0, 4 ],
|
||||
"to": [ 12, 16, 12 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall", "cullface": "down" },
|
||||
"up": { "uv": [ 4, 4, 12, 12 ], "texture": "#top" },
|
||||
"north": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" },
|
||||
"south": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" },
|
||||
"west": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" },
|
||||
"east": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }
|
||||
},
|
||||
"__comment": "Center post"
|
||||
},
|
||||
{ "from": [ 5, 0, 0 ],
|
||||
"to": [ 11, 13, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 5, 0, 11, 16 ], "texture": "#wall", "cullface": "down" },
|
||||
"up": { "uv": [ 5, 0, 11, 16 ], "texture": "#top" },
|
||||
"north": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "north" },
|
||||
"south": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "south" },
|
||||
"west": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" },
|
||||
"east": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" }
|
||||
},
|
||||
"__comment": "Full wall"
|
||||
}
|
||||
]
|
||||
}
|
19
assets/minecraft/models/block/custom_wall_post.json
Normal file
19
assets/minecraft/models/block/custom_wall_post.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "#wall"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 4, 0, 4 ],
|
||||
"to": [ 12, 16, 12 ],
|
||||
"faces": {
|
||||
"down": { "texture": "#wall", "cullface": "down" },
|
||||
"up": { "texture": "#top", "cullface": "up" },
|
||||
"north": { "texture": "#wall" },
|
||||
"south": { "texture": "#wall" },
|
||||
"west": { "texture": "#wall" },
|
||||
"east": { "texture": "#wall" }
|
||||
},
|
||||
"__comment": "Center post"
|
||||
}
|
||||
]
|
||||
}
|
18
assets/minecraft/models/block/custom_wall_side.json
Normal file
18
assets/minecraft/models/block/custom_wall_side.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "#wall"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 5, 0, 0 ],
|
||||
"to": [ 11, 14, 8 ],
|
||||
"faces": {
|
||||
"down": { "texture": "#wall", "cullface": "down" },
|
||||
"up": { "texture": "#top" },
|
||||
"north": { "texture": "#wall", "cullface": "north" },
|
||||
"west": { "texture": "#wall" },
|
||||
"east": { "texture": "#wall" }
|
||||
},
|
||||
"__comment": "wall"
|
||||
}
|
||||
]
|
||||
}
|
7
assets/minecraft/models/block/dark_oak_door_bottom.json
Normal file
7
assets/minecraft/models/block/dark_oak_door_bottom.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "block/door_bottom",
|
||||
"textures": {
|
||||
"bottom": "block/dark_oak_door_bottom",
|
||||
"top": "block/dark_oak_door_top"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "block/door_bottom_rh",
|
||||
"textures": {
|
||||
"bottom": "block/dark_oak_door_bottom",
|
||||
"top": "block/dark_oak_door_top"
|
||||
}
|
||||
}
|
7
assets/minecraft/models/block/dark_oak_door_top.json
Normal file
7
assets/minecraft/models/block/dark_oak_door_top.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "block/door_top",
|
||||
"textures": {
|
||||
"bottom": "block/dark_oak_door_bottom",
|
||||
"top": "block/dark_oak_door_top"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "block/door_top_rh",
|
||||
"textures": {
|
||||
"bottom": "block/dark_oak_door_bottom",
|
||||
"top": "block/dark_oak_door_top"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/template_fence_gate",
|
||||
"textures": {
|
||||
"texture": "block/dark_oak_fence_gate"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/fence_inventory",
|
||||
"textures": {
|
||||
"texture": "block/dark_oak_fence"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/dark_oak_fence_post.json
Normal file
8
assets/minecraft/models/block/dark_oak_fence_post.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/fence_post",
|
||||
"textures": {
|
||||
"texture": "block/dark_oak_fence",
|
||||
"side": "block/dark_oak_fence_side",
|
||||
"top": "block/dark_oak_fence_top"
|
||||
}
|
||||
}
|
8
assets/minecraft/models/block/dark_oak_fence_side.json
Normal file
8
assets/minecraft/models/block/dark_oak_fence_side.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/fence_side",
|
||||
"textures": {
|
||||
"texture": "block/dark_oak_fence",
|
||||
"side": "block/dark_oak_fence_side",
|
||||
"top": "block/dark_oak_fence_top"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/block/dark_oak_leaves.json
Normal file
6
assets/minecraft/models/block/dark_oak_leaves.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/untinted_leaves",
|
||||
"textures": {
|
||||
"all": "block/dark_oak_leaves"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/template_fence_gate_wall",
|
||||
"textures": {
|
||||
"texture": "block/dark_oak_fence_gate"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/template_fence_gate_wall_open",
|
||||
"textures": {
|
||||
"texture": "block/dark_oak_fence_gate"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/block/diorite/1.json
Normal file
6
assets/minecraft/models/block/diorite/1.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "block/diorite1"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/block/dirt/1.json
Normal file
6
assets/minecraft/models/block/dirt/1.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "block/dirt1"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/block/dirt/2.json
Normal file
6
assets/minecraft/models/block/dirt/2.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "block/dirt2"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/block/dirt/3.json
Normal file
6
assets/minecraft/models/block/dirt/3.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "block/dirt3"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/block/dirt/4.json
Normal file
6
assets/minecraft/models/block/dirt/4.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "block/dirt4"
|
||||
}
|
||||
}
|
18
assets/minecraft/models/block/door_bottom.json
Normal file
18
assets/minecraft/models/block/door_bottom.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "#bottom"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 3, 16, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 13, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
|
||||
"north": { "uv": [ 3, 0, 0, 16 ], "texture": "#bottom", "cullface": "north" },
|
||||
"south": { "uv": [ 0, 0, 3, 16 ], "texture": "#bottom", "cullface": "south" },
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "west" },
|
||||
"east": { "uv": [ 16, 0, 0, 16 ], "texture": "#bottom" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
18
assets/minecraft/models/block/door_bottom_rh.json
Normal file
18
assets/minecraft/models/block/door_bottom_rh.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "#bottom"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 3, 16, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 13, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
|
||||
"north": { "uv": [ 3, 0, 0, 16 ], "texture": "#bottom", "cullface": "north" },
|
||||
"south": { "uv": [ 0, 0, 3, 16 ], "texture": "#bottom", "cullface": "south" },
|
||||
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#bottom", "cullface": "west" },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
18
assets/minecraft/models/block/door_top.json
Normal file
18
assets/minecraft/models/block/door_top.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "#top"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 3, 16, 16 ],
|
||||
"faces": {
|
||||
"up": { "uv": [ 13, 0, 16, 16 ], "texture": "#bottom", "cullface": "up" },
|
||||
"north": { "uv": [ 3, 0, 0, 16 ], "texture": "#top", "cullface": "north" },
|
||||
"south": { "uv": [ 0, 0, 3, 16 ], "texture": "#top", "cullface": "south" },
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "west" },
|
||||
"east": { "uv": [ 16, 0, 0, 16 ], "texture": "#top" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
18
assets/minecraft/models/block/door_top_rh.json
Normal file
18
assets/minecraft/models/block/door_top_rh.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "#top"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 3, 16, 16 ],
|
||||
"faces": {
|
||||
"up": { "uv": [ 13, 0, 16, 16 ], "texture": "#bottom", "cullface": "up" },
|
||||
"north": { "uv": [ 3, 0, 0, 16 ], "texture": "#top", "cullface": "north" },
|
||||
"south": { "uv": [ 0, 0, 3, 16 ], "texture": "#top", "cullface": "south" },
|
||||
"west": { "uv": [ 16, 0, 0, 16 ], "texture": "#top", "cullface": "west" },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
68
assets/minecraft/models/block/fence_inventory.json
Normal file
68
assets/minecraft/models/block/fence_inventory.json
Normal file
|
@ -0,0 +1,68 @@
|
|||
{ "parent": "block/block",
|
||||
"display": {
|
||||
"gui": {
|
||||
"rotation": [ 30, 135, 0 ],
|
||||
"translation": [ 0, 0, 0],
|
||||
"scale":[ 0.625, 0.625, 0.625 ]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [ 0, 90, 0 ],
|
||||
"translation": [ 0, 0, 0],
|
||||
"scale":[ 0.5, 0.5, 0.5 ]
|
||||
}
|
||||
},
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "#texture"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 6, 0, 0 ],
|
||||
"to": [ 10, 16, 4 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 6, 0, 10, 4 ], "texture": "#texture", "cullface": "down" },
|
||||
"up": { "uv": [ 6, 0, 10, 4 ], "texture": "#texture" },
|
||||
"north": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 0, 0, 4, 16 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 0, 0, 4, 16 ], "texture": "#texture" }
|
||||
},
|
||||
"__comment": "Left post"
|
||||
},
|
||||
{ "from": [ 6, 0, 12 ],
|
||||
"to": [ 10, 16, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 6, 12, 10, 16 ], "texture": "#texture", "cullface": "down" },
|
||||
"up": { "uv": [ 6, 12, 10, 16 ], "texture": "#texture" },
|
||||
"north": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 12, 0, 16, 16 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 12, 0, 16, 16 ], "texture": "#texture" }
|
||||
},
|
||||
"__comment": "Right post"
|
||||
},
|
||||
{ "from": [ 7, 13, -2 ],
|
||||
"to": [ 9, 15, 18 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" },
|
||||
"north": { "uv": [ 7, 1, 9, 3 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 7, 1, 9, 3 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 0, 1, 16, 3 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 0, 1, 16, 3 ], "texture": "#texture" }
|
||||
},
|
||||
"__comment": "Top bar"
|
||||
},
|
||||
{ "from": [ 7, 5, -2 ],
|
||||
"to": [ 9, 7, 18 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" },
|
||||
"north": { "uv": [ 7, 9, 9, 11 ], "texture": "#texture" },
|
||||
"south": { "uv": [ 7, 9, 9, 11 ], "texture": "#texture" },
|
||||
"west": { "uv": [ 0, 9, 16, 11 ], "texture": "#texture" },
|
||||
"east": { "uv": [ 0, 9, 16, 11 ], "texture": "#texture" }
|
||||
},
|
||||
"__comment": "Lower bar"
|
||||
}
|
||||
]
|
||||
}
|
21
assets/minecraft/models/block/fence_post.json
Normal file
21
assets/minecraft/models/block/fence_post.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"textures": {
|
||||
"side": "#side",
|
||||
"top": "#top",
|
||||
"particle": "#texture"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 6, 0, 6 ],
|
||||
"to": [ 10, 16, 10 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 6, 6, 10, 10 ], "texture": "#top", "cullface": "down" },
|
||||
"up": { "uv": [ 6, 6, 10, 10 ], "texture": "#top", "cullface": "up" },
|
||||
"north": { "uv": [ 6, 0, 10, 16 ], "texture": "#side" },
|
||||
"south": { "uv": [ 6, 0, 10, 16 ], "texture": "#side" },
|
||||
"west": { "uv": [ 6, 0, 10, 16 ], "texture": "#side" },
|
||||
"east": { "uv": [ 6, 0, 10, 16 ], "texture": "#side" }
|
||||
},
|
||||
"__comment": "Center post"
|
||||
}
|
||||
]
|
||||
}
|
31
assets/minecraft/models/block/fence_side.json
Normal file
31
assets/minecraft/models/block/fence_side.json
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"textures": {
|
||||
"side": "#side",
|
||||
"top": "#top",
|
||||
"particle": "#texture"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 7, 12, 0 ],
|
||||
"to": [ 9, 15, 9 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 0, 9, 9 ], "texture": "#top" },
|
||||
"up": { "uv": [ 7, 0, 9, 9 ], "texture": "#top" },
|
||||
"north": { "uv": [ 7, 1, 9, 4 ], "texture": "#side", "cullface": "north" },
|
||||
"west": { "uv": [ 0, 1, 9, 4 ], "texture": "#side" },
|
||||
"east": { "uv": [ 7, 1, 16, 4 ], "texture": "#side" }
|
||||
},
|
||||
"__comment": "top bar"
|
||||
},
|
||||
{ "from": [ 7, 6, 0 ],
|
||||
"to": [ 9, 9, 9 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 0, 9, 9 ], "texture": "#top" },
|
||||
"up": { "uv": [ 7, 0, 9, 9 ], "texture": "#top" },
|
||||
"north": { "uv": [ 7, 7, 9, 10 ], "texture": "#side", "cullface": "north" },
|
||||
"west": { "uv": [ 0, 7, 9, 10 ], "texture": "#side" },
|
||||
"east": { "uv": [ 7, 7, 16, 10 ], "texture": "#side" }
|
||||
},
|
||||
"__comment": "lower bar"
|
||||
}
|
||||
]
|
||||
}
|
6
assets/minecraft/models/block/fern/1.json
Normal file
6
assets/minecraft/models/block/fern/1.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/tinted_cross",
|
||||
"textures": {
|
||||
"cross": "block/fern1"
|
||||
}
|
||||
}
|
75
assets/minecraft/models/block/flower_pot_cross.json
Normal file
75
assets/minecraft/models/block/flower_pot_cross.json
Normal file
|
@ -0,0 +1,75 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/flower_pot",
|
||||
"flowerpot": "block/flower_pot",
|
||||
"dirt": "block/dirt"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 5, 0, 5 ],
|
||||
"to": [ 6, 6, 11 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot", "cullface": "down" },
|
||||
"up": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot" },
|
||||
"north": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" },
|
||||
"south": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" },
|
||||
"west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" },
|
||||
"east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 10, 0, 5 ],
|
||||
"to": [ 11, 6, 11 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot", "cullface": "down" },
|
||||
"up": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot" },
|
||||
"north": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" },
|
||||
"south": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" },
|
||||
"west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" },
|
||||
"east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 6, 0, 5 ],
|
||||
"to": [ 10, 6, 6 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot", "cullface": "down" },
|
||||
"up": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot" },
|
||||
"north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" },
|
||||
"south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 6, 0, 10 ],
|
||||
"to": [ 10, 6, 11 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot", "cullface": "down" },
|
||||
"up": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot" },
|
||||
"north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" },
|
||||
"south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 6, 0, 6 ],
|
||||
"to": [ 10, 4, 10 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 6, 6, 10, 10 ], "texture": "#flowerpot", "cullface": "down" },
|
||||
"up": { "uv": [ 6, 6, 10, 10 ], "texture": "#dirt" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 2.6, 4, 8 ],
|
||||
"to": [ 13.4, 16, 8 ],
|
||||
"shade": false,
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||
"faces": {
|
||||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant" },
|
||||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 8, 4, 2.6 ],
|
||||
"to": [ 8, 16, 13.4 ],
|
||||
"shade": false,
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant" },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
76
assets/minecraft/models/block/flower_pot_fern.json
Normal file
76
assets/minecraft/models/block/flower_pot_fern.json
Normal file
|
@ -0,0 +1,76 @@
|
|||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/flower_pot",
|
||||
"flowerpot": "block/flower_pot",
|
||||
"dirt": "block/dirt",
|
||||
"plant": "block/fern"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 5, 0, 5 ],
|
||||
"to": [ 6, 6, 11 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot", "cullface": "down" },
|
||||
"up": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot" },
|
||||
"north": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" },
|
||||
"south": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" },
|
||||
"west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" },
|
||||
"east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 10, 0, 5 ],
|
||||
"to": [ 11, 6, 11 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot", "cullface": "down" },
|
||||
"up": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot" },
|
||||
"north": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" },
|
||||
"south": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" },
|
||||
"west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" },
|
||||
"east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 6, 0, 5 ],
|
||||
"to": [ 10, 6, 6 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot", "cullface": "down" },
|
||||
"up": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot" },
|
||||
"north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" },
|
||||
"south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 6, 0, 10 ],
|
||||
"to": [ 10, 6, 11 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot", "cullface": "down" },
|
||||
"up": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot" },
|
||||
"north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" },
|
||||
"south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 6, 0, 6 ],
|
||||
"to": [ 10, 4, 10 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 6, 6, 10, 10 ], "texture": "#flowerpot", "cullface": "down" },
|
||||
"up": { "uv": [ 6, 6, 10, 10 ], "texture": "#dirt" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 2.6, 4, 8 ],
|
||||
"to": [ 13.4, 16, 8 ],
|
||||
"shade": false,
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||
"faces": {
|
||||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant", "tintindex": 0 },
|
||||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant", "tintindex": 0 }
|
||||
}
|
||||
},
|
||||
{ "from": [ 8, 4, 2.6 ],
|
||||
"to": [ 8, 16, 13.4 ],
|
||||
"shade": false,
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant", "tintindex": 0 },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant", "tintindex": 0 }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
6
assets/minecraft/models/block/glowstone.json
Normal file
6
assets/minecraft/models/block/glowstone.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/unshaded_cube_all",
|
||||
"textures": {
|
||||
"all": "block/glowstone"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/block/granite/1.json
Normal file
6
assets/minecraft/models/block/granite/1.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "block/granite1"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/block/grass.json
Normal file
6
assets/minecraft/models/block/grass.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/tinted_cross",
|
||||
"textures": {
|
||||
"cross": "block/grass"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/block/grass/1.json
Normal file
6
assets/minecraft/models/block/grass/1.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/tinted_cross",
|
||||
"textures": {
|
||||
"cross": "block/grass1"
|
||||
}
|
||||
}
|
6
assets/minecraft/models/block/grass/2.json
Normal file
6
assets/minecraft/models/block/grass/2.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/tinted_cross",
|
||||
"textures": {
|
||||
"cross": "block/grass2"
|
||||
}
|
||||
}
|
31
assets/minecraft/models/block/grass_block.json
Normal file
31
assets/minecraft/models/block/grass_block.json
Normal file
|
@ -0,0 +1,31 @@
|
|||
{ "parent": "block/block",
|
||||
"textures": {
|
||||
"particle": "block/dirt",
|
||||
"bottom": "block/dirt",
|
||||
"top": "block/grass_block_top",
|
||||
"side": "block/grass_block_side",
|
||||
"overlay": "block/grass_block_side_overlay"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 16, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
|
||||
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "up", "tintindex": 0 },
|
||||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "north" },
|
||||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "south" },
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "west" },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "east" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 16, 16 ],
|
||||
"faces": {
|
||||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "north" },
|
||||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "south" },
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "west" },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "east" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
10
assets/minecraft/models/block/grass_block/1.json
Normal file
10
assets/minecraft/models/block/grass_block/1.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"parent": "block/grass_block",
|
||||
"textures": {
|
||||
"particle": "block/dirt",
|
||||
"bottom": "block/dirt",
|
||||
"top": "block/grass_block_top1",
|
||||
"side": "block/grass_block_side",
|
||||
"overlay": "block/grass_block_side_overlay"
|
||||
}
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue