You've already forked minecraft-assets
Create/Update assets for version 20w09a
This commit is contained in:
7
assets/minecraft/models/block/acacia_log_horizontal.json
Normal file
7
assets/minecraft/models/block/acacia_log_horizontal.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column_horizontal",
|
||||
"textures": {
|
||||
"end": "block/acacia_log_top",
|
||||
"side": "block/acacia_log"
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/models/block/ancient_debris.json
Normal file
7
assets/minecraft/models/block/ancient_debris.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column",
|
||||
"textures": {
|
||||
"end": "block/ancient_debris_top",
|
||||
"side": "block/ancient_debris_side"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/template_wall_side_tall",
|
||||
"textures": {
|
||||
"wall": "block/andesite"
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/models/block/basalt.json
Normal file
7
assets/minecraft/models/block/basalt.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column",
|
||||
"textures": {
|
||||
"side": "block/basalt_side",
|
||||
"end": "block/basalt_top"
|
||||
}
|
||||
}
|
||||
10
assets/minecraft/models/block/bee_nest.json
Normal file
10
assets/minecraft/models/block/bee_nest.json
Normal 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"
|
||||
}
|
||||
}
|
||||
10
assets/minecraft/models/block/bee_nest_honey.json
Normal file
10
assets/minecraft/models/block/bee_nest_honey.json
Normal 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"
|
||||
}
|
||||
}
|
||||
10
assets/minecraft/models/block/beehive.json
Normal file
10
assets/minecraft/models/block/beehive.json
Normal 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"
|
||||
}
|
||||
}
|
||||
10
assets/minecraft/models/block/beehive_honey.json
Normal file
10
assets/minecraft/models/block/beehive_honey.json
Normal 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"
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/models/block/birch_log_horizontal.json
Normal file
7
assets/minecraft/models/block/birch_log_horizontal.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column_horizontal",
|
||||
"textures": {
|
||||
"end": "block/birch_log_top",
|
||||
"side": "block/birch_log"
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"gui_light": "side",
|
||||
"display": {
|
||||
"gui": {
|
||||
"rotation": [ 30, 225, 0 ],
|
||||
|
||||
6
assets/minecraft/models/block/brick_wall_side_tall.json
Normal file
6
assets/minecraft/models/block/brick_wall_side_tall.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/template_wall_side_tall",
|
||||
"textures": {
|
||||
"wall": "block/bricks"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/template_wall_side_tall",
|
||||
"textures": {
|
||||
"wall": "block/cobblestone"
|
||||
}
|
||||
}
|
||||
@@ -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" }
|
||||
|
||||
6
assets/minecraft/models/block/crimson_button.json
Normal file
6
assets/minecraft/models/block/crimson_button.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/button",
|
||||
"textures": {
|
||||
"texture": "block/crimson_planks"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/button_inventory",
|
||||
"textures": {
|
||||
"texture": "block/crimson_planks"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/button_pressed",
|
||||
"textures": {
|
||||
"texture": "block/crimson_planks"
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/models/block/crimson_door_bottom.json
Normal file
7
assets/minecraft/models/block/crimson_door_bottom.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/door_bottom",
|
||||
"textures": {
|
||||
"bottom": "block/crimson_door_bottom",
|
||||
"top": "block/crimson_door_top"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/door_bottom_rh",
|
||||
"textures": {
|
||||
"bottom": "block/crimson_door_bottom",
|
||||
"top": "block/crimson_door_top"
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/models/block/crimson_door_top.json
Normal file
7
assets/minecraft/models/block/crimson_door_top.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/door_top",
|
||||
"textures": {
|
||||
"bottom": "block/crimson_door_bottom",
|
||||
"top": "block/crimson_door_top"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/door_top_rh",
|
||||
"textures": {
|
||||
"bottom": "block/crimson_door_bottom",
|
||||
"top": "block/crimson_door_top"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/crimson_fence_gate.json
Normal file
6
assets/minecraft/models/block/crimson_fence_gate.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/template_fence_gate",
|
||||
"textures": {
|
||||
"texture": "block/crimson_planks"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/template_fence_gate_open",
|
||||
"textures": {
|
||||
"texture": "block/crimson_planks"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/template_fence_gate_wall",
|
||||
"textures": {
|
||||
"texture": "block/crimson_planks"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/template_fence_gate_wall_open",
|
||||
"textures": {
|
||||
"texture": "block/crimson_planks"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/fence_inventory",
|
||||
"textures": {
|
||||
"texture": "block/crimson_planks"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/crimson_fence_post.json
Normal file
6
assets/minecraft/models/block/crimson_fence_post.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/fence_post",
|
||||
"textures": {
|
||||
"texture": "block/crimson_planks"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/crimson_fence_side.json
Normal file
6
assets/minecraft/models/block/crimson_fence_side.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/fence_side",
|
||||
"textures": {
|
||||
"texture": "block/crimson_planks"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/crimson_fungus.json
Normal file
6
assets/minecraft/models/block/crimson_fungus.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cross",
|
||||
"textures": {
|
||||
"cross": "block/crimson_fungus"
|
||||
}
|
||||
}
|
||||
8
assets/minecraft/models/block/crimson_nylium.json
Normal file
8
assets/minecraft/models/block/crimson_nylium.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/cube_bottom_top",
|
||||
"textures": {
|
||||
"bottom": "block/netherrack",
|
||||
"top": "block/crimson_nylium",
|
||||
"side": "block/crimson_nylium_side"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/crimson_planks.json
Normal file
6
assets/minecraft/models/block/crimson_planks.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "block/crimson_planks"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/pressure_plate_up",
|
||||
"textures": {
|
||||
"texture": "block/crimson_planks"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/pressure_plate_down",
|
||||
"textures": {
|
||||
"texture": "block/crimson_planks"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/crimson_roots.json
Normal file
6
assets/minecraft/models/block/crimson_roots.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cross",
|
||||
"textures": {
|
||||
"cross": "block/crimson_roots"
|
||||
}
|
||||
}
|
||||
5
assets/minecraft/models/block/crimson_sign.json
Normal file
5
assets/minecraft/models/block/crimson_sign.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"textures": {
|
||||
"particle": "block/crimson_planks"
|
||||
}
|
||||
}
|
||||
8
assets/minecraft/models/block/crimson_slab.json
Normal file
8
assets/minecraft/models/block/crimson_slab.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/slab",
|
||||
"textures": {
|
||||
"bottom": "block/crimson_planks",
|
||||
"top": "block/crimson_planks",
|
||||
"side": "block/crimson_planks"
|
||||
}
|
||||
}
|
||||
8
assets/minecraft/models/block/crimson_slab_top.json
Normal file
8
assets/minecraft/models/block/crimson_slab_top.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/slab_top",
|
||||
"textures": {
|
||||
"bottom": "block/crimson_planks",
|
||||
"top": "block/crimson_planks",
|
||||
"side": "block/crimson_planks"
|
||||
}
|
||||
}
|
||||
8
assets/minecraft/models/block/crimson_stairs.json
Normal file
8
assets/minecraft/models/block/crimson_stairs.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/stairs",
|
||||
"textures": {
|
||||
"bottom": "block/crimson_planks",
|
||||
"top": "block/crimson_planks",
|
||||
"side": "block/crimson_planks"
|
||||
}
|
||||
}
|
||||
8
assets/minecraft/models/block/crimson_stairs_inner.json
Normal file
8
assets/minecraft/models/block/crimson_stairs_inner.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/inner_stairs",
|
||||
"textures": {
|
||||
"bottom": "block/crimson_planks",
|
||||
"top": "block/crimson_planks",
|
||||
"side": "block/crimson_planks"
|
||||
}
|
||||
}
|
||||
8
assets/minecraft/models/block/crimson_stairs_outer.json
Normal file
8
assets/minecraft/models/block/crimson_stairs_outer.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"parent": "block/outer_stairs",
|
||||
"textures": {
|
||||
"bottom": "block/crimson_planks",
|
||||
"top": "block/crimson_planks",
|
||||
"side": "block/crimson_planks"
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/models/block/crimson_stem.json
Normal file
7
assets/minecraft/models/block/crimson_stem.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column",
|
||||
"textures": {
|
||||
"end": "block/crimson_stem_top",
|
||||
"side": "block/crimson_stem"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/template_orientable_trapdoor_bottom",
|
||||
"textures": {
|
||||
"texture": "block/crimson_trapdoor"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/crimson_trapdoor_open.json
Normal file
6
assets/minecraft/models/block/crimson_trapdoor_open.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/template_orientable_trapdoor_open",
|
||||
"textures": {
|
||||
"texture": "block/crimson_trapdoor"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/crimson_trapdoor_top.json
Normal file
6
assets/minecraft/models/block/crimson_trapdoor_top.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/template_orientable_trapdoor_top",
|
||||
"textures": {
|
||||
"texture": "block/crimson_trapdoor"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/crying_obsidian.json
Normal file
6
assets/minecraft/models/block/crying_obsidian.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "block/crying_obsidian"
|
||||
}
|
||||
}
|
||||
25
assets/minecraft/models/block/cube_column_horizontal.json
Normal file
25
assets/minecraft/models/block/cube_column_horizontal.json
Normal 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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column_horizontal",
|
||||
"textures": {
|
||||
"end": "block/dark_oak_log_top",
|
||||
"side": "block/dark_oak_log"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/template_wall_side_tall",
|
||||
"textures": {
|
||||
"wall": "block/diorite"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/template_wall_side_tall",
|
||||
"textures": {
|
||||
"wall": "block/end_stone_bricks"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/fire_floor",
|
||||
"parent": "block/template_fire_floor",
|
||||
"textures": {
|
||||
"particle": "block/fire_0",
|
||||
"fire": "block/fire_0"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/fire_floor",
|
||||
"parent": "block/template_fire_floor",
|
||||
"textures": {
|
||||
"particle": "block/fire_1",
|
||||
"fire": "block/fire_1"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/fire_side",
|
||||
"parent": "block/template_fire_side",
|
||||
"textures": {
|
||||
"particle": "block/fire_0",
|
||||
"fire": "block/fire_0"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/fire_side",
|
||||
"parent": "block/template_fire_side",
|
||||
"textures": {
|
||||
"particle": "block/fire_1",
|
||||
"fire": "block/fire_1"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/fire_side_alt",
|
||||
"parent": "block/template_fire_side_alt",
|
||||
"textures": {
|
||||
"particle": "block/fire_0",
|
||||
"fire": "block/fire_0"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/fire_side_alt",
|
||||
"parent": "block/template_fire_side_alt",
|
||||
"textures": {
|
||||
"particle": "block/fire_1",
|
||||
"fire": "block/fire_1"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/fire_up",
|
||||
"parent": "block/template_fire_up",
|
||||
"textures": {
|
||||
"particle": "block/fire_0",
|
||||
"fire": "block/fire_0"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/fire_up",
|
||||
"parent": "block/template_fire_up",
|
||||
"textures": {
|
||||
"particle": "block/fire_1",
|
||||
"fire": "block/fire_1"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/fire_up_alt",
|
||||
"parent": "block/template_fire_up_alt",
|
||||
"textures": {
|
||||
"particle": "block/fire_0",
|
||||
"fire": "block/fire_0"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/fire_up_alt",
|
||||
"parent": "block/template_fire_up_alt",
|
||||
"textures": {
|
||||
"particle": "block/fire_1",
|
||||
"fire": "block/fire_1"
|
||||
|
||||
@@ -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" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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" }
|
||||
}
|
||||
},
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/template_wall_side_tall",
|
||||
"textures": {
|
||||
"wall": "block/granite"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/template_hanging_lantern",
|
||||
"textures": {
|
||||
"lantern": "block/soul_fire_lantern"
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/models/block/hay_block_horizontal.json
Normal file
7
assets/minecraft/models/block/hay_block_horizontal.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column_horizontal",
|
||||
"textures": {
|
||||
"end": "block/hay_block_top",
|
||||
"side": "block/hay_block_side"
|
||||
}
|
||||
}
|
||||
33
assets/minecraft/models/block/honey_block.json
Normal file
33
assets/minecraft/models/block/honey_block.json
Normal 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"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
6
assets/minecraft/models/block/honeycomb_block.json
Normal file
6
assets/minecraft/models/block/honeycomb_block.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "block/honeycomb_block"
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/models/block/jungle_log_horizontal.json
Normal file
7
assets/minecraft/models/block/jungle_log_horizontal.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column_horizontal",
|
||||
"textures": {
|
||||
"end": "block/jungle_log_top",
|
||||
"side": "block/jungle_log"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/template_wall_side_tall",
|
||||
"textures": {
|
||||
"wall": "block/mossy_cobblestone"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/template_wall_side_tall",
|
||||
"textures": {
|
||||
"wall": "block/mossy_stone_bricks"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/template_wall_side_tall",
|
||||
"textures": {
|
||||
"wall": "block/nether_bricks"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/nether_sprouts.json
Normal file
6
assets/minecraft/models/block/nether_sprouts.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cross",
|
||||
"textures": {
|
||||
"cross": "block/nether_sprouts"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/netherite_block.json
Normal file
6
assets/minecraft/models/block/netherite_block.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "block/netherite_block"
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/models/block/oak_log_horizontal.json
Normal file
7
assets/minecraft/models/block/oak_log_horizontal.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column_horizontal",
|
||||
"textures": {
|
||||
"end": "block/oak_log_top",
|
||||
"side": "block/oak_log"
|
||||
}
|
||||
}
|
||||
@@ -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" }
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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" }
|
||||
}
|
||||
},
|
||||
|
||||
6
assets/minecraft/models/block/potted_crimson_fungus.json
Normal file
6
assets/minecraft/models/block/potted_crimson_fungus.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/flower_pot_cross",
|
||||
"textures": {
|
||||
"plant": "block/crimson_fungus"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/potted_crimson_roots.json
Normal file
6
assets/minecraft/models/block/potted_crimson_roots.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/flower_pot_cross",
|
||||
"textures": {
|
||||
"plant": "block/crimson_roots_pot"
|
||||
}
|
||||
}
|
||||
@@ -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" }
|
||||
}
|
||||
},
|
||||
|
||||
6
assets/minecraft/models/block/potted_warped_fungus.json
Normal file
6
assets/minecraft/models/block/potted_warped_fungus.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/flower_pot_cross",
|
||||
"textures": {
|
||||
"plant": "block/warped_fungus"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/potted_warped_roots.json
Normal file
6
assets/minecraft/models/block/potted_warped_roots.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/flower_pot_cross",
|
||||
"textures": {
|
||||
"plant": "block/warped_roots_pot"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/template_wall_side_tall",
|
||||
"textures": {
|
||||
"wall": "block/prismarine"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column_horizontal",
|
||||
"textures": {
|
||||
"end": "block/purpur_pillar_top",
|
||||
"side": "block/purpur_pillar"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/cube_column_horizontal",
|
||||
"textures": {
|
||||
"end": "block/quartz_pillar_top",
|
||||
"side": "block/quartz_pillar"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/template_wall_side_tall",
|
||||
"textures": {
|
||||
"wall": "block/red_nether_bricks"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/template_wall_side_tall",
|
||||
"textures": {
|
||||
"wall": "block/red_sandstone"
|
||||
}
|
||||
}
|
||||
@@ -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" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -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" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -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" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -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" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/torch_wall",
|
||||
"parent": "block/template_torch_wall",
|
||||
"textures": {
|
||||
"torch": "block/redstone_torch"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"parent": "block/torch_wall",
|
||||
"parent": "block/template_torch_wall",
|
||||
"textures": {
|
||||
"torch": "block/redstone_torch_off"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/template_wall_side_tall",
|
||||
"textures": {
|
||||
"wall": "block/sandstone"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/shroomlight.json
Normal file
6
assets/minecraft/models/block/shroomlight.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "block/shroomlight"
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/models/block/soul_fire_floor0.json
Normal file
7
assets/minecraft/models/block/soul_fire_floor0.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/template_fire_floor",
|
||||
"textures": {
|
||||
"particle": "block/soul_fire_0",
|
||||
"fire": "block/soul_fire_0"
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/models/block/soul_fire_floor1.json
Normal file
7
assets/minecraft/models/block/soul_fire_floor1.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/template_fire_floor",
|
||||
"textures": {
|
||||
"particle": "block/soul_fire_1",
|
||||
"fire": "block/soul_fire_1"
|
||||
}
|
||||
}
|
||||
6
assets/minecraft/models/block/soul_fire_lantern.json
Normal file
6
assets/minecraft/models/block/soul_fire_lantern.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/template_lantern",
|
||||
"textures": {
|
||||
"lantern": "block/soul_fire_lantern"
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/models/block/soul_fire_side0.json
Normal file
7
assets/minecraft/models/block/soul_fire_side0.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/template_fire_side",
|
||||
"textures": {
|
||||
"particle": "block/soul_fire_0",
|
||||
"fire": "block/soul_fire_0"
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/models/block/soul_fire_side1.json
Normal file
7
assets/minecraft/models/block/soul_fire_side1.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"parent": "block/template_fire_side",
|
||||
"textures": {
|
||||
"particle": "block/soul_fire_1",
|
||||
"fire": "block/soul_fire_1"
|
||||
}
|
||||
}
|
||||
7
assets/minecraft/models/block/soul_fire_side_alt0.json
Normal file
7
assets/minecraft/models/block/soul_fire_side_alt0.json
Normal 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
Reference in New Issue
Block a user