Default ID fix, renames
This commit is contained in:
parent
720103bd45
commit
e1f88b453a
88 changed files with 482 additions and 561 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "betternether:block/%name%_log_side"
|
||||
}
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "betternether:block/%name%_log_side"
|
||||
}
|
||||
}
|
||||
|
|
8
utility_res/block/%name%_barrel.json
Normal file
8
utility_res/block/%name%_barrel.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_bottom_top",
|
||||
"textures": {
|
||||
"top": "betternether:block/%name%_barrel_top",
|
||||
"bottom": "betternether:block/%name%_barrel_bottom",
|
||||
"side": "betternether:block/%name%_barrel_side"
|
||||
}
|
||||
}
|
8
utility_res/block/%name%_barrel_open.json
Normal file
8
utility_res/block/%name%_barrel_open.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_bottom_top",
|
||||
"textures": {
|
||||
"top": "betternether:block/%name%_barrel_top_open",
|
||||
"bottom": "betternether:block/%name%_barrel_bottom",
|
||||
"side": "betternether:block/%name%_barrel_side"
|
||||
}
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "block/button",
|
||||
"textures": {
|
||||
"texture": "betternether:block/%name%_planks"
|
||||
}
|
||||
"parent": "block/button",
|
||||
"textures": {
|
||||
"texture": "betternether:block/%name%_planks"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "block/button_inventory",
|
||||
"textures": {
|
||||
"texture": "betternether:block/%name%_planks"
|
||||
}
|
||||
"parent": "block/button_inventory",
|
||||
"textures": {
|
||||
"texture": "betternether:block/%name%_planks"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "block/button_pressed",
|
||||
"textures": {
|
||||
"texture": "betternether:block/%name%_planks"
|
||||
}
|
||||
"parent": "block/button_pressed",
|
||||
"textures": {
|
||||
"texture": "betternether:block/%name%_planks"
|
||||
}
|
||||
}
|
||||
|
|
12
utility_res/block/%name%_crafting_table.json
Normal file
12
utility_res/block/%name%_crafting_table.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube",
|
||||
"textures": {
|
||||
"particle": "betternether:block/%name%_crafting_table_front",
|
||||
"north": "betternether:block/%name%_crafting_table_front",
|
||||
"south": "betternether:block/%name%_crafting_table_side",
|
||||
"east": "betternether:block/%name%_crafting_table_side",
|
||||
"west": "betternether:block/%name%_crafting_table_front",
|
||||
"up": "betternether:block/%name%_crafting_table_top",
|
||||
"down": "betternether:block/%name%_crafting_table_bottom"
|
||||
}
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"parent": "block/door_bottom",
|
||||
"textures": {
|
||||
"bottom": "betternether:block/%name%_door_bottom",
|
||||
"top": "betternether:block/%name%_door_bottom"
|
||||
}
|
||||
"parent": "block/door_bottom",
|
||||
"textures": {
|
||||
"bottom": "betternether:block/%name%_door_bottom",
|
||||
"top": "betternether:block/%name%_door_bottom"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"parent": "block/door_bottom_rh",
|
||||
"textures": {
|
||||
"bottom": "betternether:block/%name%_door_bottom",
|
||||
"top": "betternether:block/%name%_door_bottom"
|
||||
}
|
||||
"parent": "block/door_bottom_rh",
|
||||
"textures": {
|
||||
"bottom": "betternether:block/%name%_door_bottom",
|
||||
"top": "betternether:block/%name%_door_bottom"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"parent": "block/door_top",
|
||||
"textures": {
|
||||
"bottom": "betternether:block/%name%_door_top",
|
||||
"top": "betternether:block/%name%_door_top"
|
||||
}
|
||||
"parent": "block/door_top",
|
||||
"textures": {
|
||||
"bottom": "betternether:block/%name%_door_top",
|
||||
"top": "betternether:block/%name%_door_top"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"parent": "block/door_top_rh",
|
||||
"textures": {
|
||||
"bottom": "betternether:block/%name%_door_top",
|
||||
"top": "betternether:block/%name%_door_top"
|
||||
}
|
||||
"parent": "block/door_top_rh",
|
||||
"textures": {
|
||||
"bottom": "betternether:block/%name%_door_top",
|
||||
"top": "betternether:block/%name%_door_top"
|
||||
}
|
||||
}
|
||||
|
|
5
utility_res/block/%name%_empty.json
Normal file
5
utility_res/block/%name%_empty.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "betternether:block/%name%_planks"
|
||||
}
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "block/template_fence_gate",
|
||||
"textures": {
|
||||
"texture": "betternether:block/%name%_planks"
|
||||
}
|
||||
"parent": "block/template_fence_gate",
|
||||
"textures": {
|
||||
"texture": "betternether:block/%name%_planks"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "block/template_fence_gate_open",
|
||||
"textures": {
|
||||
"texture": "betternether:block/%name%_planks"
|
||||
}
|
||||
"parent": "block/template_fence_gate_open",
|
||||
"textures": {
|
||||
"texture": "betternether:block/%name%_planks"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "block/fence_inventory",
|
||||
"textures": {
|
||||
"texture": "betternether:block/%name%_planks"
|
||||
}
|
||||
"parent": "block/fence_inventory",
|
||||
"textures": {
|
||||
"texture": "betternether:block/%name%_planks"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "block/fence_post",
|
||||
"textures": {
|
||||
"texture": "betternether:block/%name%_planks"
|
||||
}
|
||||
"parent": "block/fence_post",
|
||||
"textures": {
|
||||
"texture": "betternether:block/%name%_planks"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "block/fence_side",
|
||||
"textures": {
|
||||
"texture": "betternether:block/%name%_planks"
|
||||
}
|
||||
"parent": "block/fence_side",
|
||||
"textures": {
|
||||
"texture": "betternether:block/%name%_planks"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"parent": "block/slab",
|
||||
"textures": {
|
||||
"bottom": "betternether:block/%name%_planks",
|
||||
"top": "betternether:block/%name%_planks",
|
||||
"side": "betternether:block/%name%_planks"
|
||||
}
|
||||
"parent": "block/slab",
|
||||
"textures": {
|
||||
"bottom": "betternether:block/%name%_planks",
|
||||
"top": "betternether:block/%name%_planks",
|
||||
"side": "betternether:block/%name%_planks"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"parent": "block/inner_stairs",
|
||||
"textures": {
|
||||
"bottom": "betternether:block/%name%_planks",
|
||||
"top": "betternether:block/%name%_planks",
|
||||
"side": "betternether:block/%name%_planks"
|
||||
}
|
||||
"parent": "block/inner_stairs",
|
||||
"textures": {
|
||||
"bottom": "betternether:block/%name%_planks",
|
||||
"top": "betternether:block/%name%_planks",
|
||||
"side": "betternether:block/%name%_planks"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"parent": "betternether:block/reeds_ladder",
|
||||
"textures": {
|
||||
"particle": "betternether:block/%name%_ladder",
|
||||
"parent": "betternether:block/reeds_ladder",
|
||||
"textures": {
|
||||
"particle": "betternether:block/%name%_ladder",
|
||||
"texture": "betternether:block/%name%_ladder"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,12 +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"
|
||||
}
|
||||
"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"
|
||||
}
|
||||
}
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"parent": "block/outer_stairs",
|
||||
"textures": {
|
||||
"bottom": "betternether:block/%name%_planks",
|
||||
"top": "betternether:block/%name%_planks",
|
||||
"side": "betternether:block/%name%_planks"
|
||||
}
|
||||
"parent": "block/outer_stairs",
|
||||
"textures": {
|
||||
"bottom": "betternether:block/%name%_planks",
|
||||
"top": "betternether:block/%name%_planks",
|
||||
"side": "betternether:block/%name%_planks"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "betternether:block/%name%_planks"
|
||||
}
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "betternether:block/%name%_planks"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "block/pressure_plate_down",
|
||||
"textures": {
|
||||
"texture": "betternether:block/%name%_planks"
|
||||
}
|
||||
"parent": "block/pressure_plate_down",
|
||||
"textures": {
|
||||
"texture": "betternether:block/%name%_planks"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "block/pressure_plate_up",
|
||||
"textures": {
|
||||
"texture": "betternether:block/%name%_planks"
|
||||
}
|
||||
"parent": "block/pressure_plate_up",
|
||||
"textures": {
|
||||
"texture": "betternether:block/%name%_planks"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"parent": "block/stairs",
|
||||
"textures": {
|
||||
"bottom": "betternether:block/%name%_planks",
|
||||
"top": "betternether:block/%name%_planks",
|
||||
"side": "betternether:block/%name%_planks"
|
||||
}
|
||||
"parent": "block/stairs",
|
||||
"textures": {
|
||||
"bottom": "betternether:block/%name%_planks",
|
||||
"top": "betternether:block/%name%_planks",
|
||||
"side": "betternether:block/%name%_planks"
|
||||
}
|
||||
}
|
||||
|
|
6
utility_res/block/%name%_striped_bark.json
Normal file
6
utility_res/block/%name%_striped_bark.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "betternether:block/%name%_striped_log_side"
|
||||
}
|
||||
}
|
12
utility_res/block/%name%_striped_log.json
Normal file
12
utility_res/block/%name%_striped_log.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "block/cube",
|
||||
"textures": {
|
||||
"particle": "betternether:block/%name%_striped_log_side",
|
||||
"down": "betternether:block/%name%_striped_log_top",
|
||||
"up": "betternether:block/%name%_striped_log_top",
|
||||
"north": "betternether:block/%name%_striped_log_side",
|
||||
"east": "betternether:block/%name%_striped_log_side",
|
||||
"south": "betternether:block/%name%_striped_log_side",
|
||||
"west": "betternether:block/%name%_striped_log_side"
|
||||
}
|
||||
}
|
|
@ -1,68 +1,6 @@
|
|||
{
|
||||
"__comment": "Designed by Paulevs with Cubik Studio - https://cubik.studio",
|
||||
"parent": "block/block",
|
||||
"parent": "block/template_orientable_trapdoor_bottom",
|
||||
"textures": {
|
||||
"particle": "betternether:block/%name%_trapdoor",
|
||||
"texture": "betternether:block/%name%_trapdoor",
|
||||
"side": "betternether:block/%name%_planks"
|
||||
"texture": "betternether:block/%name%_trapdoor"
|
||||
},
|
||||
"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" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "block/template_fence_gate_wall",
|
||||
"textures": {
|
||||
"texture": "betternether:block/%name%_planks"
|
||||
}
|
||||
"parent": "block/template_fence_gate_wall",
|
||||
"textures": {
|
||||
"texture": "betternether:block/%name%_planks"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "block/template_fence_gate_wall_open",
|
||||
"textures": {
|
||||
"texture": "betternether:block/%name%_planks"
|
||||
}
|
||||
"parent": "block/template_fence_gate_wall_open",
|
||||
"textures": {
|
||||
"texture": "betternether:block/%name%_planks"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "betternether:block/striped_log_%name%_side"
|
||||
}
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
"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