Create/Update assets for version 20w09a

This commit is contained in:
InventiveBot
2020-02-27 21:00:08 +00:00
parent d733930f11
commit 86455bf9e2
2367 changed files with 229175 additions and 40563 deletions

View File

@@ -0,0 +1,7 @@
{
"parent": "block/cube_column_horizontal",
"textures": {
"end": "block/acacia_log_top",
"side": "block/acacia_log"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/cube_column",
"textures": {
"end": "block/ancient_debris_top",
"side": "block/ancient_debris_side"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/template_wall_side_tall",
"textures": {
"wall": "block/andesite"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/cube_column",
"textures": {
"side": "block/basalt_side",
"end": "block/basalt_top"
}
}

View File

@@ -0,0 +1,10 @@
{
"parent": "block/orientable_with_bottom",
"textures": {
"particle": "block/bee_nest_side",
"bottom": "block/bee_nest_bottom",
"top": "block/bee_nest_top",
"front": "block/bee_nest_front",
"side": "block/bee_nest_side"
}
}

View File

@@ -0,0 +1,10 @@
{
"parent": "block/orientable_with_bottom",
"textures": {
"particle": "block/bee_nest_side",
"bottom": "block/bee_nest_bottom",
"top": "block/bee_nest_top",
"front": "block/bee_nest_front_honey",
"side": "block/bee_nest_side"
}
}

View File

@@ -0,0 +1,10 @@
{
"parent": "block/orientable_with_bottom",
"textures": {
"particle": "block/beehive_side",
"bottom": "block/beehive_end",
"top": "block/beehive_end",
"front": "block/beehive_front",
"side": "block/beehive_side"
}
}

View File

@@ -0,0 +1,10 @@
{
"parent": "block/orientable_with_bottom",
"textures": {
"particle": "block/beehive_side",
"bottom": "block/beehive_end",
"top": "block/beehive_end",
"front": "block/beehive_front_honey",
"side": "block/beehive_side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/cube_column_horizontal",
"textures": {
"end": "block/birch_log_top",
"side": "block/birch_log"
}
}

View File

@@ -1,4 +1,5 @@
{
"gui_light": "side",
"display": {
"gui": {
"rotation": [ 30, 225, 0 ],

View File

@@ -0,0 +1,6 @@
{
"parent": "block/template_wall_side_tall",
"textures": {
"wall": "block/bricks"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/template_wall_side_tall",
"textures": {
"wall": "block/cobblestone"
}
}

View File

@@ -8,8 +8,8 @@
"inside": "block/composter_bottom"
},
"elements": [
{ "from": [ 2, 0, 2 ],
"to": [ 14, 2, 14 ],
{ "from": [ 0, 0, 0 ],
"to": [ 16, 2, 16 ],
"faces": {
"up": { "texture": "#inside", "cullface": "up" },
"down": { "texture": "#bottom", "cullface": "down" }
@@ -18,7 +18,6 @@
{ "from": [ 0, 0, 0 ],
"to": [ 2, 16, 16 ],
"faces": {
"down": { "texture": "#side", "cullface": "down" },
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
@@ -29,7 +28,6 @@
{ "from": [ 14, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#side", "cullface": "down" },
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
@@ -40,7 +38,6 @@
{ "from": [ 2, 0, 0 ],
"to": [ 14, 16, 2 ],
"faces": {
"down": { "texture": "#side", "cullface": "down" },
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side", "cullface": "up" }
@@ -49,7 +46,6 @@
{ "from": [ 2, 0, 14 ],
"to": [ 14, 16, 16 ],
"faces": {
"down": { "texture": "#side", "cullface": "down" },
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side", "cullface": "up" },
"south": { "texture": "#side", "cullface": "south" }

View File

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

View File

@@ -0,0 +1,6 @@
{
"parent": "block/button_inventory",
"textures": {
"texture": "block/crimson_planks"
}
}

View File

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

View File

@@ -0,0 +1,7 @@
{
"parent": "block/door_bottom",
"textures": {
"bottom": "block/crimson_door_bottom",
"top": "block/crimson_door_top"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/door_bottom_rh",
"textures": {
"bottom": "block/crimson_door_bottom",
"top": "block/crimson_door_top"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/door_top",
"textures": {
"bottom": "block/crimson_door_bottom",
"top": "block/crimson_door_top"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/door_top_rh",
"textures": {
"bottom": "block/crimson_door_bottom",
"top": "block/crimson_door_top"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/template_fence_gate",
"textures": {
"texture": "block/crimson_planks"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/template_fence_gate_open",
"textures": {
"texture": "block/crimson_planks"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/template_fence_gate_wall",
"textures": {
"texture": "block/crimson_planks"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/template_fence_gate_wall_open",
"textures": {
"texture": "block/crimson_planks"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/fence_inventory",
"textures": {
"texture": "block/crimson_planks"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/fence_post",
"textures": {
"texture": "block/crimson_planks"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/fence_side",
"textures": {
"texture": "block/crimson_planks"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/cross",
"textures": {
"cross": "block/crimson_fungus"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/cube_bottom_top",
"textures": {
"bottom": "block/netherrack",
"top": "block/crimson_nylium",
"side": "block/crimson_nylium_side"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "block/crimson_planks"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/pressure_plate_up",
"textures": {
"texture": "block/crimson_planks"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/pressure_plate_down",
"textures": {
"texture": "block/crimson_planks"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/cross",
"textures": {
"cross": "block/crimson_roots"
}
}

View File

@@ -0,0 +1,5 @@
{
"textures": {
"particle": "block/crimson_planks"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/slab",
"textures": {
"bottom": "block/crimson_planks",
"top": "block/crimson_planks",
"side": "block/crimson_planks"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/slab_top",
"textures": {
"bottom": "block/crimson_planks",
"top": "block/crimson_planks",
"side": "block/crimson_planks"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/stairs",
"textures": {
"bottom": "block/crimson_planks",
"top": "block/crimson_planks",
"side": "block/crimson_planks"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/inner_stairs",
"textures": {
"bottom": "block/crimson_planks",
"top": "block/crimson_planks",
"side": "block/crimson_planks"
}
}

View File

@@ -0,0 +1,8 @@
{
"parent": "block/outer_stairs",
"textures": {
"bottom": "block/crimson_planks",
"top": "block/crimson_planks",
"side": "block/crimson_planks"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/cube_column",
"textures": {
"end": "block/crimson_stem_top",
"side": "block/crimson_stem"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/template_orientable_trapdoor_bottom",
"textures": {
"texture": "block/crimson_trapdoor"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/template_orientable_trapdoor_open",
"textures": {
"texture": "block/crimson_trapdoor"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/template_orientable_trapdoor_top",
"textures": {
"texture": "block/crimson_trapdoor"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "block/crying_obsidian"
}
}

View File

@@ -0,0 +1,25 @@
{
"parent": "block/block",
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#down", "cullface": "down" },
"up": { "texture": "#up", "rotation": 180, "cullface": "up" },
"north": { "texture": "#north", "cullface": "north" },
"south": { "texture": "#south", "cullface": "south" },
"west": { "texture": "#west", "cullface": "west" },
"east": { "texture": "#east", "cullface": "east" }
}
}
],
"textures": {
"particle": "#side",
"down": "#end",
"up": "#end",
"north": "#side",
"east": "#side",
"south": "#side",
"west": "#side"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/cube_column_horizontal",
"textures": {
"end": "block/dark_oak_log_top",
"side": "block/dark_oak_log"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/template_wall_side_tall",
"textures": {
"wall": "block/diorite"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/template_wall_side_tall",
"textures": {
"wall": "block/end_stone_bricks"
}
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/fire_floor",
"parent": "block/template_fire_floor",
"textures": {
"particle": "block/fire_0",
"fire": "block/fire_0"

View File

@@ -1,5 +1,5 @@
{
"parent": "block/fire_floor",
"parent": "block/template_fire_floor",
"textures": {
"particle": "block/fire_1",
"fire": "block/fire_1"

View File

@@ -1,5 +1,5 @@
{
"parent": "block/fire_side",
"parent": "block/template_fire_side",
"textures": {
"particle": "block/fire_0",
"fire": "block/fire_0"

View File

@@ -1,5 +1,5 @@
{
"parent": "block/fire_side",
"parent": "block/template_fire_side",
"textures": {
"particle": "block/fire_1",
"fire": "block/fire_1"

View File

@@ -1,5 +1,5 @@
{
"parent": "block/fire_side_alt",
"parent": "block/template_fire_side_alt",
"textures": {
"particle": "block/fire_0",
"fire": "block/fire_0"

View File

@@ -1,5 +1,5 @@
{
"parent": "block/fire_side_alt",
"parent": "block/template_fire_side_alt",
"textures": {
"particle": "block/fire_1",
"fire": "block/fire_1"

View File

@@ -1,5 +1,5 @@
{
"parent": "block/fire_up",
"parent": "block/template_fire_up",
"textures": {
"particle": "block/fire_0",
"fire": "block/fire_0"

View File

@@ -1,5 +1,5 @@
{
"parent": "block/fire_up",
"parent": "block/template_fire_up",
"textures": {
"particle": "block/fire_1",
"fire": "block/fire_1"

View File

@@ -1,5 +1,5 @@
{
"parent": "block/fire_up_alt",
"parent": "block/template_fire_up_alt",
"textures": {
"particle": "block/fire_0",
"fire": "block/fire_0"

View File

@@ -1,5 +1,5 @@
{
"parent": "block/fire_up_alt",
"parent": "block/template_fire_up_alt",
"textures": {
"particle": "block/fire_1",
"fire": "block/fire_1"

View File

@@ -49,7 +49,7 @@
{ "from": [ 6, 0, 6 ],
"to": [ 10, 4, 10 ],
"faces": {
"down": { "uv": [ 6, 6, 10, 10 ], "texture": "#flowerpot", "cullface": "down" },
"down": { "uv": [ 6, 12, 10, 16 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 6, 6, 10, 10 ], "texture": "#dirt" }
}
}

View File

@@ -49,7 +49,7 @@
{ "from": [ 6, 0, 6 ],
"to": [ 10, 4, 10 ],
"faces": {
"down": { "uv": [ 6, 6, 10, 10 ], "texture": "#flowerpot", "cullface": "down" },
"down": { "uv": [ 6, 12, 10, 16 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 6, 6, 10, 10 ], "texture": "#dirt" }
}
},

View File

@@ -0,0 +1,6 @@
{
"parent": "block/template_wall_side_tall",
"textures": {
"wall": "block/granite"
}
}

View File

@@ -1,51 +1,6 @@
{
"parent": "block/block",
"parent": "block/template_hanging_lantern",
"textures": {
"particle": "block/lantern",
"all": "block/lantern"
},
"elements": [
{ "from": [ 5, 1, 5 ],
"to": [ 11, 8, 11 ],
"faces": {
"down": { "uv": [ 0, 9, 6, 15 ], "texture": "#all"},
"up": { "uv": [ 0, 9, 6, 15 ], "texture": "#all" },
"north": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" },
"south": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" },
"west": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" },
"east": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" }
}
},
{ "from": [ 6, 8, 6 ],
"to": [ 10, 10, 10 ],
"faces": {
"down": { "uv": [ 1, 10, 5, 14 ], "texture": "#all"},
"up": { "uv": [ 1, 10, 5, 14 ], "texture": "#all" },
"north": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" },
"south": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" },
"west": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" },
"east": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" }
}
},
{
"from": [ 6.5, 11, 8 ],
"to": [ 9.5, 15, 8 ],
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45},
"shade": false,
"faces": {
"north": { "uv": [ 11, 1, 14, 5 ], "texture": "#all" },
"south": { "uv": [ 11, 1, 14, 5 ], "texture": "#all" }
}
},
{
"from": [ 8, 10, 6.5 ],
"to": [ 8, 16, 9.5 ],
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45},
"shade": false,
"faces": {
"west": { "uv": [ 11, 6, 14, 12 ], "texture": "#all" },
"east": { "uv": [ 11, 6, 14, 12 ], "texture": "#all" }
}
}
]
"lantern": "block/lantern"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/template_hanging_lantern",
"textures": {
"lantern": "block/soul_fire_lantern"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/cube_column_horizontal",
"textures": {
"end": "block/hay_block_top",
"side": "block/hay_block_side"
}
}

View File

@@ -0,0 +1,33 @@
{ "parent": "block/block",
"textures": {
"particle": "block/honey_block_top",
"down": "block/honey_block_bottom",
"up": "block/honey_block_top",
"side": "block/honey_block_side"
},
"elements": [
{ "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "texture": "#down", "cullface": "down" },
"up": { "texture": "#down", "cullface": "up" },
"north": { "texture": "#down", "cullface": "north" },
"south": { "texture": "#down", "cullface": "south" },
"west": { "texture": "#down", "cullface": "west" },
"east": { "texture": "#down", "cullface": "east" }
}
},
{ "from": [ 1, 1, 1 ],
"to": [ 15, 15, 15 ],
"faces": {
"down": { "uv": [ 1, 1, 15, 15 ], "texture": "#down"},
"up": { "uv": [ 1, 1, 15, 15 ], "texture": "#up"},
"north": { "uv": [ 1, 1, 15, 15 ], "texture": "#side"},
"south": { "uv": [ 1, 1, 15, 15 ], "texture": "#side"},
"west": { "uv": [ 1, 1, 15, 15 ], "texture": "#side"},
"east": { "uv": [ 1, 1, 15, 15 ], "texture": "#side"}
}
}
]
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "block/honeycomb_block"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/cube_column_horizontal",
"textures": {
"end": "block/jungle_log_top",
"side": "block/jungle_log"
}
}

View File

@@ -1,50 +1,6 @@
{
"parent": "block/block",
"parent": "block/template_lantern",
"textures": {
"particle": "block/lantern",
"all": "block/lantern"
},
"elements": [
{ "from": [ 5, 0, 5 ],
"to": [ 11, 7, 11 ],
"faces": {
"down": { "uv": [ 0, 9, 6, 15 ], "texture": "#all", "cullface": "down" },
"up": { "uv": [ 0, 9, 6, 15 ], "texture": "#all" },
"north": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" },
"south": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" },
"west": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" },
"east": { "uv": [ 0, 2, 6, 9 ], "texture": "#all" }
}
},
{ "from": [ 6, 7, 6 ],
"to": [ 10, 9, 10 ],
"faces": {
"up": { "uv": [ 1, 10, 5, 14 ], "texture": "#all" },
"north": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" },
"south": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" },
"west": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" },
"east": { "uv": [ 1, 0, 5, 2 ], "texture": "#all" }
}
},
{
"from": [ 6.5, 9, 8 ],
"to": [ 9.5, 11, 8 ],
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45},
"shade": false,
"faces": {
"north": { "uv": [ 11, 1, 14, 3 ], "texture": "#all" },
"south": { "uv": [ 11, 1, 14, 3 ], "texture": "#all" }
}
},
{
"from": [ 8, 9, 6.5 ],
"to": [ 8, 11, 9.5 ],
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45},
"shade": false,
"faces": {
"west": { "uv": [ 11, 10, 14, 12 ], "texture": "#all" },
"east": { "uv": [ 11, 10, 14, 12 ], "texture": "#all" }
}
}
]
"lantern": "block/lantern"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/template_wall_side_tall",
"textures": {
"wall": "block/mossy_cobblestone"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/template_wall_side_tall",
"textures": {
"wall": "block/mossy_stone_bricks"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/template_wall_side_tall",
"textures": {
"wall": "block/nether_bricks"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/cross",
"textures": {
"cross": "block/nether_sprouts"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "block/netherite_block"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/cube_column_horizontal",
"textures": {
"end": "block/oak_log_top",
"side": "block/oak_log"
}
}

View File

@@ -51,7 +51,7 @@
{ "from": [ 6, 0, 6 ],
"to": [ 10, 4, 10 ],
"faces": {
"down": { "uv": [ 6, 6, 10, 10 ], "texture": "#flowerpot", "cullface": "down" },
"down": { "uv": [ 6, 12, 10, 16 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 6, 6, 10, 10 ], "texture": "#dirt" }
}
},

View File

@@ -50,7 +50,7 @@
{ "from": [ 6, 0, 6 ],
"to": [ 10, 4, 10 ],
"faces": {
"down": { "uv": [ 6, 6, 10, 10 ], "texture": "#flowerpot", "cullface": "down" },
"down": { "uv": [ 6, 12, 10, 16 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 6, 6, 10, 10 ], "texture": "#dirt" }
}
},

View File

@@ -0,0 +1,6 @@
{
"parent": "block/flower_pot_cross",
"textures": {
"plant": "block/crimson_fungus"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/flower_pot_cross",
"textures": {
"plant": "block/crimson_roots_pot"
}
}

View File

@@ -50,7 +50,7 @@
{ "from": [ 6, 0, 6 ],
"to": [ 10, 4, 10 ],
"faces": {
"down": { "uv": [ 6, 6, 10, 10 ], "texture": "#flowerpot", "cullface": "down" },
"down": { "uv": [ 6, 12, 10, 16 ], "texture": "#flowerpot", "cullface": "down" },
"up": { "uv": [ 6, 6, 10, 10 ], "texture": "#dirt" }
}
},

View File

@@ -0,0 +1,6 @@
{
"parent": "block/flower_pot_cross",
"textures": {
"plant": "block/warped_fungus"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/flower_pot_cross",
"textures": {
"plant": "block/warped_roots_pot"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/template_wall_side_tall",
"textures": {
"wall": "block/prismarine"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/cube_column_horizontal",
"textures": {
"end": "block/purpur_pillar_top",
"side": "block/purpur_pillar"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/cube_column_horizontal",
"textures": {
"end": "block/quartz_pillar_top",
"side": "block/quartz_pillar"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/template_wall_side_tall",
"textures": {
"wall": "block/red_nether_bricks"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/template_wall_side_tall",
"textures": {
"wall": "block/red_sandstone"
}
}

View File

@@ -10,14 +10,16 @@
"to": [ 16, 0.25, 16 ],
"shade": false,
"faces": {
"up": { "uv": [ 0, 0, 16, 16], "texture": "#line", "tintindex": 0 }
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "tintindex": 0 },
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#line", "tintindex": 0 }
}
},
{ "from": [ 0, 0.25, 0 ],
"to": [ 16, 0.25, 16 ],
"shade": false,
"faces": {
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay" }
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay" },
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#overlay" }
}
}
]

View File

@@ -9,14 +9,16 @@
"to": [ 16, 0.25, 8 ],
"shade": false,
"faces": {
"up": { "uv": [ 0, 0, 16, 8 ], "texture": "#line", "tintindex": 0 }
"up": { "uv": [ 0, 0, 16, 8 ], "texture": "#line", "tintindex": 0 },
"down": { "uv": [ 0, 8, 16, 0 ], "texture": "#line", "tintindex": 0 }
}
},
{ "from": [ 0, 0.25, 0 ],
"to": [ 16, 0.25, 8 ],
"shade": false,
"faces": {
"up": { "uv": [ 0, 0, 16, 8 ], "texture": "#overlay" }
"up": { "uv": [ 0, 0, 16, 8 ], "texture": "#overlay" },
"down": { "uv": [ 0, 8, 16, 0 ], "texture": "#overlay" }
}
}
]

View File

@@ -9,14 +9,16 @@
"to": [ 16, 0.25, 16 ],
"shade": false,
"faces": {
"up": { "uv": [ 0, 8, 16, 16 ], "texture": "#line", "tintindex": 0 }
"up": { "uv": [ 0, 8, 16, 16 ], "texture": "#line", "tintindex": 0 },
"down": { "uv": [ 0, 16, 16, 8 ], "texture": "#line", "tintindex": 0 }
}
},
{ "from": [ 0, 0.25, 8 ],
"to": [ 16, 0.25, 16 ],
"shade": false,
"faces": {
"up": { "uv": [ 0, 8, 16, 16 ], "texture": "#overlay" }
"up": { "uv": [ 0, 8, 16, 16 ], "texture": "#overlay" },
"down": { "uv": [ 0, 16, 16, 8 ], "texture": "#overlay" }
}
}
]

View File

@@ -10,14 +10,16 @@
"to": [ 16, 16, 0.25 ],
"shade": false,
"faces": {
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "tintindex": 0 }
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "tintindex": 0 },
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#line", "tintindex": 0 }
}
},
{ "from": [ 0, 0, 0.25 ],
"to": [ 16, 16, 0.25 ],
"shade": false,
"faces": {
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay" }
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay" },
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#overlay" }
}
}
]

View File

@@ -1,5 +1,5 @@
{
"parent": "block/torch_wall",
"parent": "block/template_torch_wall",
"textures": {
"torch": "block/redstone_torch"
}

View File

@@ -1,5 +1,5 @@
{
"parent": "block/torch_wall",
"parent": "block/template_torch_wall",
"textures": {
"torch": "block/redstone_torch_off"
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/template_wall_side_tall",
"textures": {
"wall": "block/sandstone"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "block/shroomlight"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/template_fire_floor",
"textures": {
"particle": "block/soul_fire_0",
"fire": "block/soul_fire_0"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/template_fire_floor",
"textures": {
"particle": "block/soul_fire_1",
"fire": "block/soul_fire_1"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/template_lantern",
"textures": {
"lantern": "block/soul_fire_lantern"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/template_fire_side",
"textures": {
"particle": "block/soul_fire_0",
"fire": "block/soul_fire_0"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/template_fire_side",
"textures": {
"particle": "block/soul_fire_1",
"fire": "block/soul_fire_1"
}
}

View File

@@ -0,0 +1,7 @@
{
"parent": "block/template_fire_side_alt",
"textures": {
"particle": "block/soul_fire_0",
"fire": "block/soul_fire_0"
}
}

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