1.14 base

This commit is contained in:
randomuser 2021-07-21 22:23:43 -05:00
parent c4be49c241
commit 01f52ee42b
3290 changed files with 3554 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{
"variants": {
"": {"model": "block/bedrock"}
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"": {"model": "block/netherrack"}
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/button",
"textures": {
"texture": "blocks_extra/buttons/acacia_button"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/button_pressed",
"textures": {
"texture": "blocks_extra/buttons/acacia_button"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/template_fence_gate",
"textures": {
"texture": "blocks_extra/fences/acacia_fence_side"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/template_fence_gate_open",
"textures": {
"texture": "blocks_extra/fences/acacia_fence_side"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/template_fence_gate_wall",
"textures": {
"texture": "blocks_extra/fences/acacia_fence_side"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/template_fence_gate_wall_open",
"textures": {
"texture": "blocks_extra/fences/acacia_fence_side"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/fence_post",
"textures": {
"texture": "blocks_extra/fences/acacia_fence_post"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/fence_side",
"textures": {
"texture": "blocks_extra/fences/acacia_fence_side"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/slab",
"textures": {
"bottom": "block/andesite",
"top": "block/andesite",
"side": "blocks_extra/slabs_stairs/andesite_slab_stair"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/slab_top",
"textures": {
"bottom": "block/andesite",
"top": "block/andesite",
"side": "blocks_extra/slabs_stairs/andesite_slab_stair"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/stairs",
"textures": {
"bottom": "block/andesite",
"top": "block/andesite",
"side": "blocks_extra/slabs_stairs/andesite_slab_stair"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/inner_stairs",
"textures": {
"bottom": "block/andesite",
"top": "block/andesite",
"side": "blocks_extra/slabs_stairs/andesite_slab_stair"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/outer_stairs",
"textures": {
"bottom": "block/andesite",
"top": "block/andesite",
"side": "blocks_extra/slabs_stairs/andesite_slab_stair"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/template_wall_post",
"textures": {
"wall": "blocks_extra/walls/andesite_wall_post"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/template_wall_side",
"textures": {
"wall": "blocks_extra/walls/andesite_wall_side"
}
}

View File

@ -0,0 +1,43 @@
{
"textures": {
"particle": "block/bell_bottom",
"bar": "block/dark_oak_planks",
"post": "blocks_extra/bell/post"
},
"elements": [
{
"from": [ 2, 13, 7 ],
"to": [ 14, 15, 9 ],
"faces": {
"north": { "uv": [ 2, 2, 14, 4 ], "texture": "#bar" },
"south": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" },
"up": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" },
"down": { "uv": [ 2, 3, 14, 5 ], "texture": "#bar" }
}
},
{
"from": [ 14, 0, 6 ],
"to": [ 16, 16, 10 ],
"faces": {
"north": { "uv": [ 0, 1, 2, 16 ], "texture": "#post" },
"east": { "uv": [ 0, 1, 4, 16 ], "texture": "#post" },
"south": { "uv": [ 0, 1, 2, 16 ], "texture": "#post" },
"west": { "uv": [ 0, 1, 4, 16 ], "texture": "#post" },
"up": { "uv": [ 0, 0, 2, 4 ], "texture": "#post", "cullface": "up" },
"down": { "uv": [ 0, 0, 2, 4 ], "texture": "#post", "cullface": "down" }
}
},
{
"from": [ 0, 0, 6 ],
"to": [ 2, 16, 10 ],
"faces": {
"north": { "uv": [ 0, 1, 2, 16 ], "texture": "#post" },
"east": { "uv": [ 0, 1, 4, 16 ], "texture": "#post" },
"south": { "uv": [ 0, 1, 2, 16 ], "texture": "#post" },
"west": { "uv": [ 0, 1, 4, 16 ], "texture": "#post" },
"up": { "uv": [ 0, 0, 2, 4 ], "texture": "#post","cullface": "up" },
"down": { "uv": [ 0, 0, 2, 4 ], "texture": "#post", "cullface": "down" }
}
}
]
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/button",
"textures": {
"texture": "blocks_extra/buttons/birch_button"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/button_pressed",
"textures": {
"texture": "blocks_extra/buttons/birch_button"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/template_fence_gate",
"textures": {
"texture": "blocks_extra/fences/birch_fence_side"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/template_fence_gate_open",
"textures": {
"texture": "blocks_extra/fences/birch_fence_side"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/template_fence_gate_wall",
"textures": {
"texture": "blocks_extra/fences/birch_fence_side"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/template_fence_gate_wall_open",
"textures": {
"texture": "blocks_extra/fences/birch_fence_side"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/fence_post",
"textures": {
"texture": "blocks_extra/fences/birch_fence_post"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/fence_side",
"textures": {
"texture": "blocks_extra/fences/birch_fence_side"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/template_wall_post",
"textures": {
"wall": "blocks_extra/walls/brick_wall_post"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/template_wall_side",
"textures": {
"wall": "blocks_extra/walls/brick_wall_side"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/slab",
"textures": {
"bottom": "block/cobblestone",
"top": "block/cobblestone",
"side": "blocks_extra/slabs_stairs/cobblestone_slab_stair"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/slab_top",
"textures": {
"bottom": "block/cobblestone",
"top": "block/cobblestone",
"side": "blocks_extra/slabs_stairs/cobblestone_slab_stair"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/stairs",
"textures": {
"bottom": "block/cobblestone",
"top": "block/cobblestone",
"side": "blocks_extra/slabs_stairs/cobblestone_slab_stair"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/inner_stairs",
"textures": {
"bottom": "block/cobblestone",
"top": "block/cobblestone",
"side": "blocks_extra/slabs_stairs/cobblestone_slab_stair"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/outer_stairs",
"textures": {
"bottom": "block/cobblestone",
"top": "block/cobblestone",
"side": "blocks_extra/slabs_stairs/cobblestone_slab_stair"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/template_wall_post",
"textures": {
"wall": "blocks_extra/walls/cobblestone_wall_post"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/template_wall_side",
"textures": {
"wall": "blocks_extra/walls/cobblestone_wall_side"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/slab",
"textures": {
"bottom": "block/red_sandstone_top",
"top": "block/red_sandstone_top",
"side": "blocks_extra/slabs_stairs/cut_red_sandstone_slab"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/slab_top",
"textures": {
"bottom": "block/red_sandstone_top",
"top": "block/red_sandstone_top",
"side": "blocks_extra/slabs_stairs/cut_red_sandstone_slab"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/slab",
"textures": {
"bottom": "block/sandstone_top",
"top": "block/sandstone_top",
"side": "blocks_extra/slabs_stairs/cut_sandstone_slab"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/slab_top",
"textures": {
"bottom": "block/sandstone_top",
"top": "block/sandstone_top",
"side": "blocks_extra/slabs_stairs/cut_sandstone_slab"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/button",
"textures": {
"texture": "blocks_extra/buttons/dark_oak_button"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/button_pressed",
"textures": {
"texture": "blocks_extra/buttons/dark_oak_button"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/template_fence_gate",
"textures": {
"texture": "blocks_extra/fences/dark_oak_fence_side"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/template_fence_gate_open",
"textures": {
"texture": "blocks_extra/fences/dark_oak_fence_side"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/template_fence_gate_wall",
"textures": {
"texture": "blocks_extra/fences/dark_oak_fence_side"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/template_fence_gate_wall_open",
"textures": {
"texture": "blocks_extra/fences/dark_oak_fence_side"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/fence_post",
"textures": {
"texture": "blocks_extra/fences/dark_oak_fence_post"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/fence_side",
"textures": {
"texture": "blocks_extra/fences/dark_oak_fence_side"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/slab",
"textures": {
"bottom": "block/dark_prismarine",
"top": "block/dark_prismarine",
"side": "blocks_extra/slabs_stairs/dark_prismarine_slab_stair"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/slab_top",
"textures": {
"bottom": "block/dark_prismarine",
"top": "block/dark_prismarine",
"side": "blocks_extra/slabs_stairs/dark_prismarine_slab_stair"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/stairs",
"textures": {
"bottom": "block/dark_prismarine",
"top": "block/dark_prismarine",
"side": "blocks_extra/slabs_stairs/dark_prismarine_slab_stair"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/inner_stairs",
"textures": {
"bottom": "block/dark_prismarine",
"top": "block/dark_prismarine",
"side": "blocks_extra/slabs_stairs/dark_prismarine_slab_stair"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/outer_stairs",
"textures": {
"bottom": "block/dark_prismarine",
"top": "block/dark_prismarine",
"side": "blocks_extra/slabs_stairs/dark_prismarine_slab_stair"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/slab",
"textures": {
"bottom": "block/diorite",
"top": "block/diorite",
"side": "blocks_extra/slabs_stairs/diorite_slab_stair"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/slab_top",
"textures": {
"bottom": "block/diorite",
"top": "block/diorite",
"side": "blocks_extra/slabs_stairs/diorite_slab_stair"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/stairs",
"textures": {
"bottom": "block/diorite",
"top": "block/diorite",
"side": "blocks_extra/slabs_stairs/diorite_slab_stair"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/inner_stairs",
"textures": {
"bottom": "block/diorite",
"top": "block/diorite",
"side": "blocks_extra/slabs_stairs/diorite_slab_stair"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/outer_stairs",
"textures": {
"bottom": "block/diorite",
"top": "block/diorite",
"side": "blocks_extra/slabs_stairs/diorite_slab_stair"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/template_wall_post",
"textures": {
"wall": "blocks_extra/walls/diorite_wall_post"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/template_wall_side",
"textures": {
"wall": "blocks_extra/walls/diorite_wall_side"
}
}

View File

@ -0,0 +1,18 @@
{
"ambientocclusion": false,
"textures": {
"particle": "#bottom"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 3, 16, 16 ],
"faces": {
"north": {"uv": [0, 0, 1, 16], "texture": "#bottom"},
"south": {"uv": [15, 0, 16, 16], "texture": "#bottom"},
"west": {"uv": [0, 0, 16, 16], "texture": "#bottom"},
"east": {"uv": [16, 0, 0, 16], "texture": "#bottom"},
"down": {"uv": [0, 15, 16, 16], "texture": "#bottom"}
}
}
]
}

View File

@ -0,0 +1,18 @@
{
"ambientocclusion": false,
"textures": {
"particle": "#bottom"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 3, 16, 16 ],
"faces": {
"north": {"uv": [16, 0, 15, 16], "texture": "#bottom"},
"south": {"uv": [1, 0, 0, 16], "texture": "#bottom"},
"west": {"uv": [16, 0, 0, 16], "texture": "#bottom"},
"east": {"uv": [0, 0, 16, 16], "texture": "#bottom"},
"down": {"uv": [16, 15, 0, 16], "texture": "#bottom"}
}
}
]
}

View File

@ -0,0 +1,18 @@
{
"ambientocclusion": false,
"textures": {
"particle": "#top"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 3, 16, 16 ],
"faces": {
"up": {"uv": [0, 0, 16, 1], "texture": "#top"},
"north": {"uv": [0, 0, 1, 16], "texture": "#top"},
"south": {"uv": [15, 0, 16, 16], "texture": "#top"},
"west": {"uv": [0, 0, 16, 16], "texture": "#top"},
"east": {"uv": [16, 0, 0, 16], "texture": "#top"}
}
}
]
}

View File

@ -0,0 +1,18 @@
{
"ambientocclusion": false,
"textures": {
"particle": "#top"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 3, 16, 16 ],
"faces": {
"up": {"uv": [16, 0, 0, 1], "texture": "#top"},
"north": {"uv": [16, 0, 15, 16], "texture": "#top"},
"south": {"uv": [1, 0, 0, 16], "texture": "#top"},
"west": {"uv": [16, 0, 0, 16], "texture": "#top"},
"east": {"uv": [0, 0, 16, 16], "texture": "#top"}
}
}
]
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/template_wall_post",
"textures": {
"wall": "blocks_extra/walls/end_stone_brick_wall_post"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/template_wall_side",
"textures": {
"wall": "blocks_extra/walls/end_stone_brick_wall_side"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/slab",
"textures": {
"bottom": "block/granite",
"top": "block/granite",
"side": "blocks_extra/slabs_stairs/granite_slab_stair"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/slab_top",
"textures": {
"bottom": "block/granite",
"top": "block/granite",
"side": "blocks_extra/slabs_stairs/granite_slab_stair"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/stairs",
"textures": {
"bottom": "block/granite",
"top": "block/granite",
"side": "blocks_extra/slabs_stairs/granite_slab_stair"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/inner_stairs",
"textures": {
"bottom": "block/granite",
"top": "block/granite",
"side": "blocks_extra/slabs_stairs/granite_slab_stair"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/outer_stairs",
"textures": {
"bottom": "block/granite",
"top": "block/granite",
"side": "blocks_extra/slabs_stairs/granite_slab_stair"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/template_wall_post",
"textures": {
"wall": "blocks_extra/walls/granite_wall_post"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/template_wall_side",
"textures": {
"wall": "blocks_extra/walls/granite_wall_side"
}
}

View File

@ -0,0 +1,68 @@
{
"parent": "block/block",
"textures": {
"pivot": "block/grindstone_pivot",
"round": "block/grindstone_round",
"side": "block/grindstone_side",
"particle": "block/grindstone_side",
"leg": "blocks_extra/grindstone/leg"
},
"elements": [
{
"from": [12, 0, 6],
"to": [14, 7, 10],
"faces": {
"north": {"uv": [2, 9, 4, 16], "texture": "#leg"},
"east": {"uv": [10, 16, 6, 9], "texture": "#leg"},
"south": {"uv": [12, 9, 14, 16], "texture": "#leg"},
"west": {"uv": [6, 9, 10, 16], "texture": "#leg"},
"down": {"uv": [12, 6, 14, 10], "texture": "#leg", "cullface": "down" }
}
},
{
"from": [2, 0, 6],
"to": [4, 7, 10],
"faces": {
"north": {"uv": [12, 9, 14, 16], "texture": "#leg"},
"east": {"uv": [10, 16, 6, 9], "texture": "#leg"},
"south": {"uv": [2, 9, 4, 16], "texture": "#leg"},
"west": {"uv": [6, 9, 10, 16], "texture": "#leg"},
"down": {"uv": [2, 6, 4, 10], "texture": "#leg", "cullface": "down"}
}
},
{
"from": [12, 7, 5],
"to": [14, 13, 11],
"faces": {
"north": {"uv": [6, 0, 8, 6], "texture": "#pivot"},
"east": {"uv": [0, 0, 6, 6], "texture": "#pivot"},
"south": {"uv": [6, 0, 8, 6], "texture": "#pivot"},
"up": {"uv": [8, 0, 10, 6], "texture": "#pivot"},
"down": {"uv": [8, 0, 10, 6], "texture": "#pivot"}
}
},
{
"from": [2, 7, 5],
"to": [4, 13, 11],
"faces": {
"north": {"uv": [6, 0, 8, 6], "texture": "#pivot"},
"south": {"uv": [6, 0, 8, 6], "texture": "#pivot"},
"west": {"uv": [0, 0, 6, 6], "texture": "#pivot"},
"up": {"uv": [8, 0, 10, 6], "texture": "#pivot"},
"down": {"uv": [8, 0, 10, 6], "texture": "#pivot"}
}
},
{
"from": [4, 4, 2],
"to": [12, 16, 14],
"faces": {
"north": {"uv": [0, 0, 8, 12], "texture": "#round"},
"east": {"uv": [0, 0, 12, 12], "texture": "#side"},
"south": {"uv": [0, 0, 8, 12], "texture": "#round"},
"west": {"uv": [0, 0, 12, 12], "texture": "#side"},
"up": {"uv": [0, 0, 8, 12], "texture": "#round", "cullface": "up" },
"down": {"uv": [0, 0, 8, 12], "texture": "#round"}
}
}
]
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/button",
"textures": {
"texture": "blocks_extra/buttons/jungle_button"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/button_pressed",
"textures": {
"texture": "blocks_extra/buttons/jungle_button"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/template_fence_gate",
"textures": {
"texture": "blocks_extra/fences/jungle_fence_side"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/template_fence_gate_open",
"textures": {
"texture": "blocks_extra/fences/jungle_fence_side"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/template_fence_gate_wall",
"textures": {
"texture": "blocks_extra/fences/jungle_fence_side"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/template_fence_gate_wall_open",
"textures": {
"texture": "blocks_extra/fences/jungle_fence_side"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/fence_post",
"textures": {
"texture": "blocks_extra/fences/jungle_fence_post"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/fence_side",
"textures": {
"texture": "blocks_extra/fences/jungle_fence_side"
}
}

View File

@ -0,0 +1,33 @@
{
"ambientocclusion": false,
"textures": {
"particle": "block/cobblestone",
"base": "blocks_extra/lever/lever_base",
"lever": "block/lever"
},
"elements": [
{ "from": [ 5, 0, 4 ],
"to": [ 11, 3, 12 ],
"faces": {
"down": { "uv": [ 5, 4, 11, 12 ], "texture": "#base" },
"up": { "uv": [ 5, 4, 11, 12 ], "texture": "#base" },
"north": { "uv": [ 5, 0, 11, 3 ], "texture": "#base" },
"south": { "uv": [ 5, 0, 11, 3 ], "texture": "#base" },
"west": { "uv": [ 4, 0, 12, 3 ], "texture": "#base" },
"east": { "uv": [ 4, 0, 12, 3 ], "texture": "#base" }
}
},
{ "from": [ 7, 1, 7 ],
"to": [ 9, 11, 9 ],
"rotation": { "origin": [ 8, 1, 8 ], "axis": "x", "angle": -45 },
"faces": {
"down": { "uv": [ 7, 6, 9, 8 ], "texture": "#lever" },
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lever" },
"north": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" },
"south": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" },
"west": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" },
"east": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" }
}
}
]
}

View File

@ -0,0 +1,33 @@
{
"ambientocclusion": false,
"textures": {
"particle": "block/cobblestone",
"base": "blocks_extra/lever/lever_base",
"lever": "block/lever"
},
"elements": [
{ "from": [ 5, 0, 4 ],
"to": [ 11, 3, 12 ],
"faces": {
"down": { "uv": [ 5, 4, 11, 12 ], "texture": "#base" },
"up": { "uv": [ 5, 4, 11, 12 ], "texture": "#base" },
"north": { "uv": [ 5, 0, 11, 3 ], "texture": "#base" },
"south": { "uv": [ 5, 0, 11, 3 ], "texture": "#base" },
"west": { "uv": [ 4, 0, 12, 3 ], "texture": "#base" },
"east": { "uv": [ 4, 0, 12, 3 ], "texture": "#base" }
}
},
{ "from": [ 7, 1, 7 ],
"to": [ 9, 11, 9 ],
"rotation": { "origin": [ 8, 1, 8 ], "axis": "x", "angle": 45 },
"faces": {
"down": { "uv": [ 7, 6, 9, 8 ], "texture": "#lever" },
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lever" },
"north": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" },
"south": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" },
"west": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" },
"east": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" }
}
}
]
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/slab",
"textures": {
"bottom": "block/mossy_cobblestone",
"top": "block/mossy_cobblestone",
"side": "blocks_extra/slabs_stairs/mossy_cobblestone_slab_stair"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/slab_top",
"textures": {
"bottom": "block/mossy_cobblestone",
"top": "block/mossy_cobblestone",
"side": "blocks_extra/slabs_stairs/mossy_cobblestone_slab_stair"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/stairs",
"textures": {
"bottom": "block/mossy_cobblestone",
"top": "block/mossy_cobblestone",
"side": "blocks_extra/slabs_stairs/mossy_cobblestone_slab_stair"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/inner_stairs",
"textures": {
"bottom": "block/mossy_cobblestone",
"top": "block/mossy_cobblestone",
"side": "blocks_extra/slabs_stairs/mossy_cobblestone_slab_stair"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/outer_stairs",
"textures": {
"bottom": "block/mossy_cobblestone",
"top": "block/mossy_cobblestone",
"side": "blocks_extra/slabs_stairs/mossy_cobblestone_slab_stair"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/template_wall_post",
"textures": {
"wall": "blocks_extra/walls/mossy_cobblestone_wall_post"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/template_wall_side",
"textures": {
"wall": "blocks_extra/walls/mossy_cobblestone_wall_side"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/template_wall_post",
"textures": {
"wall": "blocks_extra/walls/mossy_stone_brick_wall_post"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/template_wall_side",
"textures": {
"wall": "blocks_extra/walls/mossy_stone_brick_wall_side"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/fence_post",
"textures": {
"texture": "blocks_extra/fences/nether_brick_fence_post"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/fence_side",
"textures": {
"texture": "blocks_extra/fences/nether_brick_fence_side"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/template_wall_post",
"textures": {
"wall": "blocks_extra/walls/nether_brick_wall_post"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/template_wall_side",
"textures": {
"wall": "blocks_extra/walls/nether_brick_wall_side"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/button",
"textures": {
"texture": "blocks_extra/buttons/oak_button"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "block/button_pressed",
"textures": {
"texture": "blocks_extra/buttons/oak_button"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/template_fence_gate",
"textures": {
"texture": "blocks_extra/fences/oak_fence_side"
}
}

View File

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/template_fence_gate_open",
"textures": {
"texture": "blocks_extra/fences/oak_fence_side"
}
}

Some files were not shown because too many files have changed in this diff Show More