You've already forked minecraft-assets
Create/Update assets for version 1.9.3
This commit is contained in:
6
assets/minecraft/models/block/acacia_bark.json
Normal file
6
assets/minecraft/models/block/acacia_bark.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "blocks/log_acacia"
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/models/block/acacia_door_bottom.json
Normal file
7
assets/minecraft/models/block/acacia_door_bottom.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/door_bottom",
|
||||
"textures": {
|
||||
"bottom": "blocks/door_acacia_lower",
|
||||
"top": "blocks/door_acacia_upper"
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/models/block/acacia_door_bottom_rh.json
Normal file
7
assets/minecraft/models/block/acacia_door_bottom_rh.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/door_bottom_rh",
|
||||
"textures": {
|
||||
"bottom": "blocks/door_acacia_lower",
|
||||
"top": "blocks/door_acacia_upper"
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/models/block/acacia_door_top.json
Normal file
7
assets/minecraft/models/block/acacia_door_top.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/door_top",
|
||||
"textures": {
|
||||
"bottom": "blocks/door_acacia_lower",
|
||||
"top": "blocks/door_acacia_upper"
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/models/block/acacia_door_top_rh.json
Normal file
7
assets/minecraft/models/block/acacia_door_top_rh.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/door_top_rh",
|
||||
"textures": {
|
||||
"bottom": "blocks/door_acacia_lower",
|
||||
"top": "blocks/door_acacia_upper"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/fence_gate_closed",
|
||||
"textures": {
|
||||
"texture": "blocks/planks_acacia"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/fence_gate_open",
|
||||
"textures": {
|
||||
"texture": "blocks/planks_acacia"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/fence_inventory",
|
||||
"textures": {
|
||||
"texture": "blocks/planks_acacia"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/acacia_fence_post.json
Normal file
6
assets/minecraft/models/block/acacia_fence_post.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/fence_post",
|
||||
"textures": {
|
||||
"texture": "blocks/planks_acacia"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/acacia_fence_side.json
Normal file
6
assets/minecraft/models/block/acacia_fence_side.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/fence_side",
|
||||
"textures": {
|
||||
"texture": "blocks/planks_acacia"
|
||||
}
|
||||
}
|
||||
8
assets/minecraft/models/block/acacia_inner_stairs.json
Normal file
8
assets/minecraft/models/block/acacia_inner_stairs.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/inner_stairs",
|
||||
"textures": {
|
||||
"bottom": "blocks/planks_acacia",
|
||||
"top": "blocks/planks_acacia",
|
||||
"side": "blocks/planks_acacia"
|
||||
}
|
||||
}
|
||||
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": "blocks/leaves_acacia"
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/models/block/acacia_log.json
Normal file
7
assets/minecraft/models/block/acacia_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column",
|
||||
"textures": {
|
||||
"end": "blocks/log_acacia_top",
|
||||
"side": "blocks/log_acacia"
|
||||
}
|
||||
}
|
||||
8
assets/minecraft/models/block/acacia_outer_stairs.json
Normal file
8
assets/minecraft/models/block/acacia_outer_stairs.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/outer_stairs",
|
||||
"textures": {
|
||||
"bottom": "blocks/planks_acacia",
|
||||
"top": "blocks/planks_acacia",
|
||||
"side": "blocks/planks_acacia"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/acacia_planks.json
Normal file
6
assets/minecraft/models/block/acacia_planks.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "blocks/planks_acacia"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/acacia_sapling.json
Normal file
6
assets/minecraft/models/block/acacia_sapling.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cross",
|
||||
"textures": {
|
||||
"cross": "blocks/sapling_acacia"
|
||||
}
|
||||
}
|
||||
8
assets/minecraft/models/block/acacia_stairs.json
Normal file
8
assets/minecraft/models/block/acacia_stairs.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/stairs",
|
||||
"textures": {
|
||||
"bottom": "blocks/planks_acacia",
|
||||
"top": "blocks/planks_acacia",
|
||||
"side": "blocks/planks_acacia"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/wall_gate_closed",
|
||||
"textures": {
|
||||
"texture": "blocks/planks_acacia"
|
||||
}
|
||||
}
|
||||
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/wall_gate_open",
|
||||
"textures": {
|
||||
"texture": "blocks/planks_acacia"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/rail_flat",
|
||||
"textures": {
|
||||
"rail": "blocks/rail_activator_powered"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/rail_raised_ne",
|
||||
"textures": {
|
||||
"rail": "blocks/rail_activator_powered"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/rail_raised_sw",
|
||||
"textures": {
|
||||
"rail": "blocks/rail_activator_powered"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/activator_rail_flat.json
Normal file
6
assets/minecraft/models/block/activator_rail_flat.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/rail_flat",
|
||||
"textures": {
|
||||
"rail": "blocks/rail_activator"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/rail_raised_ne",
|
||||
"textures": {
|
||||
"rail": "blocks/rail_activator"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/rail_raised_sw",
|
||||
"textures": {
|
||||
"rail": "blocks/rail_activator"
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/models/block/allium.json
Normal file
7
assets/minecraft/models/block/allium.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cross",
|
||||
"textures": {
|
||||
"particle": "blocks/flower_allium",
|
||||
"cross": "blocks/flower_allium"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/andesite.json
Normal file
6
assets/minecraft/models/block/andesite.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "blocks/stone_andesite"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/andesite_smooth.json
Normal file
6
assets/minecraft/models/block/andesite_smooth.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "blocks/stone_andesite_smooth"
|
||||
}
|
||||
}
|
||||
59
assets/minecraft/models/block/anvil.json
Normal file
59
assets/minecraft/models/block/anvil.json
Normal file
@@ -0,0 +1,59 @@
|
||||
{ "parent": "block/block",
|
||||
"display": {
|
||||
"fixed": {
|
||||
"rotation": [ 0, 90, 0 ],
|
||||
"translation": [ 0, 0, 0 ],
|
||||
"scale": [ 0.5, 0.5, 0.5 ]
|
||||
}
|
||||
},
|
||||
"elements": [
|
||||
{ "__comment": "Anvil base",
|
||||
"from": [ 2, 0, 2 ],
|
||||
"to": [ 14, 4, 14 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 2, 2, 14, 14 ], "texture": "#body", "rotation": 180, "cullface": "down" },
|
||||
"up": { "uv": [ 2, 2, 14, 14 ], "texture": "#body", "rotation": 180 },
|
||||
"north": { "uv": [ 2, 12, 14, 16 ], "texture": "#body" },
|
||||
"south": { "uv": [ 2, 12, 14, 16 ], "texture": "#body" },
|
||||
"west": { "uv": [ 0, 2, 4, 14 ], "texture": "#body", "rotation": 90 },
|
||||
"east": { "uv": [ 4, 2, 0, 14 ], "texture": "#body", "rotation": 270 }
|
||||
}
|
||||
},
|
||||
{ "__comment": "Lower narrow portion",
|
||||
"from": [ 4, 4, 3 ],
|
||||
"to": [ 12, 5, 13 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 4, 3, 12, 13 ], "texture": "#body", "rotation": 180 },
|
||||
"up": { "uv": [ 4, 3, 12, 13 ], "texture": "#body", "rotation": 180 },
|
||||
"north": { "uv": [ 4, 11, 12, 12 ], "texture": "#body" },
|
||||
"south": { "uv": [ 4, 11, 12, 12 ], "texture": "#body" },
|
||||
"west": { "uv": [ 4, 3, 5, 13 ], "texture": "#body", "rotation": 90 },
|
||||
"east": { "uv": [ 5, 3, 4, 13 ], "texture": "#body", "rotation": 270 }
|
||||
}
|
||||
},
|
||||
{ "__comment": "Wider section beneath top portion",
|
||||
"from": [ 6, 5, 4 ],
|
||||
"to": [ 10, 10, 12 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 10, 12, 6, 4 ], "texture": "#body", "rotation": 180 },
|
||||
"up": { "uv": [ 10, 12, 6, 4 ], "texture": "#body", "rotation": 180 },
|
||||
"north": { "uv": [ 6, 6, 10, 11 ], "texture": "#body" },
|
||||
"south": { "uv": [ 6, 6, 10, 11 ], "texture": "#body" },
|
||||
"west": { "uv": [ 5, 4, 10, 12 ], "texture": "#body", "rotation": 90 },
|
||||
"east": { "uv": [ 10, 4, 5, 12 ], "texture": "#body", "rotation": 270 }
|
||||
}
|
||||
},
|
||||
{ "__comment": "Anvil top",
|
||||
"from": [ 3, 10, 0 ],
|
||||
"to": [ 13, 16, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 3, 0, 13, 16 ], "texture": "#body", "rotation": 180 },
|
||||
"up": { "uv": [ 3, 0, 13, 16 ], "texture": "#top", "rotation": 180 },
|
||||
"north": { "uv": [ 3, 0, 13, 6 ], "texture": "#body" },
|
||||
"south": { "uv": [ 3, 0, 13, 6 ], "texture": "#body" },
|
||||
"west": { "uv": [ 10, 0, 16, 16 ], "texture": "#body", "rotation": 90 },
|
||||
"east": { "uv": [ 16, 0, 10, 16 ], "texture": "#body", "rotation": 270 }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/anvil",
|
||||
"textures": {
|
||||
"particle": "blocks/anvil_base",
|
||||
"body": "blocks/anvil_base",
|
||||
"top": "blocks/anvil_top_damaged_1"
|
||||
}
|
||||
}
|
||||
8
assets/minecraft/models/block/anvil_undamaged.json
Normal file
8
assets/minecraft/models/block/anvil_undamaged.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/anvil",
|
||||
"textures": {
|
||||
"particle": "blocks/anvil_base",
|
||||
"body": "blocks/anvil_base",
|
||||
"top": "blocks/anvil_top_damaged_0"
|
||||
}
|
||||
}
|
||||
8
assets/minecraft/models/block/anvil_very_damaged.json
Normal file
8
assets/minecraft/models/block/anvil_very_damaged.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/anvil",
|
||||
"textures": {
|
||||
"particle": "blocks/anvil_base",
|
||||
"body": "blocks/anvil_base",
|
||||
"top": "blocks/anvil_top_damaged_2"
|
||||
}
|
||||
}
|
||||
47
assets/minecraft/models/block/beacon.json
Normal file
47
assets/minecraft/models/block/beacon.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{ "parent": "block/block",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "blocks/glass",
|
||||
"glass": "blocks/glass",
|
||||
"obsidian": "blocks/obsidian",
|
||||
"beacon": "blocks/beacon"
|
||||
},
|
||||
"elements": [
|
||||
{ "__comment": "Glass shell",
|
||||
"from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 16, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" },
|
||||
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" },
|
||||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" },
|
||||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" },
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" }
|
||||
}
|
||||
},
|
||||
{ "__comment": "Obsidian base",
|
||||
"from": [ 2, 0.1, 2 ],
|
||||
"to": [ 14, 3, 14 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 2, 2, 14, 14 ], "texture": "#obsidian" },
|
||||
"up": { "uv": [ 2, 2, 14, 14 ], "texture": "#obsidian" },
|
||||
"north": { "uv": [ 2, 13, 14, 16 ], "texture": "#obsidian" },
|
||||
"south": { "uv": [ 2, 13, 14, 16 ], "texture": "#obsidian" },
|
||||
"west": { "uv": [ 2, 13, 14, 16 ], "texture": "#obsidian" },
|
||||
"east": { "uv": [ 2, 13, 14, 16 ], "texture": "#obsidian" }
|
||||
}
|
||||
},
|
||||
{ "__comment": "Inner beacon texture",
|
||||
"from": [ 3, 3, 3 ],
|
||||
"to": [ 13, 14, 13 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 3, 3, 13, 13 ], "texture": "#beacon" },
|
||||
"up": { "uv": [ 3, 3, 13, 13 ], "texture": "#beacon" },
|
||||
"north": { "uv": [ 3, 2, 13, 13 ], "texture": "#beacon" },
|
||||
"south": { "uv": [ 3, 2, 13, 13 ], "texture": "#beacon" },
|
||||
"west": { "uv": [ 3, 2, 13, 13 ], "texture": "#beacon" },
|
||||
"east": { "uv": [ 3, 2, 13, 13 ], "texture": "#beacon" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
26
assets/minecraft/models/block/bed_foot.json
Normal file
26
assets/minecraft/models/block/bed_foot.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"textures": {
|
||||
"particle": "blocks/bed_feet_top",
|
||||
"top": "blocks/bed_feet_top",
|
||||
"bottom": "blocks/planks_oak",
|
||||
"end": "blocks/bed_feet_end",
|
||||
"side": "blocks/bed_feet_side"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 9, 16 ],
|
||||
"faces": {
|
||||
"up": { "uv": [ 0, 16, 16, 0 ], "texture": "#top", "rotation": 90 },
|
||||
"north": { "uv": [ 0, 7, 16, 16 ], "texture": "#end" },
|
||||
"west": { "uv": [ 0, 7, 16, 16 ], "texture": "#side" },
|
||||
"east": { "uv": [ 16, 7, 0, 16 ], "texture": "#side" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 0, 3, 0 ],
|
||||
"to": [ 16, 3, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
26
assets/minecraft/models/block/bed_head.json
Normal file
26
assets/minecraft/models/block/bed_head.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"textures": {
|
||||
"particle": "blocks/bed_head_top",
|
||||
"top": "blocks/bed_head_top",
|
||||
"bottom": "blocks/planks_oak",
|
||||
"end": "blocks/bed_head_end",
|
||||
"side": "blocks/bed_head_side"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 9, 16 ],
|
||||
"faces": {
|
||||
"up": { "uv": [ 0, 16, 16, 0 ], "texture": "#top", "rotation": 90 },
|
||||
"south": { "uv": [ 0, 7, 16, 16 ], "texture": "#end" },
|
||||
"west": { "uv": [ 0, 7, 16, 16 ], "texture": "#side" },
|
||||
"east": { "uv": [ 16, 7, 0, 16 ], "texture": "#side" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 0, 3, 0 ],
|
||||
"to": [ 16, 3, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
6
assets/minecraft/models/block/bedrock.json
Normal file
6
assets/minecraft/models/block/bedrock.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "blocks/bedrock"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/bedrock_mirrored.json
Normal file
6
assets/minecraft/models/block/bedrock_mirrored.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_mirrored_all",
|
||||
"textures": {
|
||||
"all": "blocks/bedrock"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/beetroots_stage0.json
Normal file
6
assets/minecraft/models/block/beetroots_stage0.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/crop",
|
||||
"textures": {
|
||||
"crop": "blocks/beetroots_stage_0"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/beetroots_stage1.json
Normal file
6
assets/minecraft/models/block/beetroots_stage1.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/crop",
|
||||
"textures": {
|
||||
"crop": "blocks/beetroots_stage_1"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/beetroots_stage2.json
Normal file
6
assets/minecraft/models/block/beetroots_stage2.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/crop",
|
||||
"textures": {
|
||||
"crop": "blocks/beetroots_stage_2"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/beetroots_stage3.json
Normal file
6
assets/minecraft/models/block/beetroots_stage3.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/crop",
|
||||
"textures": {
|
||||
"crop": "blocks/beetroots_stage_3"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/birch_bark.json
Normal file
6
assets/minecraft/models/block/birch_bark.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "blocks/log_birch"
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/models/block/birch_door_bottom.json
Normal file
7
assets/minecraft/models/block/birch_door_bottom.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/door_bottom",
|
||||
"textures": {
|
||||
"bottom": "blocks/door_birch_lower",
|
||||
"top": "blocks/door_birch_upper"
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/models/block/birch_door_bottom_rh.json
Normal file
7
assets/minecraft/models/block/birch_door_bottom_rh.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/door_bottom_rh",
|
||||
"textures": {
|
||||
"bottom": "blocks/door_birch_lower",
|
||||
"top": "blocks/door_birch_upper"
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/models/block/birch_door_top.json
Normal file
7
assets/minecraft/models/block/birch_door_top.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/door_top",
|
||||
"textures": {
|
||||
"bottom": "blocks/door_birch_lower",
|
||||
"top": "blocks/door_birch_upper"
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/models/block/birch_door_top_rh.json
Normal file
7
assets/minecraft/models/block/birch_door_top_rh.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/door_top_rh",
|
||||
"textures": {
|
||||
"bottom": "blocks/door_birch_lower",
|
||||
"top": "blocks/door_birch_upper"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/fence_gate_closed",
|
||||
"textures": {
|
||||
"texture": "blocks/planks_birch"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/birch_fence_gate_open.json
Normal file
6
assets/minecraft/models/block/birch_fence_gate_open.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/fence_gate_open",
|
||||
"textures": {
|
||||
"texture": "blocks/planks_birch"
|
||||
}
|
||||
}
|
||||
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": "blocks/planks_birch"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/birch_fence_post.json
Normal file
6
assets/minecraft/models/block/birch_fence_post.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/fence_post",
|
||||
"textures": {
|
||||
"texture": "blocks/planks_birch"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/birch_fence_side.json
Normal file
6
assets/minecraft/models/block/birch_fence_side.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/fence_side",
|
||||
"textures": {
|
||||
"texture": "blocks/planks_birch"
|
||||
}
|
||||
}
|
||||
8
assets/minecraft/models/block/birch_inner_stairs.json
Normal file
8
assets/minecraft/models/block/birch_inner_stairs.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/inner_stairs",
|
||||
"textures": {
|
||||
"bottom": "blocks/planks_birch",
|
||||
"top": "blocks/planks_birch",
|
||||
"side": "blocks/planks_birch"
|
||||
}
|
||||
}
|
||||
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/leaves",
|
||||
"textures": {
|
||||
"all": "blocks/leaves_birch"
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/models/block/birch_log.json
Normal file
7
assets/minecraft/models/block/birch_log.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column",
|
||||
"textures": {
|
||||
"end": "blocks/log_birch_top",
|
||||
"side": "blocks/log_birch"
|
||||
}
|
||||
}
|
||||
8
assets/minecraft/models/block/birch_outer_stairs.json
Normal file
8
assets/minecraft/models/block/birch_outer_stairs.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/outer_stairs",
|
||||
"textures": {
|
||||
"bottom": "blocks/planks_birch",
|
||||
"top": "blocks/planks_birch",
|
||||
"side": "blocks/planks_birch"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/birch_planks.json
Normal file
6
assets/minecraft/models/block/birch_planks.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "blocks/planks_birch"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/birch_sapling.json
Normal file
6
assets/minecraft/models/block/birch_sapling.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cross",
|
||||
"textures": {
|
||||
"cross": "blocks/sapling_birch"
|
||||
}
|
||||
}
|
||||
8
assets/minecraft/models/block/birch_stairs.json
Normal file
8
assets/minecraft/models/block/birch_stairs.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/stairs",
|
||||
"textures": {
|
||||
"bottom": "blocks/planks_birch",
|
||||
"top": "blocks/planks_birch",
|
||||
"side": "blocks/planks_birch"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/wall_gate_closed",
|
||||
"textures": {
|
||||
"texture": "blocks/planks_birch"
|
||||
}
|
||||
}
|
||||
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/wall_gate_open",
|
||||
"textures": {
|
||||
"texture": "blocks/planks_birch"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/pane_noside",
|
||||
"textures": {
|
||||
"pane": "blocks/glass_black"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/pane_noside_alt",
|
||||
"textures": {
|
||||
"pane": "blocks/glass_black"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/pane_post",
|
||||
"textures": {
|
||||
"edge": "blocks/glass_pane_top_black",
|
||||
"pane": "blocks/glass_black"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/pane_side",
|
||||
"textures": {
|
||||
"edge": "blocks/glass_pane_top_black",
|
||||
"pane": "blocks/glass_black"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/pane_side_alt",
|
||||
"textures": {
|
||||
"edge": "blocks/glass_pane_top_black",
|
||||
"pane": "blocks/glass_black"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/black_wool.json
Normal file
6
assets/minecraft/models/block/black_wool.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "blocks/wool_colored_black"
|
||||
}
|
||||
}
|
||||
34
assets/minecraft/models/block/block.json
Normal file
34
assets/minecraft/models/block/block.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"display": {
|
||||
"gui": {
|
||||
"rotation": [ 30, 225, 0 ],
|
||||
"translation": [ 0, 0, 0],
|
||||
"scale":[ 0.625, 0.625, 0.625 ]
|
||||
},
|
||||
"ground": {
|
||||
"rotation": [ 0, 0, 0 ],
|
||||
"translation": [ 0, 3, 0],
|
||||
"scale":[ 0.25, 0.25, 0.25 ]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [ 0, 0, 0 ],
|
||||
"translation": [ 0, 0, 0],
|
||||
"scale":[ 0.5, 0.5, 0.5 ]
|
||||
},
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [ 75, 45, 0 ],
|
||||
"translation": [ 0, 2.5, 0],
|
||||
"scale": [ 0.375, 0.375, 0.375 ]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [ 0, 45, 0 ],
|
||||
"translation": [ 0, 0, 0 ],
|
||||
"scale": [ 0.40, 0.40, 0.40 ]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [ 0, 225, 0 ],
|
||||
"translation": [ 0, 0, 0 ],
|
||||
"scale": [ 0.40, 0.40, 0.40 ]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/pane_noside",
|
||||
"textures": {
|
||||
"pane": "blocks/glass_blue"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/pane_noside_alt",
|
||||
"textures": {
|
||||
"pane": "blocks/glass_blue"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/pane_post",
|
||||
"textures": {
|
||||
"edge": "blocks/glass_pane_top_blue",
|
||||
"pane": "blocks/glass_blue"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/pane_side",
|
||||
"textures": {
|
||||
"edge": "blocks/glass_pane_top_blue",
|
||||
"pane": "blocks/glass_blue"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/pane_side_alt",
|
||||
"textures": {
|
||||
"edge": "blocks/glass_pane_top_blue",
|
||||
"pane": "blocks/glass_blue"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/blue_wool.json
Normal file
6
assets/minecraft/models/block/blue_wool.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "blocks/wool_colored_blue"
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/models/block/bookshelf.json
Normal file
7
assets/minecraft/models/block/bookshelf.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column",
|
||||
"textures": {
|
||||
"end": "blocks/planks_oak",
|
||||
"side": "blocks/bookshelf"
|
||||
}
|
||||
}
|
||||
53
assets/minecraft/models/block/brewing_stand.json
Normal file
53
assets/minecraft/models/block/brewing_stand.json
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"textures": {
|
||||
"particle": "blocks/brewing_stand",
|
||||
"base": "blocks/brewing_stand_base",
|
||||
"stand": "blocks/brewing_stand"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 7, 0, 7 ],
|
||||
"to": [ 9, 14, 9 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" },
|
||||
"up": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" },
|
||||
"north": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" },
|
||||
"south": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" },
|
||||
"west": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" },
|
||||
"east": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 9, 0, 5 ],
|
||||
"to": [ 15, 2, 11 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" },
|
||||
"up": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" },
|
||||
"north": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" },
|
||||
"south": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" },
|
||||
"west": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" },
|
||||
"east": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 2, 0, 1 ],
|
||||
"to": [ 8, 2, 7 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" },
|
||||
"up": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" },
|
||||
"north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" },
|
||||
"south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" },
|
||||
"west": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" },
|
||||
"east": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 2, 0, 9 ],
|
||||
"to": [ 8, 2, 15 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" },
|
||||
"up": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" },
|
||||
"north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" },
|
||||
"south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" },
|
||||
"west": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" },
|
||||
"east": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
15
assets/minecraft/models/block/brewing_stand_bottle0.json
Normal file
15
assets/minecraft/models/block/brewing_stand_bottle0.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"textures": {
|
||||
"particle": "blocks/brewing_stand",
|
||||
"stand": "blocks/brewing_stand"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 8, 0, 8 ],
|
||||
"to": [ 16, 16, 8 ],
|
||||
"faces": {
|
||||
"north": { "uv": [ 0, 0, 8, 16 ], "texture": "#stand" },
|
||||
"south": { "uv": [ 8, 0, 0, 16 ], "texture": "#stand" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
20
assets/minecraft/models/block/brewing_stand_bottle1.json
Normal file
20
assets/minecraft/models/block/brewing_stand_bottle1.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"textures": {
|
||||
"particle": "blocks/brewing_stand",
|
||||
"stand": "blocks/brewing_stand"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ -0.41, 0, 8 ],
|
||||
"to": [ 7.59, 16, 8 ],
|
||||
"rotation": {
|
||||
"origin": [ 8, 8, 8 ],
|
||||
"axis": "y",
|
||||
"angle": -45
|
||||
},
|
||||
"faces": {
|
||||
"north": { "uv": [ 8, 0, 0, 16 ], "texture": "#stand" },
|
||||
"south": { "uv": [ 0, 0, 8, 16 ], "texture": "#stand" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
20
assets/minecraft/models/block/brewing_stand_bottle2.json
Normal file
20
assets/minecraft/models/block/brewing_stand_bottle2.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"textures": {
|
||||
"particle": "blocks/brewing_stand",
|
||||
"stand": "blocks/brewing_stand"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ -0.41, 0, 8 ],
|
||||
"to": [ 7.59, 16, 8 ],
|
||||
"rotation": {
|
||||
"origin": [ 8, 8, 8 ],
|
||||
"axis": "y",
|
||||
"angle": 45
|
||||
},
|
||||
"faces": {
|
||||
"north": { "uv": [ 8, 0, 0, 16 ], "texture": "#stand" },
|
||||
"south": { "uv": [ 0, 0, 8, 16 ], "texture": "#stand" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
15
assets/minecraft/models/block/brewing_stand_empty0.json
Normal file
15
assets/minecraft/models/block/brewing_stand_empty0.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"textures": {
|
||||
"particle": "blocks/brewing_stand",
|
||||
"stand": "blocks/brewing_stand"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 8, 0, 8 ],
|
||||
"to": [ 16, 16, 8 ],
|
||||
"faces": {
|
||||
"north": { "uv": [ 16, 0, 8, 16 ], "texture": "#stand" },
|
||||
"south": { "uv": [ 8, 0, 16, 16 ], "texture": "#stand" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
20
assets/minecraft/models/block/brewing_stand_empty1.json
Normal file
20
assets/minecraft/models/block/brewing_stand_empty1.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"textures": {
|
||||
"particle": "blocks/brewing_stand",
|
||||
"stand": "blocks/brewing_stand"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 8 ],
|
||||
"to": [ 8, 16, 8 ],
|
||||
"rotation": {
|
||||
"origin": [ 8, 8, 8 ],
|
||||
"axis": "y",
|
||||
"angle": -45
|
||||
},
|
||||
"faces": {
|
||||
"north": { "uv": [ 8, 0, 16, 16 ], "texture": "#stand" },
|
||||
"south": { "uv": [ 16, 0, 8, 16 ], "texture": "#stand" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
20
assets/minecraft/models/block/brewing_stand_empty2.json
Normal file
20
assets/minecraft/models/block/brewing_stand_empty2.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"textures": {
|
||||
"particle": "blocks/brewing_stand",
|
||||
"stand": "blocks/brewing_stand"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 8 ],
|
||||
"to": [ 8, 16, 8 ],
|
||||
"rotation": {
|
||||
"origin": [ 8, 8, 8 ],
|
||||
"axis": "y",
|
||||
"angle": 45
|
||||
},
|
||||
"faces": {
|
||||
"north": { "uv": [ 8, 0, 16, 16 ], "texture": "#stand" },
|
||||
"south": { "uv": [ 16, 0, 8, 16 ], "texture": "#stand" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
6
assets/minecraft/models/block/brick.json
Normal file
6
assets/minecraft/models/block/brick.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "blocks/brick"
|
||||
}
|
||||
}
|
||||
8
assets/minecraft/models/block/brick_inner_stairs.json
Normal file
8
assets/minecraft/models/block/brick_inner_stairs.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/inner_stairs",
|
||||
"textures": {
|
||||
"bottom": "blocks/brick",
|
||||
"top": "blocks/brick",
|
||||
"side": "blocks/brick"
|
||||
}
|
||||
}
|
||||
8
assets/minecraft/models/block/brick_outer_stairs.json
Normal file
8
assets/minecraft/models/block/brick_outer_stairs.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/outer_stairs",
|
||||
"textures": {
|
||||
"bottom": "blocks/brick",
|
||||
"top": "blocks/brick",
|
||||
"side": "blocks/brick"
|
||||
}
|
||||
}
|
||||
8
assets/minecraft/models/block/brick_stairs.json
Normal file
8
assets/minecraft/models/block/brick_stairs.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/stairs",
|
||||
"textures": {
|
||||
"bottom": "blocks/brick",
|
||||
"top": "blocks/brick",
|
||||
"side": "blocks/brick"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/brown_mushroom.json
Normal file
6
assets/minecraft/models/block/brown_mushroom.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cross",
|
||||
"textures": {
|
||||
"cross": "blocks/mushroom_brown"
|
||||
}
|
||||
}
|
||||
12
assets/minecraft/models/block/brown_mushroom_block_c.json
Normal file
12
assets/minecraft/models/block/brown_mushroom_block_c.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"particle": "blocks/mushroom_block_inside",
|
||||
"down": "blocks/mushroom_block_inside",
|
||||
"up": "blocks/mushroom_block_skin_brown",
|
||||
"north": "blocks/mushroom_block_inside",
|
||||
"east": "blocks/mushroom_block_inside",
|
||||
"south": "blocks/mushroom_block_inside",
|
||||
"west": "blocks/mushroom_block_inside"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "blocks/mushroom_block_skin_brown"
|
||||
}
|
||||
}
|
||||
12
assets/minecraft/models/block/brown_mushroom_block_e.json
Normal file
12
assets/minecraft/models/block/brown_mushroom_block_e.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"particle": "blocks/mushroom_block_inside",
|
||||
"down": "blocks/mushroom_block_inside",
|
||||
"up": "blocks/mushroom_block_skin_brown",
|
||||
"north": "blocks/mushroom_block_inside",
|
||||
"east": "blocks/mushroom_block_skin_brown",
|
||||
"south": "blocks/mushroom_block_inside",
|
||||
"west": "blocks/mushroom_block_inside"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "blocks/mushroom_block_inside"
|
||||
}
|
||||
}
|
||||
12
assets/minecraft/models/block/brown_mushroom_block_n.json
Normal file
12
assets/minecraft/models/block/brown_mushroom_block_n.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"particle": "blocks/mushroom_block_inside",
|
||||
"down": "blocks/mushroom_block_inside",
|
||||
"up": "blocks/mushroom_block_skin_brown",
|
||||
"north": "blocks/mushroom_block_skin_brown",
|
||||
"east": "blocks/mushroom_block_inside",
|
||||
"south": "blocks/mushroom_block_inside",
|
||||
"west": "blocks/mushroom_block_inside"
|
||||
}
|
||||
}
|
||||
12
assets/minecraft/models/block/brown_mushroom_block_ne.json
Normal file
12
assets/minecraft/models/block/brown_mushroom_block_ne.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"particle": "blocks/mushroom_block_inside",
|
||||
"down": "blocks/mushroom_block_inside",
|
||||
"up": "blocks/mushroom_block_skin_brown",
|
||||
"north": "blocks/mushroom_block_skin_brown",
|
||||
"east": "blocks/mushroom_block_skin_brown",
|
||||
"south": "blocks/mushroom_block_inside",
|
||||
"west": "blocks/mushroom_block_inside"
|
||||
}
|
||||
}
|
||||
12
assets/minecraft/models/block/brown_mushroom_block_nw.json
Normal file
12
assets/minecraft/models/block/brown_mushroom_block_nw.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"particle": "blocks/mushroom_block_inside",
|
||||
"down": "blocks/mushroom_block_inside",
|
||||
"up": "blocks/mushroom_block_skin_brown",
|
||||
"north": "blocks/mushroom_block_skin_brown",
|
||||
"east": "blocks/mushroom_block_inside",
|
||||
"south": "blocks/mushroom_block_inside",
|
||||
"west": "blocks/mushroom_block_skin_brown"
|
||||
}
|
||||
}
|
||||
12
assets/minecraft/models/block/brown_mushroom_block_s.json
Normal file
12
assets/minecraft/models/block/brown_mushroom_block_s.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"particle": "blocks/mushroom_block_inside",
|
||||
"down": "blocks/mushroom_block_inside",
|
||||
"up": "blocks/mushroom_block_skin_brown",
|
||||
"north": "blocks/mushroom_block_inside",
|
||||
"east": "blocks/mushroom_block_inside",
|
||||
"south": "blocks/mushroom_block_skin_brown",
|
||||
"west": "blocks/mushroom_block_inside"
|
||||
}
|
||||
}
|
||||
12
assets/minecraft/models/block/brown_mushroom_block_se.json
Normal file
12
assets/minecraft/models/block/brown_mushroom_block_se.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"particle": "blocks/mushroom_block_inside",
|
||||
"down": "blocks/mushroom_block_inside",
|
||||
"up": "blocks/mushroom_block_skin_brown",
|
||||
"north": "blocks/mushroom_block_inside",
|
||||
"east": "blocks/mushroom_block_skin_brown",
|
||||
"south": "blocks/mushroom_block_skin_brown",
|
||||
"west": "blocks/mushroom_block_inside"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column",
|
||||
"textures": {
|
||||
"side": "blocks/mushroom_block_skin_stem",
|
||||
"end": "blocks/mushroom_block_inside"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "blocks/mushroom_block_skin_stem"
|
||||
}
|
||||
}
|
||||
12
assets/minecraft/models/block/brown_mushroom_block_sw.json
Normal file
12
assets/minecraft/models/block/brown_mushroom_block_sw.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"particle": "blocks/mushroom_block_inside",
|
||||
"down": "blocks/mushroom_block_inside",
|
||||
"up": "blocks/mushroom_block_skin_brown",
|
||||
"north": "blocks/mushroom_block_inside",
|
||||
"east": "blocks/mushroom_block_inside",
|
||||
"south": "blocks/mushroom_block_skin_brown",
|
||||
"west": "blocks/mushroom_block_skin_brown"
|
||||
}
|
||||
}
|
||||
12
assets/minecraft/models/block/brown_mushroom_block_w.json
Normal file
12
assets/minecraft/models/block/brown_mushroom_block_w.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"particle": "blocks/mushroom_block_inside",
|
||||
"down": "blocks/mushroom_block_inside",
|
||||
"up": "blocks/mushroom_block_skin_brown",
|
||||
"north": "blocks/mushroom_block_inside",
|
||||
"east": "blocks/mushroom_block_inside",
|
||||
"south": "blocks/mushroom_block_inside",
|
||||
"west": "blocks/mushroom_block_skin_brown"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/pane_noside",
|
||||
"textures": {
|
||||
"pane": "blocks/glass_brown"
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user