More wooden materials, gui, mixins, registries
This commit is contained in:
parent
6ec2b53edd
commit
720103bd45
97 changed files with 2414 additions and 14 deletions
6
utility_res/block/%name%_bark.json
Normal file
6
utility_res/block/%name%_bark.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "betternether:block/%name%_log_side"
|
||||
}
|
||||
}
|
6
utility_res/block/%name%_button.json
Normal file
6
utility_res/block/%name%_button.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/button",
|
||||
"textures": {
|
||||
"texture": "betternether:block/%name%_planks"
|
||||
}
|
||||
}
|
6
utility_res/block/%name%_button_inventory.json
Normal file
6
utility_res/block/%name%_button_inventory.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/button_inventory",
|
||||
"textures": {
|
||||
"texture": "betternether:block/%name%_planks"
|
||||
}
|
||||
}
|
6
utility_res/block/%name%_button_pressed.json
Normal file
6
utility_res/block/%name%_button_pressed.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/button_pressed",
|
||||
"textures": {
|
||||
"texture": "betternether:block/%name%_planks"
|
||||
}
|
||||
}
|
7
utility_res/block/%name%_door_bottom.json
Normal file
7
utility_res/block/%name%_door_bottom.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "block/door_bottom",
|
||||
"textures": {
|
||||
"bottom": "betternether:block/%name%_door_bottom",
|
||||
"top": "betternether:block/%name%_door_bottom"
|
||||
}
|
||||
}
|
7
utility_res/block/%name%_door_bottom_hinge.json
Normal file
7
utility_res/block/%name%_door_bottom_hinge.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "block/door_bottom_rh",
|
||||
"textures": {
|
||||
"bottom": "betternether:block/%name%_door_bottom",
|
||||
"top": "betternether:block/%name%_door_bottom"
|
||||
}
|
||||
}
|
7
utility_res/block/%name%_door_top.json
Normal file
7
utility_res/block/%name%_door_top.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "block/door_top",
|
||||
"textures": {
|
||||
"bottom": "betternether:block/%name%_door_top",
|
||||
"top": "betternether:block/%name%_door_top"
|
||||
}
|
||||
}
|
7
utility_res/block/%name%_door_top_hinge.json
Normal file
7
utility_res/block/%name%_door_top_hinge.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "block/door_top_rh",
|
||||
"textures": {
|
||||
"bottom": "betternether:block/%name%_door_top",
|
||||
"top": "betternether:block/%name%_door_top"
|
||||
}
|
||||
}
|
6
utility_res/block/%name%_fence_gate_closed.json
Normal file
6
utility_res/block/%name%_fence_gate_closed.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/template_fence_gate",
|
||||
"textures": {
|
||||
"texture": "betternether:block/%name%_planks"
|
||||
}
|
||||
}
|
6
utility_res/block/%name%_fence_gate_open.json
Normal file
6
utility_res/block/%name%_fence_gate_open.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/template_fence_gate_open",
|
||||
"textures": {
|
||||
"texture": "betternether:block/%name%_planks"
|
||||
}
|
||||
}
|
6
utility_res/block/%name%_fence_inventory.json
Normal file
6
utility_res/block/%name%_fence_inventory.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/fence_inventory",
|
||||
"textures": {
|
||||
"texture": "betternether:block/%name%_planks"
|
||||
}
|
||||
}
|
6
utility_res/block/%name%_fence_post.json
Normal file
6
utility_res/block/%name%_fence_post.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/fence_post",
|
||||
"textures": {
|
||||
"texture": "betternether:block/%name%_planks"
|
||||
}
|
||||
}
|
6
utility_res/block/%name%_fence_side.json
Normal file
6
utility_res/block/%name%_fence_side.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/fence_side",
|
||||
"textures": {
|
||||
"texture": "betternether:block/%name%_planks"
|
||||
}
|
||||
}
|
8
utility_res/block/%name%_half_slab.json
Normal file
8
utility_res/block/%name%_half_slab.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/slab",
|
||||
"textures": {
|
||||
"bottom": "betternether:block/%name%_planks",
|
||||
"top": "betternether:block/%name%_planks",
|
||||
"side": "betternether:block/%name%_planks"
|
||||
}
|
||||
}
|
8
utility_res/block/%name%_inner_stairs.json
Normal file
8
utility_res/block/%name%_inner_stairs.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/inner_stairs",
|
||||
"textures": {
|
||||
"bottom": "betternether:block/%name%_planks",
|
||||
"top": "betternether:block/%name%_planks",
|
||||
"side": "betternether:block/%name%_planks"
|
||||
}
|
||||
}
|
7
utility_res/block/%name%_ladder.json
Normal file
7
utility_res/block/%name%_ladder.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "betternether:block/reeds_ladder",
|
||||
"textures": {
|
||||
"particle": "betternether:block/%name%_ladder",
|
||||
"texture": "betternether:block/%name%_ladder"
|
||||
}
|
||||
}
|
12
utility_res/block/%name%_log.json
Normal file
12
utility_res/block/%name%_log.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"particle": "betternether:block/%name%_log_side",
|
||||
"down": "betternether:block/%name%_log_top",
|
||||
"up": "betternether:block/%name%_log_top",
|
||||
"north": "betternether:block/%name%_log_side",
|
||||
"east": "betternether:block/%name%_log_side",
|
||||
"south": "betternether:block/%name%_log_side",
|
||||
"west": "betternether:block/%name%_log_side"
|
||||
}
|
||||
}
|
8
utility_res/block/%name%_outer_stairs.json
Normal file
8
utility_res/block/%name%_outer_stairs.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/outer_stairs",
|
||||
"textures": {
|
||||
"bottom": "betternether:block/%name%_planks",
|
||||
"top": "betternether:block/%name%_planks",
|
||||
"side": "betternether:block/%name%_planks"
|
||||
}
|
||||
}
|
6
utility_res/block/%name%_planks.json
Normal file
6
utility_res/block/%name%_planks.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "betternether:block/%name%_planks"
|
||||
}
|
||||
}
|
6
utility_res/block/%name%_pressure_plate_down.json
Normal file
6
utility_res/block/%name%_pressure_plate_down.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/pressure_plate_down",
|
||||
"textures": {
|
||||
"texture": "betternether:block/%name%_planks"
|
||||
}
|
||||
}
|
6
utility_res/block/%name%_pressure_plate_up.json
Normal file
6
utility_res/block/%name%_pressure_plate_up.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/pressure_plate_up",
|
||||
"textures": {
|
||||
"texture": "betternether:block/%name%_planks"
|
||||
}
|
||||
}
|
8
utility_res/block/%name%_stairs.json
Normal file
8
utility_res/block/%name%_stairs.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/stairs",
|
||||
"textures": {
|
||||
"bottom": "betternether:block/%name%_planks",
|
||||
"top": "betternether:block/%name%_planks",
|
||||
"side": "betternether:block/%name%_planks"
|
||||
}
|
||||
}
|
68
utility_res/block/%name%_trapdoor.json
Normal file
68
utility_res/block/%name%_trapdoor.json
Normal file
|
@ -0,0 +1,68 @@
|
|||
{
|
||||
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"particle": "betternether:block/%name%_trapdoor",
|
||||
"texture": "betternether:block/%name%_trapdoor",
|
||||
"side": "betternether:block/%name%_planks"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"__comment": "Box1",
|
||||
"from": [ 0, 0, 0 ],
|
||||
"to": [ 2, 3, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 2, 16 ], "texture": "#texture", "cullface": "down" },
|
||||
"up": { "uv": [ 0, 0, 2, 16 ], "texture": "#texture" },
|
||||
"north": { "uv": [ 14, 12, 16, 15 ], "texture": "#side", "cullface": "north" },
|
||||
"south": { "uv": [ 0, 12, 2, 15 ], "texture": "#side", "cullface": "south" },
|
||||
"west": { "uv": [ 0, 12, 16, 15 ], "texture": "#side", "cullface": "west" },
|
||||
"east": { "uv": [ 0, 12, 16, 15 ], "texture": "#side" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box1",
|
||||
"from": [ 14, 0, 0 ],
|
||||
"to": [ 16, 3, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 14, 0, 16, 16 ], "texture": "#texture", "cullface": "down" },
|
||||
"up": { "uv": [ 14, 0, 16, 16 ], "texture": "#texture" },
|
||||
"north": { "uv": [ 0, 12, 2, 15 ], "texture": "#side", "cullface": "north" },
|
||||
"south": { "uv": [ 14, 12, 16, 15 ], "texture": "#side", "cullface": "south" },
|
||||
"west": { "uv": [ 0, 12, 16, 15 ], "texture": "#side" },
|
||||
"east": { "uv": [ 0, 12, 16, 15 ], "texture": "#side", "cullface": "east" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box1",
|
||||
"from": [ 2, 0, 0 ],
|
||||
"to": [ 14, 3, 2 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 2, 14, 14, 16 ], "texture": "#texture", "cullface": "down" },
|
||||
"up": { "uv": [ 2, 0, 14, 2 ], "texture": "#texture" },
|
||||
"north": { "uv": [ 2, 12, 14, 15 ], "texture": "#side", "cullface": "north" },
|
||||
"south": { "uv": [ 2, 12, 14, 15 ], "texture": "#side" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box1",
|
||||
"from": [ 2, 0, 14 ],
|
||||
"to": [ 14, 3, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 2, 0, 14, 2 ], "texture": "#texture", "cullface": "down" },
|
||||
"up": { "uv": [ 2, 14, 14, 16 ], "texture": "#texture" },
|
||||
"north": { "uv": [ 2, 12, 14, 15 ], "texture": "#side" },
|
||||
"south": { "uv": [ 2, 12, 14, 15 ], "texture": "#side", "cullface": "south" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"__comment": "Box1",
|
||||
"from": [ 2, 1, 2 ],
|
||||
"to": [ 14, 2, 14 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 2, 2, 14, 14 ], "texture": "#texture" },
|
||||
"up": { "uv": [ 2, 2, 14, 14 ], "texture": "#texture" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
6
utility_res/block/%name%_wall_gate_closed.json
Normal file
6
utility_res/block/%name%_wall_gate_closed.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/template_fence_gate_wall",
|
||||
"textures": {
|
||||
"texture": "betternether:block/%name%_planks"
|
||||
}
|
||||
}
|
6
utility_res/block/%name%_wall_gate_open.json
Normal file
6
utility_res/block/%name%_wall_gate_open.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/template_fence_gate_wall_open",
|
||||
"textures": {
|
||||
"texture": "betternether:block/%name%_planks"
|
||||
}
|
||||
}
|
8
utility_res/block/barrel_%name%.json
Normal file
8
utility_res/block/barrel_%name%.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_bottom_top",
|
||||
"textures": {
|
||||
"top": "betternether:block/barrel_%name%_top",
|
||||
"bottom": "betternether:block/barrel_%name%_bottom",
|
||||
"side": "betternether:block/barrel_%name%_side"
|
||||
}
|
||||
}
|
8
utility_res/block/barrel_%name%_open.json
Normal file
8
utility_res/block/barrel_%name%_open.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_bottom_top",
|
||||
"textures": {
|
||||
"top": "betternether:block/barrel_%name%_top_open",
|
||||
"bottom": "betternether:block/barrel_%name%_bottom",
|
||||
"side": "betternether:block/barrel_%name%_side"
|
||||
}
|
||||
}
|
12
utility_res/block/crafting_table_%name%.json
Normal file
12
utility_res/block/crafting_table_%name%.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube",
|
||||
"textures": {
|
||||
"particle": "betternether:block/crafting_table_%name%_front",
|
||||
"north": "betternether:block/crafting_table_%name%_front",
|
||||
"south": "betternether:block/crafting_table_%name%_side",
|
||||
"east": "betternether:block/crafting_table_%name%_side",
|
||||
"west": "betternether:block/crafting_table_%name%_front",
|
||||
"up": "betternether:block/crafting_table_%name%_top",
|
||||
"down": "betternether:block/crafting_table_%name%_bottom"
|
||||
}
|
||||
}
|
6
utility_res/block/striped_bark_%name%.json
Normal file
6
utility_res/block/striped_bark_%name%.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "betternether:block/striped_log_%name%_side"
|
||||
}
|
||||
}
|
12
utility_res/block/striped_log_%name%.json
Normal file
12
utility_res/block/striped_log_%name%.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"particle": "betternether:block/striped_log_%name%_side",
|
||||
"down": "betternether:block/striped_log_%name%_top",
|
||||
"up": "betternether:block/striped_log_%name%_top",
|
||||
"north": "betternether:block/striped_log_%name%_side",
|
||||
"east": "betternether:block/striped_log_%name%_side",
|
||||
"south": "betternether:block/striped_log_%name%_side",
|
||||
"west": "betternether:block/striped_log_%name%_side"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue