Try custom slab model. Json patterns.
This commit is contained in:
parent
287c1fce62
commit
59fe3183b0
60 changed files with 1557 additions and 144 deletions
6
json/block/%name%.json
Normal file
6
json/block/%name%.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "betterend:block/%name%"
|
||||
}
|
||||
}
|
8
json/block/%name%_brick_half_slab.json
Normal file
8
json/block/%name%_brick_half_slab.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/slab",
|
||||
"textures": {
|
||||
"bottom": "betterend:block/%name%_bricks",
|
||||
"side": "betterend:block/%name%_bricks",
|
||||
"top": "betterend:block/%name%_bricks"
|
||||
}
|
||||
}
|
8
json/block/%name%_brick_inner_stairs.json
Normal file
8
json/block/%name%_brick_inner_stairs.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/inner_stairs",
|
||||
"textures": {
|
||||
"bottom": "betterend:block/%name%_bricks",
|
||||
"side": "betterend:block/%name%_bricks",
|
||||
"top": "betterend:block/%name%_bricks"
|
||||
}
|
||||
}
|
8
json/block/%name%_brick_outer_stairs.json
Normal file
8
json/block/%name%_brick_outer_stairs.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/outer_stairs",
|
||||
"textures": {
|
||||
"bottom": "betterend:block/%name%_bricks",
|
||||
"side": "betterend:block/%name%_bricks",
|
||||
"top": "betterend:block/%name%_bricks"
|
||||
}
|
||||
}
|
8
json/block/%name%_brick_stairs.json
Normal file
8
json/block/%name%_brick_stairs.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/stairs",
|
||||
"textures": {
|
||||
"bottom": "betterend:block/%name%_bricks",
|
||||
"side": "betterend:block/%name%_bricks",
|
||||
"top": "betterend:block/%name%_bricks"
|
||||
}
|
||||
}
|
6
json/block/%name%_brick_wall_inventory.json
Normal file
6
json/block/%name%_brick_wall_inventory.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/wall_inventory",
|
||||
"textures": {
|
||||
"wall": "betterend:block/%name%_bricks"
|
||||
}
|
||||
}
|
6
json/block/%name%_brick_wall_post.json
Normal file
6
json/block/%name%_brick_wall_post.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/template_wall_post",
|
||||
"textures": {
|
||||
"wall": "betterend:block/%name%_bricks"
|
||||
}
|
||||
}
|
6
json/block/%name%_brick_wall_side.json
Normal file
6
json/block/%name%_brick_wall_side.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/template_wall_side",
|
||||
"textures": {
|
||||
"wall": "betterend:block/%name%_bricks"
|
||||
}
|
||||
}
|
6
json/block/%name%_brick_wall_side_tall.json
Normal file
6
json/block/%name%_brick_wall_side_tall.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/template_wall_side_tall",
|
||||
"textures": {
|
||||
"wall": "betterend:block/%name%_bricks"
|
||||
}
|
||||
}
|
6
json/block/%name%_bricks.json
Normal file
6
json/block/%name%_bricks.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "betterend:block/%name%_bricks"
|
||||
}
|
||||
}
|
6
json/block/%name%_button.json
Normal file
6
json/block/%name%_button.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/button",
|
||||
"textures": {
|
||||
"texture": "betterend:block/%name%"
|
||||
}
|
||||
}
|
6
json/block/%name%_button_inventory.json
Normal file
6
json/block/%name%_button_inventory.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/button_inventory",
|
||||
"textures": {
|
||||
"texture": "betterend:block/%name%"
|
||||
}
|
||||
}
|
6
json/block/%name%_button_pressed.json
Normal file
6
json/block/%name%_button_pressed.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/button_pressed",
|
||||
"textures": {
|
||||
"texture": "betterend:block/%name%"
|
||||
}
|
||||
}
|
8
json/block/%name%_half_slab.json
Normal file
8
json/block/%name%_half_slab.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/slab",
|
||||
"textures": {
|
||||
"bottom": "betterend:block/%name%",
|
||||
"side": "betterend:block/%name%",
|
||||
"top": "betterend:block/%name%"
|
||||
}
|
||||
}
|
8
json/block/%name%_inner_stairs.json
Normal file
8
json/block/%name%_inner_stairs.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/inner_stairs",
|
||||
"textures": {
|
||||
"bottom": "betterend:block/%name%",
|
||||
"side": "betterend:block/%name%",
|
||||
"top": "betterend:block/%name%"
|
||||
}
|
||||
}
|
8
json/block/%name%_outer_stairs.json
Normal file
8
json/block/%name%_outer_stairs.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/outer_stairs",
|
||||
"textures": {
|
||||
"bottom": "betterend:block/%name%",
|
||||
"side": "betterend:block/%name%",
|
||||
"top": "betterend:block/%name%"
|
||||
}
|
||||
}
|
7
json/block/%name%_pillar.json
Normal file
7
json/block/%name%_pillar.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_column",
|
||||
"textures": {
|
||||
"end": "betterend:block/%name%_pillar_top",
|
||||
"side": "betterend:block/%name%_pillar_side"
|
||||
}
|
||||
}
|
6
json/block/%name%_pressure_plate_down.json
Normal file
6
json/block/%name%_pressure_plate_down.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/pressure_plate_down",
|
||||
"textures": {
|
||||
"texture": "betterend:block/%name%"
|
||||
}
|
||||
}
|
6
json/block/%name%_pressure_plate_up.json
Normal file
6
json/block/%name%_pressure_plate_up.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/pressure_plate_up",
|
||||
"textures": {
|
||||
"texture": "betterend:block/%name%"
|
||||
}
|
||||
}
|
6
json/block/%name%_small_tiles.json
Normal file
6
json/block/%name%_small_tiles.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "betterend:block/%name%_small_tiles"
|
||||
}
|
||||
}
|
8
json/block/%name%_stairs.json
Normal file
8
json/block/%name%_stairs.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "block/stairs",
|
||||
"textures": {
|
||||
"bottom": "betterend:block/%name%",
|
||||
"side": "betterend:block/%name%",
|
||||
"top": "betterend:block/%name%"
|
||||
}
|
||||
}
|
6
json/block/%name%_tile.json
Normal file
6
json/block/%name%_tile.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "betterend:block/%name%_tile"
|
||||
}
|
||||
}
|
6
json/block/%name%_wall_inventory.json
Normal file
6
json/block/%name%_wall_inventory.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/wall_inventory",
|
||||
"textures": {
|
||||
"wall": "betterend:block/%name%"
|
||||
}
|
||||
}
|
6
json/block/%name%_wall_post.json
Normal file
6
json/block/%name%_wall_post.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/template_wall_post",
|
||||
"textures": {
|
||||
"wall": "betterend:block/%name%"
|
||||
}
|
||||
}
|
6
json/block/%name%_wall_side.json
Normal file
6
json/block/%name%_wall_side.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/template_wall_side",
|
||||
"textures": {
|
||||
"wall": "betterend:block/%name%"
|
||||
}
|
||||
}
|
6
json/block/%name%_wall_side_tall.json
Normal file
6
json/block/%name%_wall_side_tall.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/template_wall_side_tall",
|
||||
"textures": {
|
||||
"wall": "betterend:block/%name%"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue