Generating Stairs, Slabs and Walls

- All palette variants now have auto-generated stairs, slabs and walls for certain patterns
- Layered variant types have connected textures again
- Centralized all SpriteShifts
This commit is contained in:
simibubi 2020-05-15 01:23:27 +02:00
parent a070792248
commit 12e0e55b0f
954 changed files with 21440 additions and 298 deletions

View file

@ -53,7 +53,7 @@ minecraft {
property 'forge.logging.markers', 'REGISTRIES,REGISTRYDUMP'
property 'forge.logging.console.level', 'debug'
property 'fml.earlyprogresswindow', 'false'
args '--mod', 'create', '--client', '--output', file('src/generated/resources/'), '--existing', file('src/main/resources')
args '--mod', 'create', '--all', '--output', file('src/generated/resources/'), '--existing', file('src/main/resources')
mods {
create {
source sourceSets.main

View file

@ -0,0 +1,13 @@
{
"variants": {
"type=top": {
"model": "create:block/andesite_bricks_slab_top"
},
"type=bottom": {
"model": "create:block/andesite_bricks_slab"
},
"type=double": {
"model": "create:block/andesite_bricks"
}
}
}

View file

@ -0,0 +1,209 @@
{
"variants": {
"facing=north,half=top,shape=straight": {
"model": "create:block/andesite_bricks_stairs",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=straight": {
"model": "create:block/andesite_bricks_stairs",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=straight": {
"model": "create:block/andesite_bricks_stairs",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=straight": {
"model": "create:block/andesite_bricks_stairs",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=straight": {
"model": "create:block/andesite_bricks_stairs",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=straight": {
"model": "create:block/andesite_bricks_stairs",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=straight": {
"model": "create:block/andesite_bricks_stairs",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=straight": {
"model": "create:block/andesite_bricks_stairs"
},
"facing=north,half=top,shape=inner_left": {
"model": "create:block/andesite_bricks_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=inner_left": {
"model": "create:block/andesite_bricks_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=inner_left": {
"model": "create:block/andesite_bricks_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=inner_left": {
"model": "create:block/andesite_bricks_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_left": {
"model": "create:block/andesite_bricks_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_left": {
"model": "create:block/andesite_bricks_stairs_inner"
},
"facing=west,half=bottom,shape=inner_left": {
"model": "create:block/andesite_bricks_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_left": {
"model": "create:block/andesite_bricks_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=inner_right": {
"model": "create:block/andesite_bricks_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=inner_right": {
"model": "create:block/andesite_bricks_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=inner_right": {
"model": "create:block/andesite_bricks_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "create:block/andesite_bricks_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_right": {
"model": "create:block/andesite_bricks_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_right": {
"model": "create:block/andesite_bricks_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=inner_right": {
"model": "create:block/andesite_bricks_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_right": {
"model": "create:block/andesite_bricks_stairs_inner"
},
"facing=north,half=top,shape=outer_left": {
"model": "create:block/andesite_bricks_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=outer_left": {
"model": "create:block/andesite_bricks_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=outer_left": {
"model": "create:block/andesite_bricks_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=outer_left": {
"model": "create:block/andesite_bricks_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_left": {
"model": "create:block/andesite_bricks_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_left": {
"model": "create:block/andesite_bricks_stairs_outer"
},
"facing=west,half=bottom,shape=outer_left": {
"model": "create:block/andesite_bricks_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_left": {
"model": "create:block/andesite_bricks_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=outer_right": {
"model": "create:block/andesite_bricks_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=outer_right": {
"model": "create:block/andesite_bricks_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=outer_right": {
"model": "create:block/andesite_bricks_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "create:block/andesite_bricks_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_right": {
"model": "create:block/andesite_bricks_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_right": {
"model": "create:block/andesite_bricks_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=outer_right": {
"model": "create:block/andesite_bricks_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_right": {
"model": "create:block/andesite_bricks_stairs_outer"
}
}
}

View file

@ -0,0 +1,51 @@
{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "create:block/andesite_bricks_wall_post"
}
},
{
"when": {
"north": "true"
},
"apply": {
"model": "create:block/andesite_bricks_wall_side",
"uvlock": true
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "create:block/andesite_bricks_wall_side",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "create:block/andesite_bricks_wall_side",
"y": 270,
"uvlock": true
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "create:block/andesite_bricks_wall_side",
"y": 90,
"uvlock": true
}
}
]
}

View file

@ -0,0 +1,13 @@
{
"variants": {
"type=top": {
"model": "create:block/andesite_cobblestone_slab_top"
},
"type=bottom": {
"model": "create:block/andesite_cobblestone_slab"
},
"type=double": {
"model": "create:block/andesite_cobblestone"
}
}
}

View file

@ -0,0 +1,209 @@
{
"variants": {
"facing=north,half=top,shape=straight": {
"model": "create:block/andesite_cobblestone_stairs",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=straight": {
"model": "create:block/andesite_cobblestone_stairs",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=straight": {
"model": "create:block/andesite_cobblestone_stairs",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=straight": {
"model": "create:block/andesite_cobblestone_stairs",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=straight": {
"model": "create:block/andesite_cobblestone_stairs",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=straight": {
"model": "create:block/andesite_cobblestone_stairs",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=straight": {
"model": "create:block/andesite_cobblestone_stairs",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=straight": {
"model": "create:block/andesite_cobblestone_stairs"
},
"facing=north,half=top,shape=inner_left": {
"model": "create:block/andesite_cobblestone_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=inner_left": {
"model": "create:block/andesite_cobblestone_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=inner_left": {
"model": "create:block/andesite_cobblestone_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=inner_left": {
"model": "create:block/andesite_cobblestone_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_left": {
"model": "create:block/andesite_cobblestone_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_left": {
"model": "create:block/andesite_cobblestone_stairs_inner"
},
"facing=west,half=bottom,shape=inner_left": {
"model": "create:block/andesite_cobblestone_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_left": {
"model": "create:block/andesite_cobblestone_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=inner_right": {
"model": "create:block/andesite_cobblestone_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=inner_right": {
"model": "create:block/andesite_cobblestone_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=inner_right": {
"model": "create:block/andesite_cobblestone_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "create:block/andesite_cobblestone_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_right": {
"model": "create:block/andesite_cobblestone_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_right": {
"model": "create:block/andesite_cobblestone_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=inner_right": {
"model": "create:block/andesite_cobblestone_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_right": {
"model": "create:block/andesite_cobblestone_stairs_inner"
},
"facing=north,half=top,shape=outer_left": {
"model": "create:block/andesite_cobblestone_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=outer_left": {
"model": "create:block/andesite_cobblestone_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=outer_left": {
"model": "create:block/andesite_cobblestone_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=outer_left": {
"model": "create:block/andesite_cobblestone_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_left": {
"model": "create:block/andesite_cobblestone_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_left": {
"model": "create:block/andesite_cobblestone_stairs_outer"
},
"facing=west,half=bottom,shape=outer_left": {
"model": "create:block/andesite_cobblestone_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_left": {
"model": "create:block/andesite_cobblestone_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=outer_right": {
"model": "create:block/andesite_cobblestone_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=outer_right": {
"model": "create:block/andesite_cobblestone_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=outer_right": {
"model": "create:block/andesite_cobblestone_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "create:block/andesite_cobblestone_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_right": {
"model": "create:block/andesite_cobblestone_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_right": {
"model": "create:block/andesite_cobblestone_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=outer_right": {
"model": "create:block/andesite_cobblestone_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_right": {
"model": "create:block/andesite_cobblestone_stairs_outer"
}
}
}

View file

@ -0,0 +1,51 @@
{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "create:block/andesite_cobblestone_wall_post"
}
},
{
"when": {
"north": "true"
},
"apply": {
"model": "create:block/andesite_cobblestone_wall_side",
"uvlock": true
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "create:block/andesite_cobblestone_wall_side",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "create:block/andesite_cobblestone_wall_side",
"y": 270,
"uvlock": true
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "create:block/andesite_cobblestone_wall_side",
"y": 90,
"uvlock": true
}
}
]
}

View file

@ -0,0 +1,13 @@
{
"variants": {
"type=top": {
"model": "create:block/dark_scoria_bricks_slab_top"
},
"type=bottom": {
"model": "create:block/dark_scoria_bricks_slab"
},
"type=double": {
"model": "create:block/dark_scoria_bricks"
}
}
}

View file

@ -0,0 +1,209 @@
{
"variants": {
"facing=north,half=top,shape=straight": {
"model": "create:block/dark_scoria_bricks_stairs",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=straight": {
"model": "create:block/dark_scoria_bricks_stairs",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=straight": {
"model": "create:block/dark_scoria_bricks_stairs",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=straight": {
"model": "create:block/dark_scoria_bricks_stairs",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=straight": {
"model": "create:block/dark_scoria_bricks_stairs",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=straight": {
"model": "create:block/dark_scoria_bricks_stairs",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=straight": {
"model": "create:block/dark_scoria_bricks_stairs",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=straight": {
"model": "create:block/dark_scoria_bricks_stairs"
},
"facing=north,half=top,shape=inner_left": {
"model": "create:block/dark_scoria_bricks_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=inner_left": {
"model": "create:block/dark_scoria_bricks_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=inner_left": {
"model": "create:block/dark_scoria_bricks_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=inner_left": {
"model": "create:block/dark_scoria_bricks_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_left": {
"model": "create:block/dark_scoria_bricks_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_left": {
"model": "create:block/dark_scoria_bricks_stairs_inner"
},
"facing=west,half=bottom,shape=inner_left": {
"model": "create:block/dark_scoria_bricks_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_left": {
"model": "create:block/dark_scoria_bricks_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=inner_right": {
"model": "create:block/dark_scoria_bricks_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=inner_right": {
"model": "create:block/dark_scoria_bricks_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=inner_right": {
"model": "create:block/dark_scoria_bricks_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "create:block/dark_scoria_bricks_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_right": {
"model": "create:block/dark_scoria_bricks_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_right": {
"model": "create:block/dark_scoria_bricks_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=inner_right": {
"model": "create:block/dark_scoria_bricks_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_right": {
"model": "create:block/dark_scoria_bricks_stairs_inner"
},
"facing=north,half=top,shape=outer_left": {
"model": "create:block/dark_scoria_bricks_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=outer_left": {
"model": "create:block/dark_scoria_bricks_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=outer_left": {
"model": "create:block/dark_scoria_bricks_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=outer_left": {
"model": "create:block/dark_scoria_bricks_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_left": {
"model": "create:block/dark_scoria_bricks_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_left": {
"model": "create:block/dark_scoria_bricks_stairs_outer"
},
"facing=west,half=bottom,shape=outer_left": {
"model": "create:block/dark_scoria_bricks_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_left": {
"model": "create:block/dark_scoria_bricks_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=outer_right": {
"model": "create:block/dark_scoria_bricks_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=outer_right": {
"model": "create:block/dark_scoria_bricks_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=outer_right": {
"model": "create:block/dark_scoria_bricks_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "create:block/dark_scoria_bricks_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_right": {
"model": "create:block/dark_scoria_bricks_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_right": {
"model": "create:block/dark_scoria_bricks_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=outer_right": {
"model": "create:block/dark_scoria_bricks_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_right": {
"model": "create:block/dark_scoria_bricks_stairs_outer"
}
}
}

View file

@ -0,0 +1,51 @@
{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "create:block/dark_scoria_bricks_wall_post"
}
},
{
"when": {
"north": "true"
},
"apply": {
"model": "create:block/dark_scoria_bricks_wall_side",
"uvlock": true
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "create:block/dark_scoria_bricks_wall_side",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "create:block/dark_scoria_bricks_wall_side",
"y": 270,
"uvlock": true
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "create:block/dark_scoria_bricks_wall_side",
"y": 90,
"uvlock": true
}
}
]
}

View file

@ -0,0 +1,13 @@
{
"variants": {
"type=top": {
"model": "create:block/dark_scoria_cobblestone_slab_top"
},
"type=bottom": {
"model": "create:block/dark_scoria_cobblestone_slab"
},
"type=double": {
"model": "create:block/dark_scoria_cobblestone"
}
}
}

View file

@ -0,0 +1,209 @@
{
"variants": {
"facing=north,half=top,shape=straight": {
"model": "create:block/dark_scoria_cobblestone_stairs",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=straight": {
"model": "create:block/dark_scoria_cobblestone_stairs",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=straight": {
"model": "create:block/dark_scoria_cobblestone_stairs",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=straight": {
"model": "create:block/dark_scoria_cobblestone_stairs",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=straight": {
"model": "create:block/dark_scoria_cobblestone_stairs",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=straight": {
"model": "create:block/dark_scoria_cobblestone_stairs",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=straight": {
"model": "create:block/dark_scoria_cobblestone_stairs",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=straight": {
"model": "create:block/dark_scoria_cobblestone_stairs"
},
"facing=north,half=top,shape=inner_left": {
"model": "create:block/dark_scoria_cobblestone_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=inner_left": {
"model": "create:block/dark_scoria_cobblestone_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=inner_left": {
"model": "create:block/dark_scoria_cobblestone_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=inner_left": {
"model": "create:block/dark_scoria_cobblestone_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_left": {
"model": "create:block/dark_scoria_cobblestone_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_left": {
"model": "create:block/dark_scoria_cobblestone_stairs_inner"
},
"facing=west,half=bottom,shape=inner_left": {
"model": "create:block/dark_scoria_cobblestone_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_left": {
"model": "create:block/dark_scoria_cobblestone_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=inner_right": {
"model": "create:block/dark_scoria_cobblestone_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=inner_right": {
"model": "create:block/dark_scoria_cobblestone_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=inner_right": {
"model": "create:block/dark_scoria_cobblestone_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "create:block/dark_scoria_cobblestone_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_right": {
"model": "create:block/dark_scoria_cobblestone_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_right": {
"model": "create:block/dark_scoria_cobblestone_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=inner_right": {
"model": "create:block/dark_scoria_cobblestone_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_right": {
"model": "create:block/dark_scoria_cobblestone_stairs_inner"
},
"facing=north,half=top,shape=outer_left": {
"model": "create:block/dark_scoria_cobblestone_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=outer_left": {
"model": "create:block/dark_scoria_cobblestone_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=outer_left": {
"model": "create:block/dark_scoria_cobblestone_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=outer_left": {
"model": "create:block/dark_scoria_cobblestone_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_left": {
"model": "create:block/dark_scoria_cobblestone_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_left": {
"model": "create:block/dark_scoria_cobblestone_stairs_outer"
},
"facing=west,half=bottom,shape=outer_left": {
"model": "create:block/dark_scoria_cobblestone_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_left": {
"model": "create:block/dark_scoria_cobblestone_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=outer_right": {
"model": "create:block/dark_scoria_cobblestone_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=outer_right": {
"model": "create:block/dark_scoria_cobblestone_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=outer_right": {
"model": "create:block/dark_scoria_cobblestone_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "create:block/dark_scoria_cobblestone_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_right": {
"model": "create:block/dark_scoria_cobblestone_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_right": {
"model": "create:block/dark_scoria_cobblestone_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=outer_right": {
"model": "create:block/dark_scoria_cobblestone_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_right": {
"model": "create:block/dark_scoria_cobblestone_stairs_outer"
}
}
}

View file

@ -0,0 +1,51 @@
{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "create:block/dark_scoria_cobblestone_wall_post"
}
},
{
"when": {
"north": "true"
},
"apply": {
"model": "create:block/dark_scoria_cobblestone_wall_side",
"uvlock": true
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "create:block/dark_scoria_cobblestone_wall_side",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "create:block/dark_scoria_cobblestone_wall_side",
"y": 270,
"uvlock": true
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "create:block/dark_scoria_cobblestone_wall_side",
"y": 90,
"uvlock": true
}
}
]
}

View file

@ -0,0 +1,13 @@
{
"variants": {
"type=top": {
"model": "create:block/diorite_bricks_slab_top"
},
"type=bottom": {
"model": "create:block/diorite_bricks_slab"
},
"type=double": {
"model": "create:block/diorite_bricks"
}
}
}

View file

@ -0,0 +1,209 @@
{
"variants": {
"facing=north,half=top,shape=straight": {
"model": "create:block/diorite_bricks_stairs",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=straight": {
"model": "create:block/diorite_bricks_stairs",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=straight": {
"model": "create:block/diorite_bricks_stairs",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=straight": {
"model": "create:block/diorite_bricks_stairs",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=straight": {
"model": "create:block/diorite_bricks_stairs",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=straight": {
"model": "create:block/diorite_bricks_stairs",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=straight": {
"model": "create:block/diorite_bricks_stairs",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=straight": {
"model": "create:block/diorite_bricks_stairs"
},
"facing=north,half=top,shape=inner_left": {
"model": "create:block/diorite_bricks_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=inner_left": {
"model": "create:block/diorite_bricks_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=inner_left": {
"model": "create:block/diorite_bricks_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=inner_left": {
"model": "create:block/diorite_bricks_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_left": {
"model": "create:block/diorite_bricks_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_left": {
"model": "create:block/diorite_bricks_stairs_inner"
},
"facing=west,half=bottom,shape=inner_left": {
"model": "create:block/diorite_bricks_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_left": {
"model": "create:block/diorite_bricks_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=inner_right": {
"model": "create:block/diorite_bricks_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=inner_right": {
"model": "create:block/diorite_bricks_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=inner_right": {
"model": "create:block/diorite_bricks_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "create:block/diorite_bricks_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_right": {
"model": "create:block/diorite_bricks_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_right": {
"model": "create:block/diorite_bricks_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=inner_right": {
"model": "create:block/diorite_bricks_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_right": {
"model": "create:block/diorite_bricks_stairs_inner"
},
"facing=north,half=top,shape=outer_left": {
"model": "create:block/diorite_bricks_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=outer_left": {
"model": "create:block/diorite_bricks_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=outer_left": {
"model": "create:block/diorite_bricks_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=outer_left": {
"model": "create:block/diorite_bricks_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_left": {
"model": "create:block/diorite_bricks_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_left": {
"model": "create:block/diorite_bricks_stairs_outer"
},
"facing=west,half=bottom,shape=outer_left": {
"model": "create:block/diorite_bricks_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_left": {
"model": "create:block/diorite_bricks_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=outer_right": {
"model": "create:block/diorite_bricks_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=outer_right": {
"model": "create:block/diorite_bricks_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=outer_right": {
"model": "create:block/diorite_bricks_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "create:block/diorite_bricks_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_right": {
"model": "create:block/diorite_bricks_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_right": {
"model": "create:block/diorite_bricks_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=outer_right": {
"model": "create:block/diorite_bricks_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_right": {
"model": "create:block/diorite_bricks_stairs_outer"
}
}
}

View file

@ -0,0 +1,51 @@
{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "create:block/diorite_bricks_wall_post"
}
},
{
"when": {
"north": "true"
},
"apply": {
"model": "create:block/diorite_bricks_wall_side",
"uvlock": true
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "create:block/diorite_bricks_wall_side",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "create:block/diorite_bricks_wall_side",
"y": 270,
"uvlock": true
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "create:block/diorite_bricks_wall_side",
"y": 90,
"uvlock": true
}
}
]
}

View file

@ -0,0 +1,13 @@
{
"variants": {
"type=top": {
"model": "create:block/diorite_cobblestone_slab_top"
},
"type=bottom": {
"model": "create:block/diorite_cobblestone_slab"
},
"type=double": {
"model": "create:block/diorite_cobblestone"
}
}
}

View file

@ -0,0 +1,209 @@
{
"variants": {
"facing=north,half=top,shape=straight": {
"model": "create:block/diorite_cobblestone_stairs",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=straight": {
"model": "create:block/diorite_cobblestone_stairs",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=straight": {
"model": "create:block/diorite_cobblestone_stairs",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=straight": {
"model": "create:block/diorite_cobblestone_stairs",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=straight": {
"model": "create:block/diorite_cobblestone_stairs",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=straight": {
"model": "create:block/diorite_cobblestone_stairs",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=straight": {
"model": "create:block/diorite_cobblestone_stairs",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=straight": {
"model": "create:block/diorite_cobblestone_stairs"
},
"facing=north,half=top,shape=inner_left": {
"model": "create:block/diorite_cobblestone_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=inner_left": {
"model": "create:block/diorite_cobblestone_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=inner_left": {
"model": "create:block/diorite_cobblestone_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=inner_left": {
"model": "create:block/diorite_cobblestone_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_left": {
"model": "create:block/diorite_cobblestone_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_left": {
"model": "create:block/diorite_cobblestone_stairs_inner"
},
"facing=west,half=bottom,shape=inner_left": {
"model": "create:block/diorite_cobblestone_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_left": {
"model": "create:block/diorite_cobblestone_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=inner_right": {
"model": "create:block/diorite_cobblestone_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=inner_right": {
"model": "create:block/diorite_cobblestone_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=inner_right": {
"model": "create:block/diorite_cobblestone_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "create:block/diorite_cobblestone_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_right": {
"model": "create:block/diorite_cobblestone_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_right": {
"model": "create:block/diorite_cobblestone_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=inner_right": {
"model": "create:block/diorite_cobblestone_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_right": {
"model": "create:block/diorite_cobblestone_stairs_inner"
},
"facing=north,half=top,shape=outer_left": {
"model": "create:block/diorite_cobblestone_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=outer_left": {
"model": "create:block/diorite_cobblestone_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=outer_left": {
"model": "create:block/diorite_cobblestone_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=outer_left": {
"model": "create:block/diorite_cobblestone_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_left": {
"model": "create:block/diorite_cobblestone_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_left": {
"model": "create:block/diorite_cobblestone_stairs_outer"
},
"facing=west,half=bottom,shape=outer_left": {
"model": "create:block/diorite_cobblestone_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_left": {
"model": "create:block/diorite_cobblestone_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=outer_right": {
"model": "create:block/diorite_cobblestone_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=outer_right": {
"model": "create:block/diorite_cobblestone_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=outer_right": {
"model": "create:block/diorite_cobblestone_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "create:block/diorite_cobblestone_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_right": {
"model": "create:block/diorite_cobblestone_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_right": {
"model": "create:block/diorite_cobblestone_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=outer_right": {
"model": "create:block/diorite_cobblestone_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_right": {
"model": "create:block/diorite_cobblestone_stairs_outer"
}
}
}

View file

@ -0,0 +1,51 @@
{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "create:block/diorite_cobblestone_wall_post"
}
},
{
"when": {
"north": "true"
},
"apply": {
"model": "create:block/diorite_cobblestone_wall_side",
"uvlock": true
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "create:block/diorite_cobblestone_wall_side",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "create:block/diorite_cobblestone_wall_side",
"y": 270,
"uvlock": true
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "create:block/diorite_cobblestone_wall_side",
"y": 90,
"uvlock": true
}
}
]
}

View file

@ -0,0 +1,13 @@
{
"variants": {
"type=top": {
"model": "create:block/dolomite_bricks_slab_top"
},
"type=bottom": {
"model": "create:block/dolomite_bricks_slab"
},
"type=double": {
"model": "create:block/dolomite_bricks"
}
}
}

View file

@ -0,0 +1,209 @@
{
"variants": {
"facing=north,half=top,shape=straight": {
"model": "create:block/dolomite_bricks_stairs",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=straight": {
"model": "create:block/dolomite_bricks_stairs",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=straight": {
"model": "create:block/dolomite_bricks_stairs",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=straight": {
"model": "create:block/dolomite_bricks_stairs",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=straight": {
"model": "create:block/dolomite_bricks_stairs",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=straight": {
"model": "create:block/dolomite_bricks_stairs",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=straight": {
"model": "create:block/dolomite_bricks_stairs",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=straight": {
"model": "create:block/dolomite_bricks_stairs"
},
"facing=north,half=top,shape=inner_left": {
"model": "create:block/dolomite_bricks_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=inner_left": {
"model": "create:block/dolomite_bricks_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=inner_left": {
"model": "create:block/dolomite_bricks_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=inner_left": {
"model": "create:block/dolomite_bricks_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_left": {
"model": "create:block/dolomite_bricks_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_left": {
"model": "create:block/dolomite_bricks_stairs_inner"
},
"facing=west,half=bottom,shape=inner_left": {
"model": "create:block/dolomite_bricks_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_left": {
"model": "create:block/dolomite_bricks_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=inner_right": {
"model": "create:block/dolomite_bricks_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=inner_right": {
"model": "create:block/dolomite_bricks_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=inner_right": {
"model": "create:block/dolomite_bricks_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "create:block/dolomite_bricks_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_right": {
"model": "create:block/dolomite_bricks_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_right": {
"model": "create:block/dolomite_bricks_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=inner_right": {
"model": "create:block/dolomite_bricks_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_right": {
"model": "create:block/dolomite_bricks_stairs_inner"
},
"facing=north,half=top,shape=outer_left": {
"model": "create:block/dolomite_bricks_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=outer_left": {
"model": "create:block/dolomite_bricks_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=outer_left": {
"model": "create:block/dolomite_bricks_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=outer_left": {
"model": "create:block/dolomite_bricks_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_left": {
"model": "create:block/dolomite_bricks_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_left": {
"model": "create:block/dolomite_bricks_stairs_outer"
},
"facing=west,half=bottom,shape=outer_left": {
"model": "create:block/dolomite_bricks_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_left": {
"model": "create:block/dolomite_bricks_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=outer_right": {
"model": "create:block/dolomite_bricks_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=outer_right": {
"model": "create:block/dolomite_bricks_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=outer_right": {
"model": "create:block/dolomite_bricks_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "create:block/dolomite_bricks_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_right": {
"model": "create:block/dolomite_bricks_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_right": {
"model": "create:block/dolomite_bricks_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=outer_right": {
"model": "create:block/dolomite_bricks_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_right": {
"model": "create:block/dolomite_bricks_stairs_outer"
}
}
}

View file

@ -0,0 +1,51 @@
{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "create:block/dolomite_bricks_wall_post"
}
},
{
"when": {
"north": "true"
},
"apply": {
"model": "create:block/dolomite_bricks_wall_side",
"uvlock": true
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "create:block/dolomite_bricks_wall_side",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "create:block/dolomite_bricks_wall_side",
"y": 270,
"uvlock": true
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "create:block/dolomite_bricks_wall_side",
"y": 90,
"uvlock": true
}
}
]
}

View file

@ -0,0 +1,13 @@
{
"variants": {
"type=top": {
"model": "create:block/dolomite_cobblestone_slab_top"
},
"type=bottom": {
"model": "create:block/dolomite_cobblestone_slab"
},
"type=double": {
"model": "create:block/dolomite_cobblestone"
}
}
}

View file

@ -0,0 +1,209 @@
{
"variants": {
"facing=north,half=top,shape=straight": {
"model": "create:block/dolomite_cobblestone_stairs",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=straight": {
"model": "create:block/dolomite_cobblestone_stairs",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=straight": {
"model": "create:block/dolomite_cobblestone_stairs",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=straight": {
"model": "create:block/dolomite_cobblestone_stairs",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=straight": {
"model": "create:block/dolomite_cobblestone_stairs",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=straight": {
"model": "create:block/dolomite_cobblestone_stairs",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=straight": {
"model": "create:block/dolomite_cobblestone_stairs",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=straight": {
"model": "create:block/dolomite_cobblestone_stairs"
},
"facing=north,half=top,shape=inner_left": {
"model": "create:block/dolomite_cobblestone_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=inner_left": {
"model": "create:block/dolomite_cobblestone_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=inner_left": {
"model": "create:block/dolomite_cobblestone_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=inner_left": {
"model": "create:block/dolomite_cobblestone_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_left": {
"model": "create:block/dolomite_cobblestone_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_left": {
"model": "create:block/dolomite_cobblestone_stairs_inner"
},
"facing=west,half=bottom,shape=inner_left": {
"model": "create:block/dolomite_cobblestone_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_left": {
"model": "create:block/dolomite_cobblestone_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=inner_right": {
"model": "create:block/dolomite_cobblestone_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=inner_right": {
"model": "create:block/dolomite_cobblestone_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=inner_right": {
"model": "create:block/dolomite_cobblestone_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "create:block/dolomite_cobblestone_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_right": {
"model": "create:block/dolomite_cobblestone_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_right": {
"model": "create:block/dolomite_cobblestone_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=inner_right": {
"model": "create:block/dolomite_cobblestone_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_right": {
"model": "create:block/dolomite_cobblestone_stairs_inner"
},
"facing=north,half=top,shape=outer_left": {
"model": "create:block/dolomite_cobblestone_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=outer_left": {
"model": "create:block/dolomite_cobblestone_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=outer_left": {
"model": "create:block/dolomite_cobblestone_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=outer_left": {
"model": "create:block/dolomite_cobblestone_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_left": {
"model": "create:block/dolomite_cobblestone_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_left": {
"model": "create:block/dolomite_cobblestone_stairs_outer"
},
"facing=west,half=bottom,shape=outer_left": {
"model": "create:block/dolomite_cobblestone_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_left": {
"model": "create:block/dolomite_cobblestone_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=outer_right": {
"model": "create:block/dolomite_cobblestone_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=outer_right": {
"model": "create:block/dolomite_cobblestone_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=outer_right": {
"model": "create:block/dolomite_cobblestone_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "create:block/dolomite_cobblestone_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_right": {
"model": "create:block/dolomite_cobblestone_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_right": {
"model": "create:block/dolomite_cobblestone_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=outer_right": {
"model": "create:block/dolomite_cobblestone_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_right": {
"model": "create:block/dolomite_cobblestone_stairs_outer"
}
}
}

View file

@ -0,0 +1,51 @@
{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "create:block/dolomite_cobblestone_wall_post"
}
},
{
"when": {
"north": "true"
},
"apply": {
"model": "create:block/dolomite_cobblestone_wall_side",
"uvlock": true
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "create:block/dolomite_cobblestone_wall_side",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "create:block/dolomite_cobblestone_wall_side",
"y": 270,
"uvlock": true
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "create:block/dolomite_cobblestone_wall_side",
"y": 90,
"uvlock": true
}
}
]
}

View file

@ -0,0 +1,13 @@
{
"variants": {
"type=top": {
"model": "create:block/fancy_andesite_bricks_slab_top"
},
"type=bottom": {
"model": "create:block/fancy_andesite_bricks_slab"
},
"type=double": {
"model": "create:block/fancy_andesite_bricks"
}
}
}

View file

@ -0,0 +1,209 @@
{
"variants": {
"facing=north,half=top,shape=straight": {
"model": "create:block/fancy_andesite_bricks_stairs",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=straight": {
"model": "create:block/fancy_andesite_bricks_stairs",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=straight": {
"model": "create:block/fancy_andesite_bricks_stairs",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=straight": {
"model": "create:block/fancy_andesite_bricks_stairs",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=straight": {
"model": "create:block/fancy_andesite_bricks_stairs",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=straight": {
"model": "create:block/fancy_andesite_bricks_stairs",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=straight": {
"model": "create:block/fancy_andesite_bricks_stairs",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=straight": {
"model": "create:block/fancy_andesite_bricks_stairs"
},
"facing=north,half=top,shape=inner_left": {
"model": "create:block/fancy_andesite_bricks_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=inner_left": {
"model": "create:block/fancy_andesite_bricks_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=inner_left": {
"model": "create:block/fancy_andesite_bricks_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=inner_left": {
"model": "create:block/fancy_andesite_bricks_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_left": {
"model": "create:block/fancy_andesite_bricks_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_left": {
"model": "create:block/fancy_andesite_bricks_stairs_inner"
},
"facing=west,half=bottom,shape=inner_left": {
"model": "create:block/fancy_andesite_bricks_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_left": {
"model": "create:block/fancy_andesite_bricks_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=inner_right": {
"model": "create:block/fancy_andesite_bricks_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=inner_right": {
"model": "create:block/fancy_andesite_bricks_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=inner_right": {
"model": "create:block/fancy_andesite_bricks_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "create:block/fancy_andesite_bricks_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_right": {
"model": "create:block/fancy_andesite_bricks_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_right": {
"model": "create:block/fancy_andesite_bricks_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=inner_right": {
"model": "create:block/fancy_andesite_bricks_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_right": {
"model": "create:block/fancy_andesite_bricks_stairs_inner"
},
"facing=north,half=top,shape=outer_left": {
"model": "create:block/fancy_andesite_bricks_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=outer_left": {
"model": "create:block/fancy_andesite_bricks_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=outer_left": {
"model": "create:block/fancy_andesite_bricks_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=outer_left": {
"model": "create:block/fancy_andesite_bricks_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_left": {
"model": "create:block/fancy_andesite_bricks_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_left": {
"model": "create:block/fancy_andesite_bricks_stairs_outer"
},
"facing=west,half=bottom,shape=outer_left": {
"model": "create:block/fancy_andesite_bricks_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_left": {
"model": "create:block/fancy_andesite_bricks_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=outer_right": {
"model": "create:block/fancy_andesite_bricks_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=outer_right": {
"model": "create:block/fancy_andesite_bricks_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=outer_right": {
"model": "create:block/fancy_andesite_bricks_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "create:block/fancy_andesite_bricks_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_right": {
"model": "create:block/fancy_andesite_bricks_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_right": {
"model": "create:block/fancy_andesite_bricks_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=outer_right": {
"model": "create:block/fancy_andesite_bricks_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_right": {
"model": "create:block/fancy_andesite_bricks_stairs_outer"
}
}
}

View file

@ -0,0 +1,51 @@
{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "create:block/fancy_andesite_bricks_wall_post"
}
},
{
"when": {
"north": "true"
},
"apply": {
"model": "create:block/fancy_andesite_bricks_wall_side",
"uvlock": true
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "create:block/fancy_andesite_bricks_wall_side",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "create:block/fancy_andesite_bricks_wall_side",
"y": 270,
"uvlock": true
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "create:block/fancy_andesite_bricks_wall_side",
"y": 90,
"uvlock": true
}
}
]
}

View file

@ -0,0 +1,13 @@
{
"variants": {
"type=top": {
"model": "create:block/fancy_dark_scoria_bricks_slab_top"
},
"type=bottom": {
"model": "create:block/fancy_dark_scoria_bricks_slab"
},
"type=double": {
"model": "create:block/fancy_dark_scoria_bricks"
}
}
}

View file

@ -0,0 +1,209 @@
{
"variants": {
"facing=north,half=top,shape=straight": {
"model": "create:block/fancy_dark_scoria_bricks_stairs",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=straight": {
"model": "create:block/fancy_dark_scoria_bricks_stairs",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=straight": {
"model": "create:block/fancy_dark_scoria_bricks_stairs",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=straight": {
"model": "create:block/fancy_dark_scoria_bricks_stairs",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=straight": {
"model": "create:block/fancy_dark_scoria_bricks_stairs",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=straight": {
"model": "create:block/fancy_dark_scoria_bricks_stairs",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=straight": {
"model": "create:block/fancy_dark_scoria_bricks_stairs",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=straight": {
"model": "create:block/fancy_dark_scoria_bricks_stairs"
},
"facing=north,half=top,shape=inner_left": {
"model": "create:block/fancy_dark_scoria_bricks_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=inner_left": {
"model": "create:block/fancy_dark_scoria_bricks_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=inner_left": {
"model": "create:block/fancy_dark_scoria_bricks_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=inner_left": {
"model": "create:block/fancy_dark_scoria_bricks_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_left": {
"model": "create:block/fancy_dark_scoria_bricks_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_left": {
"model": "create:block/fancy_dark_scoria_bricks_stairs_inner"
},
"facing=west,half=bottom,shape=inner_left": {
"model": "create:block/fancy_dark_scoria_bricks_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_left": {
"model": "create:block/fancy_dark_scoria_bricks_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=inner_right": {
"model": "create:block/fancy_dark_scoria_bricks_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=inner_right": {
"model": "create:block/fancy_dark_scoria_bricks_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=inner_right": {
"model": "create:block/fancy_dark_scoria_bricks_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "create:block/fancy_dark_scoria_bricks_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_right": {
"model": "create:block/fancy_dark_scoria_bricks_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_right": {
"model": "create:block/fancy_dark_scoria_bricks_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=inner_right": {
"model": "create:block/fancy_dark_scoria_bricks_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_right": {
"model": "create:block/fancy_dark_scoria_bricks_stairs_inner"
},
"facing=north,half=top,shape=outer_left": {
"model": "create:block/fancy_dark_scoria_bricks_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=outer_left": {
"model": "create:block/fancy_dark_scoria_bricks_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=outer_left": {
"model": "create:block/fancy_dark_scoria_bricks_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=outer_left": {
"model": "create:block/fancy_dark_scoria_bricks_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_left": {
"model": "create:block/fancy_dark_scoria_bricks_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_left": {
"model": "create:block/fancy_dark_scoria_bricks_stairs_outer"
},
"facing=west,half=bottom,shape=outer_left": {
"model": "create:block/fancy_dark_scoria_bricks_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_left": {
"model": "create:block/fancy_dark_scoria_bricks_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=outer_right": {
"model": "create:block/fancy_dark_scoria_bricks_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=outer_right": {
"model": "create:block/fancy_dark_scoria_bricks_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=outer_right": {
"model": "create:block/fancy_dark_scoria_bricks_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "create:block/fancy_dark_scoria_bricks_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_right": {
"model": "create:block/fancy_dark_scoria_bricks_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_right": {
"model": "create:block/fancy_dark_scoria_bricks_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=outer_right": {
"model": "create:block/fancy_dark_scoria_bricks_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_right": {
"model": "create:block/fancy_dark_scoria_bricks_stairs_outer"
}
}
}

View file

@ -0,0 +1,51 @@
{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "create:block/fancy_dark_scoria_bricks_wall_post"
}
},
{
"when": {
"north": "true"
},
"apply": {
"model": "create:block/fancy_dark_scoria_bricks_wall_side",
"uvlock": true
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "create:block/fancy_dark_scoria_bricks_wall_side",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "create:block/fancy_dark_scoria_bricks_wall_side",
"y": 270,
"uvlock": true
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "create:block/fancy_dark_scoria_bricks_wall_side",
"y": 90,
"uvlock": true
}
}
]
}

View file

@ -0,0 +1,13 @@
{
"variants": {
"type=top": {
"model": "create:block/fancy_diorite_bricks_slab_top"
},
"type=bottom": {
"model": "create:block/fancy_diorite_bricks_slab"
},
"type=double": {
"model": "create:block/fancy_diorite_bricks"
}
}
}

View file

@ -0,0 +1,209 @@
{
"variants": {
"facing=north,half=top,shape=straight": {
"model": "create:block/fancy_diorite_bricks_stairs",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=straight": {
"model": "create:block/fancy_diorite_bricks_stairs",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=straight": {
"model": "create:block/fancy_diorite_bricks_stairs",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=straight": {
"model": "create:block/fancy_diorite_bricks_stairs",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=straight": {
"model": "create:block/fancy_diorite_bricks_stairs",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=straight": {
"model": "create:block/fancy_diorite_bricks_stairs",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=straight": {
"model": "create:block/fancy_diorite_bricks_stairs",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=straight": {
"model": "create:block/fancy_diorite_bricks_stairs"
},
"facing=north,half=top,shape=inner_left": {
"model": "create:block/fancy_diorite_bricks_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=inner_left": {
"model": "create:block/fancy_diorite_bricks_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=inner_left": {
"model": "create:block/fancy_diorite_bricks_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=inner_left": {
"model": "create:block/fancy_diorite_bricks_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_left": {
"model": "create:block/fancy_diorite_bricks_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_left": {
"model": "create:block/fancy_diorite_bricks_stairs_inner"
},
"facing=west,half=bottom,shape=inner_left": {
"model": "create:block/fancy_diorite_bricks_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_left": {
"model": "create:block/fancy_diorite_bricks_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=inner_right": {
"model": "create:block/fancy_diorite_bricks_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=inner_right": {
"model": "create:block/fancy_diorite_bricks_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=inner_right": {
"model": "create:block/fancy_diorite_bricks_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "create:block/fancy_diorite_bricks_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_right": {
"model": "create:block/fancy_diorite_bricks_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_right": {
"model": "create:block/fancy_diorite_bricks_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=inner_right": {
"model": "create:block/fancy_diorite_bricks_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_right": {
"model": "create:block/fancy_diorite_bricks_stairs_inner"
},
"facing=north,half=top,shape=outer_left": {
"model": "create:block/fancy_diorite_bricks_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=outer_left": {
"model": "create:block/fancy_diorite_bricks_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=outer_left": {
"model": "create:block/fancy_diorite_bricks_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=outer_left": {
"model": "create:block/fancy_diorite_bricks_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_left": {
"model": "create:block/fancy_diorite_bricks_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_left": {
"model": "create:block/fancy_diorite_bricks_stairs_outer"
},
"facing=west,half=bottom,shape=outer_left": {
"model": "create:block/fancy_diorite_bricks_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_left": {
"model": "create:block/fancy_diorite_bricks_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=outer_right": {
"model": "create:block/fancy_diorite_bricks_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=outer_right": {
"model": "create:block/fancy_diorite_bricks_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=outer_right": {
"model": "create:block/fancy_diorite_bricks_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "create:block/fancy_diorite_bricks_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_right": {
"model": "create:block/fancy_diorite_bricks_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_right": {
"model": "create:block/fancy_diorite_bricks_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=outer_right": {
"model": "create:block/fancy_diorite_bricks_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_right": {
"model": "create:block/fancy_diorite_bricks_stairs_outer"
}
}
}

View file

@ -0,0 +1,51 @@
{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "create:block/fancy_diorite_bricks_wall_post"
}
},
{
"when": {
"north": "true"
},
"apply": {
"model": "create:block/fancy_diorite_bricks_wall_side",
"uvlock": true
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "create:block/fancy_diorite_bricks_wall_side",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "create:block/fancy_diorite_bricks_wall_side",
"y": 270,
"uvlock": true
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "create:block/fancy_diorite_bricks_wall_side",
"y": 90,
"uvlock": true
}
}
]
}

View file

@ -0,0 +1,13 @@
{
"variants": {
"type=top": {
"model": "create:block/fancy_dolomite_bricks_slab_top"
},
"type=bottom": {
"model": "create:block/fancy_dolomite_bricks_slab"
},
"type=double": {
"model": "create:block/fancy_dolomite_bricks"
}
}
}

View file

@ -0,0 +1,209 @@
{
"variants": {
"facing=north,half=top,shape=straight": {
"model": "create:block/fancy_dolomite_bricks_stairs",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=straight": {
"model": "create:block/fancy_dolomite_bricks_stairs",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=straight": {
"model": "create:block/fancy_dolomite_bricks_stairs",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=straight": {
"model": "create:block/fancy_dolomite_bricks_stairs",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=straight": {
"model": "create:block/fancy_dolomite_bricks_stairs",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=straight": {
"model": "create:block/fancy_dolomite_bricks_stairs",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=straight": {
"model": "create:block/fancy_dolomite_bricks_stairs",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=straight": {
"model": "create:block/fancy_dolomite_bricks_stairs"
},
"facing=north,half=top,shape=inner_left": {
"model": "create:block/fancy_dolomite_bricks_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=inner_left": {
"model": "create:block/fancy_dolomite_bricks_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=inner_left": {
"model": "create:block/fancy_dolomite_bricks_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=inner_left": {
"model": "create:block/fancy_dolomite_bricks_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_left": {
"model": "create:block/fancy_dolomite_bricks_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_left": {
"model": "create:block/fancy_dolomite_bricks_stairs_inner"
},
"facing=west,half=bottom,shape=inner_left": {
"model": "create:block/fancy_dolomite_bricks_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_left": {
"model": "create:block/fancy_dolomite_bricks_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=inner_right": {
"model": "create:block/fancy_dolomite_bricks_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=inner_right": {
"model": "create:block/fancy_dolomite_bricks_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=inner_right": {
"model": "create:block/fancy_dolomite_bricks_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "create:block/fancy_dolomite_bricks_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_right": {
"model": "create:block/fancy_dolomite_bricks_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_right": {
"model": "create:block/fancy_dolomite_bricks_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=inner_right": {
"model": "create:block/fancy_dolomite_bricks_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_right": {
"model": "create:block/fancy_dolomite_bricks_stairs_inner"
},
"facing=north,half=top,shape=outer_left": {
"model": "create:block/fancy_dolomite_bricks_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=outer_left": {
"model": "create:block/fancy_dolomite_bricks_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=outer_left": {
"model": "create:block/fancy_dolomite_bricks_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=outer_left": {
"model": "create:block/fancy_dolomite_bricks_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_left": {
"model": "create:block/fancy_dolomite_bricks_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_left": {
"model": "create:block/fancy_dolomite_bricks_stairs_outer"
},
"facing=west,half=bottom,shape=outer_left": {
"model": "create:block/fancy_dolomite_bricks_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_left": {
"model": "create:block/fancy_dolomite_bricks_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=outer_right": {
"model": "create:block/fancy_dolomite_bricks_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=outer_right": {
"model": "create:block/fancy_dolomite_bricks_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=outer_right": {
"model": "create:block/fancy_dolomite_bricks_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "create:block/fancy_dolomite_bricks_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_right": {
"model": "create:block/fancy_dolomite_bricks_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_right": {
"model": "create:block/fancy_dolomite_bricks_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=outer_right": {
"model": "create:block/fancy_dolomite_bricks_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_right": {
"model": "create:block/fancy_dolomite_bricks_stairs_outer"
}
}
}

View file

@ -0,0 +1,51 @@
{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "create:block/fancy_dolomite_bricks_wall_post"
}
},
{
"when": {
"north": "true"
},
"apply": {
"model": "create:block/fancy_dolomite_bricks_wall_side",
"uvlock": true
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "create:block/fancy_dolomite_bricks_wall_side",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "create:block/fancy_dolomite_bricks_wall_side",
"y": 270,
"uvlock": true
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "create:block/fancy_dolomite_bricks_wall_side",
"y": 90,
"uvlock": true
}
}
]
}

View file

@ -0,0 +1,13 @@
{
"variants": {
"type=top": {
"model": "create:block/fancy_gabbro_bricks_slab_top"
},
"type=bottom": {
"model": "create:block/fancy_gabbro_bricks_slab"
},
"type=double": {
"model": "create:block/fancy_gabbro_bricks"
}
}
}

View file

@ -0,0 +1,209 @@
{
"variants": {
"facing=north,half=top,shape=straight": {
"model": "create:block/fancy_gabbro_bricks_stairs",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=straight": {
"model": "create:block/fancy_gabbro_bricks_stairs",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=straight": {
"model": "create:block/fancy_gabbro_bricks_stairs",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=straight": {
"model": "create:block/fancy_gabbro_bricks_stairs",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=straight": {
"model": "create:block/fancy_gabbro_bricks_stairs",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=straight": {
"model": "create:block/fancy_gabbro_bricks_stairs",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=straight": {
"model": "create:block/fancy_gabbro_bricks_stairs",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=straight": {
"model": "create:block/fancy_gabbro_bricks_stairs"
},
"facing=north,half=top,shape=inner_left": {
"model": "create:block/fancy_gabbro_bricks_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=inner_left": {
"model": "create:block/fancy_gabbro_bricks_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=inner_left": {
"model": "create:block/fancy_gabbro_bricks_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=inner_left": {
"model": "create:block/fancy_gabbro_bricks_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_left": {
"model": "create:block/fancy_gabbro_bricks_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_left": {
"model": "create:block/fancy_gabbro_bricks_stairs_inner"
},
"facing=west,half=bottom,shape=inner_left": {
"model": "create:block/fancy_gabbro_bricks_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_left": {
"model": "create:block/fancy_gabbro_bricks_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=inner_right": {
"model": "create:block/fancy_gabbro_bricks_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=inner_right": {
"model": "create:block/fancy_gabbro_bricks_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=inner_right": {
"model": "create:block/fancy_gabbro_bricks_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "create:block/fancy_gabbro_bricks_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_right": {
"model": "create:block/fancy_gabbro_bricks_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_right": {
"model": "create:block/fancy_gabbro_bricks_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=inner_right": {
"model": "create:block/fancy_gabbro_bricks_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_right": {
"model": "create:block/fancy_gabbro_bricks_stairs_inner"
},
"facing=north,half=top,shape=outer_left": {
"model": "create:block/fancy_gabbro_bricks_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=outer_left": {
"model": "create:block/fancy_gabbro_bricks_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=outer_left": {
"model": "create:block/fancy_gabbro_bricks_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=outer_left": {
"model": "create:block/fancy_gabbro_bricks_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_left": {
"model": "create:block/fancy_gabbro_bricks_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_left": {
"model": "create:block/fancy_gabbro_bricks_stairs_outer"
},
"facing=west,half=bottom,shape=outer_left": {
"model": "create:block/fancy_gabbro_bricks_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_left": {
"model": "create:block/fancy_gabbro_bricks_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=outer_right": {
"model": "create:block/fancy_gabbro_bricks_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=outer_right": {
"model": "create:block/fancy_gabbro_bricks_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=outer_right": {
"model": "create:block/fancy_gabbro_bricks_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "create:block/fancy_gabbro_bricks_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_right": {
"model": "create:block/fancy_gabbro_bricks_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_right": {
"model": "create:block/fancy_gabbro_bricks_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=outer_right": {
"model": "create:block/fancy_gabbro_bricks_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_right": {
"model": "create:block/fancy_gabbro_bricks_stairs_outer"
}
}
}

View file

@ -0,0 +1,51 @@
{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "create:block/fancy_gabbro_bricks_wall_post"
}
},
{
"when": {
"north": "true"
},
"apply": {
"model": "create:block/fancy_gabbro_bricks_wall_side",
"uvlock": true
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "create:block/fancy_gabbro_bricks_wall_side",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "create:block/fancy_gabbro_bricks_wall_side",
"y": 270,
"uvlock": true
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "create:block/fancy_gabbro_bricks_wall_side",
"y": 90,
"uvlock": true
}
}
]
}

View file

@ -0,0 +1,13 @@
{
"variants": {
"type=top": {
"model": "create:block/fancy_granite_bricks_slab_top"
},
"type=bottom": {
"model": "create:block/fancy_granite_bricks_slab"
},
"type=double": {
"model": "create:block/fancy_granite_bricks"
}
}
}

View file

@ -0,0 +1,209 @@
{
"variants": {
"facing=north,half=top,shape=straight": {
"model": "create:block/fancy_granite_bricks_stairs",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=straight": {
"model": "create:block/fancy_granite_bricks_stairs",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=straight": {
"model": "create:block/fancy_granite_bricks_stairs",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=straight": {
"model": "create:block/fancy_granite_bricks_stairs",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=straight": {
"model": "create:block/fancy_granite_bricks_stairs",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=straight": {
"model": "create:block/fancy_granite_bricks_stairs",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=straight": {
"model": "create:block/fancy_granite_bricks_stairs",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=straight": {
"model": "create:block/fancy_granite_bricks_stairs"
},
"facing=north,half=top,shape=inner_left": {
"model": "create:block/fancy_granite_bricks_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=inner_left": {
"model": "create:block/fancy_granite_bricks_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=inner_left": {
"model": "create:block/fancy_granite_bricks_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=inner_left": {
"model": "create:block/fancy_granite_bricks_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_left": {
"model": "create:block/fancy_granite_bricks_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_left": {
"model": "create:block/fancy_granite_bricks_stairs_inner"
},
"facing=west,half=bottom,shape=inner_left": {
"model": "create:block/fancy_granite_bricks_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_left": {
"model": "create:block/fancy_granite_bricks_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=inner_right": {
"model": "create:block/fancy_granite_bricks_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=inner_right": {
"model": "create:block/fancy_granite_bricks_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=inner_right": {
"model": "create:block/fancy_granite_bricks_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "create:block/fancy_granite_bricks_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_right": {
"model": "create:block/fancy_granite_bricks_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_right": {
"model": "create:block/fancy_granite_bricks_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=inner_right": {
"model": "create:block/fancy_granite_bricks_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_right": {
"model": "create:block/fancy_granite_bricks_stairs_inner"
},
"facing=north,half=top,shape=outer_left": {
"model": "create:block/fancy_granite_bricks_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=outer_left": {
"model": "create:block/fancy_granite_bricks_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=outer_left": {
"model": "create:block/fancy_granite_bricks_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=outer_left": {
"model": "create:block/fancy_granite_bricks_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_left": {
"model": "create:block/fancy_granite_bricks_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_left": {
"model": "create:block/fancy_granite_bricks_stairs_outer"
},
"facing=west,half=bottom,shape=outer_left": {
"model": "create:block/fancy_granite_bricks_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_left": {
"model": "create:block/fancy_granite_bricks_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=outer_right": {
"model": "create:block/fancy_granite_bricks_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=outer_right": {
"model": "create:block/fancy_granite_bricks_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=outer_right": {
"model": "create:block/fancy_granite_bricks_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "create:block/fancy_granite_bricks_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_right": {
"model": "create:block/fancy_granite_bricks_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_right": {
"model": "create:block/fancy_granite_bricks_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=outer_right": {
"model": "create:block/fancy_granite_bricks_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_right": {
"model": "create:block/fancy_granite_bricks_stairs_outer"
}
}
}

View file

@ -0,0 +1,51 @@
{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "create:block/fancy_granite_bricks_wall_post"
}
},
{
"when": {
"north": "true"
},
"apply": {
"model": "create:block/fancy_granite_bricks_wall_side",
"uvlock": true
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "create:block/fancy_granite_bricks_wall_side",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "create:block/fancy_granite_bricks_wall_side",
"y": 270,
"uvlock": true
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "create:block/fancy_granite_bricks_wall_side",
"y": 90,
"uvlock": true
}
}
]
}

View file

@ -0,0 +1,13 @@
{
"variants": {
"type=top": {
"model": "create:block/fancy_limestone_bricks_slab_top"
},
"type=bottom": {
"model": "create:block/fancy_limestone_bricks_slab"
},
"type=double": {
"model": "create:block/fancy_limestone_bricks"
}
}
}

View file

@ -0,0 +1,209 @@
{
"variants": {
"facing=north,half=top,shape=straight": {
"model": "create:block/fancy_limestone_bricks_stairs",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=straight": {
"model": "create:block/fancy_limestone_bricks_stairs",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=straight": {
"model": "create:block/fancy_limestone_bricks_stairs",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=straight": {
"model": "create:block/fancy_limestone_bricks_stairs",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=straight": {
"model": "create:block/fancy_limestone_bricks_stairs",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=straight": {
"model": "create:block/fancy_limestone_bricks_stairs",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=straight": {
"model": "create:block/fancy_limestone_bricks_stairs",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=straight": {
"model": "create:block/fancy_limestone_bricks_stairs"
},
"facing=north,half=top,shape=inner_left": {
"model": "create:block/fancy_limestone_bricks_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=inner_left": {
"model": "create:block/fancy_limestone_bricks_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=inner_left": {
"model": "create:block/fancy_limestone_bricks_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=inner_left": {
"model": "create:block/fancy_limestone_bricks_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_left": {
"model": "create:block/fancy_limestone_bricks_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_left": {
"model": "create:block/fancy_limestone_bricks_stairs_inner"
},
"facing=west,half=bottom,shape=inner_left": {
"model": "create:block/fancy_limestone_bricks_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_left": {
"model": "create:block/fancy_limestone_bricks_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=inner_right": {
"model": "create:block/fancy_limestone_bricks_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=inner_right": {
"model": "create:block/fancy_limestone_bricks_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=inner_right": {
"model": "create:block/fancy_limestone_bricks_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "create:block/fancy_limestone_bricks_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_right": {
"model": "create:block/fancy_limestone_bricks_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_right": {
"model": "create:block/fancy_limestone_bricks_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=inner_right": {
"model": "create:block/fancy_limestone_bricks_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_right": {
"model": "create:block/fancy_limestone_bricks_stairs_inner"
},
"facing=north,half=top,shape=outer_left": {
"model": "create:block/fancy_limestone_bricks_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=outer_left": {
"model": "create:block/fancy_limestone_bricks_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=outer_left": {
"model": "create:block/fancy_limestone_bricks_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=outer_left": {
"model": "create:block/fancy_limestone_bricks_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_left": {
"model": "create:block/fancy_limestone_bricks_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_left": {
"model": "create:block/fancy_limestone_bricks_stairs_outer"
},
"facing=west,half=bottom,shape=outer_left": {
"model": "create:block/fancy_limestone_bricks_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_left": {
"model": "create:block/fancy_limestone_bricks_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=outer_right": {
"model": "create:block/fancy_limestone_bricks_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=outer_right": {
"model": "create:block/fancy_limestone_bricks_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=outer_right": {
"model": "create:block/fancy_limestone_bricks_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "create:block/fancy_limestone_bricks_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_right": {
"model": "create:block/fancy_limestone_bricks_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_right": {
"model": "create:block/fancy_limestone_bricks_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=outer_right": {
"model": "create:block/fancy_limestone_bricks_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_right": {
"model": "create:block/fancy_limestone_bricks_stairs_outer"
}
}
}

View file

@ -0,0 +1,51 @@
{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "create:block/fancy_limestone_bricks_wall_post"
}
},
{
"when": {
"north": "true"
},
"apply": {
"model": "create:block/fancy_limestone_bricks_wall_side",
"uvlock": true
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "create:block/fancy_limestone_bricks_wall_side",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "create:block/fancy_limestone_bricks_wall_side",
"y": 270,
"uvlock": true
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "create:block/fancy_limestone_bricks_wall_side",
"y": 90,
"uvlock": true
}
}
]
}

View file

@ -0,0 +1,13 @@
{
"variants": {
"type=top": {
"model": "create:block/fancy_scoria_bricks_slab_top"
},
"type=bottom": {
"model": "create:block/fancy_scoria_bricks_slab"
},
"type=double": {
"model": "create:block/fancy_scoria_bricks"
}
}
}

View file

@ -0,0 +1,209 @@
{
"variants": {
"facing=north,half=top,shape=straight": {
"model": "create:block/fancy_scoria_bricks_stairs",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=straight": {
"model": "create:block/fancy_scoria_bricks_stairs",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=straight": {
"model": "create:block/fancy_scoria_bricks_stairs",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=straight": {
"model": "create:block/fancy_scoria_bricks_stairs",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=straight": {
"model": "create:block/fancy_scoria_bricks_stairs",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=straight": {
"model": "create:block/fancy_scoria_bricks_stairs",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=straight": {
"model": "create:block/fancy_scoria_bricks_stairs",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=straight": {
"model": "create:block/fancy_scoria_bricks_stairs"
},
"facing=north,half=top,shape=inner_left": {
"model": "create:block/fancy_scoria_bricks_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=inner_left": {
"model": "create:block/fancy_scoria_bricks_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=inner_left": {
"model": "create:block/fancy_scoria_bricks_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=inner_left": {
"model": "create:block/fancy_scoria_bricks_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_left": {
"model": "create:block/fancy_scoria_bricks_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_left": {
"model": "create:block/fancy_scoria_bricks_stairs_inner"
},
"facing=west,half=bottom,shape=inner_left": {
"model": "create:block/fancy_scoria_bricks_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_left": {
"model": "create:block/fancy_scoria_bricks_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=inner_right": {
"model": "create:block/fancy_scoria_bricks_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=inner_right": {
"model": "create:block/fancy_scoria_bricks_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=inner_right": {
"model": "create:block/fancy_scoria_bricks_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "create:block/fancy_scoria_bricks_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_right": {
"model": "create:block/fancy_scoria_bricks_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_right": {
"model": "create:block/fancy_scoria_bricks_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=inner_right": {
"model": "create:block/fancy_scoria_bricks_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_right": {
"model": "create:block/fancy_scoria_bricks_stairs_inner"
},
"facing=north,half=top,shape=outer_left": {
"model": "create:block/fancy_scoria_bricks_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=outer_left": {
"model": "create:block/fancy_scoria_bricks_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=outer_left": {
"model": "create:block/fancy_scoria_bricks_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=outer_left": {
"model": "create:block/fancy_scoria_bricks_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_left": {
"model": "create:block/fancy_scoria_bricks_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_left": {
"model": "create:block/fancy_scoria_bricks_stairs_outer"
},
"facing=west,half=bottom,shape=outer_left": {
"model": "create:block/fancy_scoria_bricks_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_left": {
"model": "create:block/fancy_scoria_bricks_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=outer_right": {
"model": "create:block/fancy_scoria_bricks_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=outer_right": {
"model": "create:block/fancy_scoria_bricks_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=outer_right": {
"model": "create:block/fancy_scoria_bricks_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "create:block/fancy_scoria_bricks_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_right": {
"model": "create:block/fancy_scoria_bricks_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_right": {
"model": "create:block/fancy_scoria_bricks_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=outer_right": {
"model": "create:block/fancy_scoria_bricks_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_right": {
"model": "create:block/fancy_scoria_bricks_stairs_outer"
}
}
}

View file

@ -0,0 +1,51 @@
{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "create:block/fancy_scoria_bricks_wall_post"
}
},
{
"when": {
"north": "true"
},
"apply": {
"model": "create:block/fancy_scoria_bricks_wall_side",
"uvlock": true
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "create:block/fancy_scoria_bricks_wall_side",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "create:block/fancy_scoria_bricks_wall_side",
"y": 270,
"uvlock": true
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "create:block/fancy_scoria_bricks_wall_side",
"y": 90,
"uvlock": true
}
}
]
}

View file

@ -0,0 +1,13 @@
{
"variants": {
"type=top": {
"model": "create:block/fancy_weathered_limestone_bricks_slab_top"
},
"type=bottom": {
"model": "create:block/fancy_weathered_limestone_bricks_slab"
},
"type=double": {
"model": "create:block/fancy_weathered_limestone_bricks"
}
}
}

View file

@ -0,0 +1,209 @@
{
"variants": {
"facing=north,half=top,shape=straight": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=straight": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=straight": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=straight": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=straight": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=straight": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=straight": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=straight": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs"
},
"facing=north,half=top,shape=inner_left": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=inner_left": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=inner_left": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=inner_left": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_left": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_left": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs_inner"
},
"facing=west,half=bottom,shape=inner_left": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_left": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=inner_right": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=inner_right": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=inner_right": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_right": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_right": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=inner_right": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_right": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs_inner"
},
"facing=north,half=top,shape=outer_left": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=outer_left": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=outer_left": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=outer_left": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_left": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_left": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs_outer"
},
"facing=west,half=bottom,shape=outer_left": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_left": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=outer_right": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=outer_right": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=outer_right": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_right": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_right": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=outer_right": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_right": {
"model": "create:block/fancy_weathered_limestone_bricks_stairs_outer"
}
}
}

View file

@ -0,0 +1,51 @@
{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "create:block/fancy_weathered_limestone_bricks_wall_post"
}
},
{
"when": {
"north": "true"
},
"apply": {
"model": "create:block/fancy_weathered_limestone_bricks_wall_side",
"uvlock": true
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "create:block/fancy_weathered_limestone_bricks_wall_side",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "create:block/fancy_weathered_limestone_bricks_wall_side",
"y": 270,
"uvlock": true
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "create:block/fancy_weathered_limestone_bricks_wall_side",
"y": 90,
"uvlock": true
}
}
]
}

View file

@ -0,0 +1,13 @@
{
"variants": {
"type=top": {
"model": "create:block/gabbro_bricks_slab_top"
},
"type=bottom": {
"model": "create:block/gabbro_bricks_slab"
},
"type=double": {
"model": "create:block/gabbro_bricks"
}
}
}

View file

@ -0,0 +1,209 @@
{
"variants": {
"facing=north,half=top,shape=straight": {
"model": "create:block/gabbro_bricks_stairs",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=straight": {
"model": "create:block/gabbro_bricks_stairs",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=straight": {
"model": "create:block/gabbro_bricks_stairs",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=straight": {
"model": "create:block/gabbro_bricks_stairs",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=straight": {
"model": "create:block/gabbro_bricks_stairs",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=straight": {
"model": "create:block/gabbro_bricks_stairs",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=straight": {
"model": "create:block/gabbro_bricks_stairs",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=straight": {
"model": "create:block/gabbro_bricks_stairs"
},
"facing=north,half=top,shape=inner_left": {
"model": "create:block/gabbro_bricks_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=inner_left": {
"model": "create:block/gabbro_bricks_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=inner_left": {
"model": "create:block/gabbro_bricks_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=inner_left": {
"model": "create:block/gabbro_bricks_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_left": {
"model": "create:block/gabbro_bricks_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_left": {
"model": "create:block/gabbro_bricks_stairs_inner"
},
"facing=west,half=bottom,shape=inner_left": {
"model": "create:block/gabbro_bricks_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_left": {
"model": "create:block/gabbro_bricks_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=inner_right": {
"model": "create:block/gabbro_bricks_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=inner_right": {
"model": "create:block/gabbro_bricks_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=inner_right": {
"model": "create:block/gabbro_bricks_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "create:block/gabbro_bricks_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_right": {
"model": "create:block/gabbro_bricks_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_right": {
"model": "create:block/gabbro_bricks_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=inner_right": {
"model": "create:block/gabbro_bricks_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_right": {
"model": "create:block/gabbro_bricks_stairs_inner"
},
"facing=north,half=top,shape=outer_left": {
"model": "create:block/gabbro_bricks_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=outer_left": {
"model": "create:block/gabbro_bricks_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=outer_left": {
"model": "create:block/gabbro_bricks_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=outer_left": {
"model": "create:block/gabbro_bricks_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_left": {
"model": "create:block/gabbro_bricks_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_left": {
"model": "create:block/gabbro_bricks_stairs_outer"
},
"facing=west,half=bottom,shape=outer_left": {
"model": "create:block/gabbro_bricks_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_left": {
"model": "create:block/gabbro_bricks_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=outer_right": {
"model": "create:block/gabbro_bricks_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=outer_right": {
"model": "create:block/gabbro_bricks_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=outer_right": {
"model": "create:block/gabbro_bricks_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "create:block/gabbro_bricks_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_right": {
"model": "create:block/gabbro_bricks_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_right": {
"model": "create:block/gabbro_bricks_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=outer_right": {
"model": "create:block/gabbro_bricks_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_right": {
"model": "create:block/gabbro_bricks_stairs_outer"
}
}
}

View file

@ -0,0 +1,51 @@
{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "create:block/gabbro_bricks_wall_post"
}
},
{
"when": {
"north": "true"
},
"apply": {
"model": "create:block/gabbro_bricks_wall_side",
"uvlock": true
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "create:block/gabbro_bricks_wall_side",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "create:block/gabbro_bricks_wall_side",
"y": 270,
"uvlock": true
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "create:block/gabbro_bricks_wall_side",
"y": 90,
"uvlock": true
}
}
]
}

View file

@ -0,0 +1,13 @@
{
"variants": {
"type=top": {
"model": "create:block/gabbro_cobblestone_slab_top"
},
"type=bottom": {
"model": "create:block/gabbro_cobblestone_slab"
},
"type=double": {
"model": "create:block/gabbro_cobblestone"
}
}
}

View file

@ -0,0 +1,209 @@
{
"variants": {
"facing=north,half=top,shape=straight": {
"model": "create:block/gabbro_cobblestone_stairs",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=straight": {
"model": "create:block/gabbro_cobblestone_stairs",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=straight": {
"model": "create:block/gabbro_cobblestone_stairs",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=straight": {
"model": "create:block/gabbro_cobblestone_stairs",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=straight": {
"model": "create:block/gabbro_cobblestone_stairs",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=straight": {
"model": "create:block/gabbro_cobblestone_stairs",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=straight": {
"model": "create:block/gabbro_cobblestone_stairs",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=straight": {
"model": "create:block/gabbro_cobblestone_stairs"
},
"facing=north,half=top,shape=inner_left": {
"model": "create:block/gabbro_cobblestone_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=inner_left": {
"model": "create:block/gabbro_cobblestone_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=inner_left": {
"model": "create:block/gabbro_cobblestone_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=inner_left": {
"model": "create:block/gabbro_cobblestone_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_left": {
"model": "create:block/gabbro_cobblestone_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_left": {
"model": "create:block/gabbro_cobblestone_stairs_inner"
},
"facing=west,half=bottom,shape=inner_left": {
"model": "create:block/gabbro_cobblestone_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_left": {
"model": "create:block/gabbro_cobblestone_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=inner_right": {
"model": "create:block/gabbro_cobblestone_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=inner_right": {
"model": "create:block/gabbro_cobblestone_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=inner_right": {
"model": "create:block/gabbro_cobblestone_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "create:block/gabbro_cobblestone_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_right": {
"model": "create:block/gabbro_cobblestone_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_right": {
"model": "create:block/gabbro_cobblestone_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=inner_right": {
"model": "create:block/gabbro_cobblestone_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_right": {
"model": "create:block/gabbro_cobblestone_stairs_inner"
},
"facing=north,half=top,shape=outer_left": {
"model": "create:block/gabbro_cobblestone_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=outer_left": {
"model": "create:block/gabbro_cobblestone_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=outer_left": {
"model": "create:block/gabbro_cobblestone_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=outer_left": {
"model": "create:block/gabbro_cobblestone_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_left": {
"model": "create:block/gabbro_cobblestone_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_left": {
"model": "create:block/gabbro_cobblestone_stairs_outer"
},
"facing=west,half=bottom,shape=outer_left": {
"model": "create:block/gabbro_cobblestone_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_left": {
"model": "create:block/gabbro_cobblestone_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=outer_right": {
"model": "create:block/gabbro_cobblestone_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=outer_right": {
"model": "create:block/gabbro_cobblestone_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=outer_right": {
"model": "create:block/gabbro_cobblestone_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "create:block/gabbro_cobblestone_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_right": {
"model": "create:block/gabbro_cobblestone_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_right": {
"model": "create:block/gabbro_cobblestone_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=outer_right": {
"model": "create:block/gabbro_cobblestone_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_right": {
"model": "create:block/gabbro_cobblestone_stairs_outer"
}
}
}

View file

@ -0,0 +1,51 @@
{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "create:block/gabbro_cobblestone_wall_post"
}
},
{
"when": {
"north": "true"
},
"apply": {
"model": "create:block/gabbro_cobblestone_wall_side",
"uvlock": true
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "create:block/gabbro_cobblestone_wall_side",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "create:block/gabbro_cobblestone_wall_side",
"y": 270,
"uvlock": true
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "create:block/gabbro_cobblestone_wall_side",
"y": 90,
"uvlock": true
}
}
]
}

View file

@ -0,0 +1,13 @@
{
"variants": {
"type=top": {
"model": "create:block/granite_bricks_slab_top"
},
"type=bottom": {
"model": "create:block/granite_bricks_slab"
},
"type=double": {
"model": "create:block/granite_bricks"
}
}
}

View file

@ -0,0 +1,209 @@
{
"variants": {
"facing=north,half=top,shape=straight": {
"model": "create:block/granite_bricks_stairs",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=straight": {
"model": "create:block/granite_bricks_stairs",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=straight": {
"model": "create:block/granite_bricks_stairs",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=straight": {
"model": "create:block/granite_bricks_stairs",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=straight": {
"model": "create:block/granite_bricks_stairs",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=straight": {
"model": "create:block/granite_bricks_stairs",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=straight": {
"model": "create:block/granite_bricks_stairs",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=straight": {
"model": "create:block/granite_bricks_stairs"
},
"facing=north,half=top,shape=inner_left": {
"model": "create:block/granite_bricks_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=inner_left": {
"model": "create:block/granite_bricks_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=inner_left": {
"model": "create:block/granite_bricks_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=inner_left": {
"model": "create:block/granite_bricks_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_left": {
"model": "create:block/granite_bricks_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_left": {
"model": "create:block/granite_bricks_stairs_inner"
},
"facing=west,half=bottom,shape=inner_left": {
"model": "create:block/granite_bricks_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_left": {
"model": "create:block/granite_bricks_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=inner_right": {
"model": "create:block/granite_bricks_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=inner_right": {
"model": "create:block/granite_bricks_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=inner_right": {
"model": "create:block/granite_bricks_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "create:block/granite_bricks_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_right": {
"model": "create:block/granite_bricks_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_right": {
"model": "create:block/granite_bricks_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=inner_right": {
"model": "create:block/granite_bricks_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_right": {
"model": "create:block/granite_bricks_stairs_inner"
},
"facing=north,half=top,shape=outer_left": {
"model": "create:block/granite_bricks_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=outer_left": {
"model": "create:block/granite_bricks_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=outer_left": {
"model": "create:block/granite_bricks_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=outer_left": {
"model": "create:block/granite_bricks_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_left": {
"model": "create:block/granite_bricks_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_left": {
"model": "create:block/granite_bricks_stairs_outer"
},
"facing=west,half=bottom,shape=outer_left": {
"model": "create:block/granite_bricks_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_left": {
"model": "create:block/granite_bricks_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=outer_right": {
"model": "create:block/granite_bricks_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=outer_right": {
"model": "create:block/granite_bricks_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=outer_right": {
"model": "create:block/granite_bricks_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "create:block/granite_bricks_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_right": {
"model": "create:block/granite_bricks_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_right": {
"model": "create:block/granite_bricks_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=outer_right": {
"model": "create:block/granite_bricks_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_right": {
"model": "create:block/granite_bricks_stairs_outer"
}
}
}

View file

@ -0,0 +1,51 @@
{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "create:block/granite_bricks_wall_post"
}
},
{
"when": {
"north": "true"
},
"apply": {
"model": "create:block/granite_bricks_wall_side",
"uvlock": true
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "create:block/granite_bricks_wall_side",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "create:block/granite_bricks_wall_side",
"y": 270,
"uvlock": true
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "create:block/granite_bricks_wall_side",
"y": 90,
"uvlock": true
}
}
]
}

View file

@ -0,0 +1,13 @@
{
"variants": {
"type=top": {
"model": "create:block/granite_cobblestone_slab_top"
},
"type=bottom": {
"model": "create:block/granite_cobblestone_slab"
},
"type=double": {
"model": "create:block/granite_cobblestone"
}
}
}

View file

@ -0,0 +1,209 @@
{
"variants": {
"facing=north,half=top,shape=straight": {
"model": "create:block/granite_cobblestone_stairs",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=straight": {
"model": "create:block/granite_cobblestone_stairs",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=straight": {
"model": "create:block/granite_cobblestone_stairs",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=straight": {
"model": "create:block/granite_cobblestone_stairs",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=straight": {
"model": "create:block/granite_cobblestone_stairs",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=straight": {
"model": "create:block/granite_cobblestone_stairs",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=straight": {
"model": "create:block/granite_cobblestone_stairs",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=straight": {
"model": "create:block/granite_cobblestone_stairs"
},
"facing=north,half=top,shape=inner_left": {
"model": "create:block/granite_cobblestone_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=inner_left": {
"model": "create:block/granite_cobblestone_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=inner_left": {
"model": "create:block/granite_cobblestone_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=inner_left": {
"model": "create:block/granite_cobblestone_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_left": {
"model": "create:block/granite_cobblestone_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_left": {
"model": "create:block/granite_cobblestone_stairs_inner"
},
"facing=west,half=bottom,shape=inner_left": {
"model": "create:block/granite_cobblestone_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_left": {
"model": "create:block/granite_cobblestone_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=inner_right": {
"model": "create:block/granite_cobblestone_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=inner_right": {
"model": "create:block/granite_cobblestone_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=inner_right": {
"model": "create:block/granite_cobblestone_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "create:block/granite_cobblestone_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_right": {
"model": "create:block/granite_cobblestone_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_right": {
"model": "create:block/granite_cobblestone_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=inner_right": {
"model": "create:block/granite_cobblestone_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_right": {
"model": "create:block/granite_cobblestone_stairs_inner"
},
"facing=north,half=top,shape=outer_left": {
"model": "create:block/granite_cobblestone_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=outer_left": {
"model": "create:block/granite_cobblestone_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=outer_left": {
"model": "create:block/granite_cobblestone_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=outer_left": {
"model": "create:block/granite_cobblestone_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_left": {
"model": "create:block/granite_cobblestone_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_left": {
"model": "create:block/granite_cobblestone_stairs_outer"
},
"facing=west,half=bottom,shape=outer_left": {
"model": "create:block/granite_cobblestone_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_left": {
"model": "create:block/granite_cobblestone_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=outer_right": {
"model": "create:block/granite_cobblestone_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=outer_right": {
"model": "create:block/granite_cobblestone_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=outer_right": {
"model": "create:block/granite_cobblestone_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "create:block/granite_cobblestone_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_right": {
"model": "create:block/granite_cobblestone_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_right": {
"model": "create:block/granite_cobblestone_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=outer_right": {
"model": "create:block/granite_cobblestone_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_right": {
"model": "create:block/granite_cobblestone_stairs_outer"
}
}
}

View file

@ -0,0 +1,51 @@
{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "create:block/granite_cobblestone_wall_post"
}
},
{
"when": {
"north": "true"
},
"apply": {
"model": "create:block/granite_cobblestone_wall_side",
"uvlock": true
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "create:block/granite_cobblestone_wall_side",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "create:block/granite_cobblestone_wall_side",
"y": 270,
"uvlock": true
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "create:block/granite_cobblestone_wall_side",
"y": 90,
"uvlock": true
}
}
]
}

View file

@ -0,0 +1,13 @@
{
"variants": {
"type=top": {
"model": "create:block/limestone_bricks_slab_top"
},
"type=bottom": {
"model": "create:block/limestone_bricks_slab"
},
"type=double": {
"model": "create:block/limestone_bricks"
}
}
}

View file

@ -0,0 +1,209 @@
{
"variants": {
"facing=north,half=top,shape=straight": {
"model": "create:block/limestone_bricks_stairs",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=straight": {
"model": "create:block/limestone_bricks_stairs",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=straight": {
"model": "create:block/limestone_bricks_stairs",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=straight": {
"model": "create:block/limestone_bricks_stairs",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=straight": {
"model": "create:block/limestone_bricks_stairs",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=straight": {
"model": "create:block/limestone_bricks_stairs",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=straight": {
"model": "create:block/limestone_bricks_stairs",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=straight": {
"model": "create:block/limestone_bricks_stairs"
},
"facing=north,half=top,shape=inner_left": {
"model": "create:block/limestone_bricks_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=inner_left": {
"model": "create:block/limestone_bricks_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=inner_left": {
"model": "create:block/limestone_bricks_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=inner_left": {
"model": "create:block/limestone_bricks_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_left": {
"model": "create:block/limestone_bricks_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_left": {
"model": "create:block/limestone_bricks_stairs_inner"
},
"facing=west,half=bottom,shape=inner_left": {
"model": "create:block/limestone_bricks_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_left": {
"model": "create:block/limestone_bricks_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=inner_right": {
"model": "create:block/limestone_bricks_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=inner_right": {
"model": "create:block/limestone_bricks_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=inner_right": {
"model": "create:block/limestone_bricks_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "create:block/limestone_bricks_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_right": {
"model": "create:block/limestone_bricks_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_right": {
"model": "create:block/limestone_bricks_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=inner_right": {
"model": "create:block/limestone_bricks_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_right": {
"model": "create:block/limestone_bricks_stairs_inner"
},
"facing=north,half=top,shape=outer_left": {
"model": "create:block/limestone_bricks_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=outer_left": {
"model": "create:block/limestone_bricks_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=outer_left": {
"model": "create:block/limestone_bricks_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=outer_left": {
"model": "create:block/limestone_bricks_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_left": {
"model": "create:block/limestone_bricks_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_left": {
"model": "create:block/limestone_bricks_stairs_outer"
},
"facing=west,half=bottom,shape=outer_left": {
"model": "create:block/limestone_bricks_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_left": {
"model": "create:block/limestone_bricks_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=outer_right": {
"model": "create:block/limestone_bricks_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=outer_right": {
"model": "create:block/limestone_bricks_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=outer_right": {
"model": "create:block/limestone_bricks_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "create:block/limestone_bricks_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_right": {
"model": "create:block/limestone_bricks_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_right": {
"model": "create:block/limestone_bricks_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=outer_right": {
"model": "create:block/limestone_bricks_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_right": {
"model": "create:block/limestone_bricks_stairs_outer"
}
}
}

View file

@ -0,0 +1,51 @@
{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "create:block/limestone_bricks_wall_post"
}
},
{
"when": {
"north": "true"
},
"apply": {
"model": "create:block/limestone_bricks_wall_side",
"uvlock": true
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "create:block/limestone_bricks_wall_side",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "create:block/limestone_bricks_wall_side",
"y": 270,
"uvlock": true
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "create:block/limestone_bricks_wall_side",
"y": 90,
"uvlock": true
}
}
]
}

View file

@ -0,0 +1,13 @@
{
"variants": {
"type=top": {
"model": "create:block/limestone_cobblestone_slab_top"
},
"type=bottom": {
"model": "create:block/limestone_cobblestone_slab"
},
"type=double": {
"model": "create:block/limestone_cobblestone"
}
}
}

View file

@ -0,0 +1,209 @@
{
"variants": {
"facing=north,half=top,shape=straight": {
"model": "create:block/limestone_cobblestone_stairs",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=straight": {
"model": "create:block/limestone_cobblestone_stairs",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=straight": {
"model": "create:block/limestone_cobblestone_stairs",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=straight": {
"model": "create:block/limestone_cobblestone_stairs",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=straight": {
"model": "create:block/limestone_cobblestone_stairs",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=straight": {
"model": "create:block/limestone_cobblestone_stairs",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=straight": {
"model": "create:block/limestone_cobblestone_stairs",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=straight": {
"model": "create:block/limestone_cobblestone_stairs"
},
"facing=north,half=top,shape=inner_left": {
"model": "create:block/limestone_cobblestone_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=inner_left": {
"model": "create:block/limestone_cobblestone_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=inner_left": {
"model": "create:block/limestone_cobblestone_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=inner_left": {
"model": "create:block/limestone_cobblestone_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_left": {
"model": "create:block/limestone_cobblestone_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_left": {
"model": "create:block/limestone_cobblestone_stairs_inner"
},
"facing=west,half=bottom,shape=inner_left": {
"model": "create:block/limestone_cobblestone_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_left": {
"model": "create:block/limestone_cobblestone_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=inner_right": {
"model": "create:block/limestone_cobblestone_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=inner_right": {
"model": "create:block/limestone_cobblestone_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=inner_right": {
"model": "create:block/limestone_cobblestone_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "create:block/limestone_cobblestone_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_right": {
"model": "create:block/limestone_cobblestone_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_right": {
"model": "create:block/limestone_cobblestone_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=inner_right": {
"model": "create:block/limestone_cobblestone_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_right": {
"model": "create:block/limestone_cobblestone_stairs_inner"
},
"facing=north,half=top,shape=outer_left": {
"model": "create:block/limestone_cobblestone_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=outer_left": {
"model": "create:block/limestone_cobblestone_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=outer_left": {
"model": "create:block/limestone_cobblestone_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=outer_left": {
"model": "create:block/limestone_cobblestone_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_left": {
"model": "create:block/limestone_cobblestone_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_left": {
"model": "create:block/limestone_cobblestone_stairs_outer"
},
"facing=west,half=bottom,shape=outer_left": {
"model": "create:block/limestone_cobblestone_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_left": {
"model": "create:block/limestone_cobblestone_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=outer_right": {
"model": "create:block/limestone_cobblestone_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=outer_right": {
"model": "create:block/limestone_cobblestone_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=outer_right": {
"model": "create:block/limestone_cobblestone_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "create:block/limestone_cobblestone_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_right": {
"model": "create:block/limestone_cobblestone_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_right": {
"model": "create:block/limestone_cobblestone_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=outer_right": {
"model": "create:block/limestone_cobblestone_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_right": {
"model": "create:block/limestone_cobblestone_stairs_outer"
}
}
}

View file

@ -0,0 +1,51 @@
{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "create:block/limestone_cobblestone_wall_post"
}
},
{
"when": {
"north": "true"
},
"apply": {
"model": "create:block/limestone_cobblestone_wall_side",
"uvlock": true
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "create:block/limestone_cobblestone_wall_side",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "create:block/limestone_cobblestone_wall_side",
"y": 270,
"uvlock": true
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "create:block/limestone_cobblestone_wall_side",
"y": 90,
"uvlock": true
}
}
]
}

View file

@ -0,0 +1,13 @@
{
"variants": {
"type=top": {
"model": "create:block/paved_andesite_slab_top"
},
"type=bottom": {
"model": "create:block/paved_andesite_slab"
},
"type=double": {
"model": "create:block/paved_andesite"
}
}
}

View file

@ -0,0 +1,209 @@
{
"variants": {
"facing=north,half=top,shape=straight": {
"model": "create:block/paved_andesite_stairs",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=straight": {
"model": "create:block/paved_andesite_stairs",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=straight": {
"model": "create:block/paved_andesite_stairs",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=straight": {
"model": "create:block/paved_andesite_stairs",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=straight": {
"model": "create:block/paved_andesite_stairs",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=straight": {
"model": "create:block/paved_andesite_stairs",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=straight": {
"model": "create:block/paved_andesite_stairs",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=straight": {
"model": "create:block/paved_andesite_stairs"
},
"facing=north,half=top,shape=inner_left": {
"model": "create:block/paved_andesite_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=inner_left": {
"model": "create:block/paved_andesite_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=inner_left": {
"model": "create:block/paved_andesite_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=inner_left": {
"model": "create:block/paved_andesite_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_left": {
"model": "create:block/paved_andesite_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_left": {
"model": "create:block/paved_andesite_stairs_inner"
},
"facing=west,half=bottom,shape=inner_left": {
"model": "create:block/paved_andesite_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_left": {
"model": "create:block/paved_andesite_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=inner_right": {
"model": "create:block/paved_andesite_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=inner_right": {
"model": "create:block/paved_andesite_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=inner_right": {
"model": "create:block/paved_andesite_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "create:block/paved_andesite_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_right": {
"model": "create:block/paved_andesite_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_right": {
"model": "create:block/paved_andesite_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=inner_right": {
"model": "create:block/paved_andesite_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_right": {
"model": "create:block/paved_andesite_stairs_inner"
},
"facing=north,half=top,shape=outer_left": {
"model": "create:block/paved_andesite_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=outer_left": {
"model": "create:block/paved_andesite_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=outer_left": {
"model": "create:block/paved_andesite_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=outer_left": {
"model": "create:block/paved_andesite_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_left": {
"model": "create:block/paved_andesite_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_left": {
"model": "create:block/paved_andesite_stairs_outer"
},
"facing=west,half=bottom,shape=outer_left": {
"model": "create:block/paved_andesite_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_left": {
"model": "create:block/paved_andesite_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=outer_right": {
"model": "create:block/paved_andesite_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=outer_right": {
"model": "create:block/paved_andesite_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=outer_right": {
"model": "create:block/paved_andesite_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "create:block/paved_andesite_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_right": {
"model": "create:block/paved_andesite_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_right": {
"model": "create:block/paved_andesite_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=outer_right": {
"model": "create:block/paved_andesite_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_right": {
"model": "create:block/paved_andesite_stairs_outer"
}
}
}

View file

@ -0,0 +1,51 @@
{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "create:block/paved_andesite_wall_post"
}
},
{
"when": {
"north": "true"
},
"apply": {
"model": "create:block/paved_andesite_wall_side",
"uvlock": true
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "create:block/paved_andesite_wall_side",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "create:block/paved_andesite_wall_side",
"y": 270,
"uvlock": true
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "create:block/paved_andesite_wall_side",
"y": 90,
"uvlock": true
}
}
]
}

View file

@ -0,0 +1,13 @@
{
"variants": {
"type=top": {
"model": "create:block/paved_dark_scoria_slab_top"
},
"type=bottom": {
"model": "create:block/paved_dark_scoria_slab"
},
"type=double": {
"model": "create:block/paved_dark_scoria"
}
}
}

View file

@ -0,0 +1,209 @@
{
"variants": {
"facing=north,half=top,shape=straight": {
"model": "create:block/paved_dark_scoria_stairs",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=straight": {
"model": "create:block/paved_dark_scoria_stairs",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=straight": {
"model": "create:block/paved_dark_scoria_stairs",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=straight": {
"model": "create:block/paved_dark_scoria_stairs",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=straight": {
"model": "create:block/paved_dark_scoria_stairs",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=straight": {
"model": "create:block/paved_dark_scoria_stairs",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=straight": {
"model": "create:block/paved_dark_scoria_stairs",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=straight": {
"model": "create:block/paved_dark_scoria_stairs"
},
"facing=north,half=top,shape=inner_left": {
"model": "create:block/paved_dark_scoria_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=inner_left": {
"model": "create:block/paved_dark_scoria_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=inner_left": {
"model": "create:block/paved_dark_scoria_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=inner_left": {
"model": "create:block/paved_dark_scoria_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_left": {
"model": "create:block/paved_dark_scoria_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_left": {
"model": "create:block/paved_dark_scoria_stairs_inner"
},
"facing=west,half=bottom,shape=inner_left": {
"model": "create:block/paved_dark_scoria_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_left": {
"model": "create:block/paved_dark_scoria_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=inner_right": {
"model": "create:block/paved_dark_scoria_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=inner_right": {
"model": "create:block/paved_dark_scoria_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=inner_right": {
"model": "create:block/paved_dark_scoria_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "create:block/paved_dark_scoria_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_right": {
"model": "create:block/paved_dark_scoria_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_right": {
"model": "create:block/paved_dark_scoria_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=inner_right": {
"model": "create:block/paved_dark_scoria_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_right": {
"model": "create:block/paved_dark_scoria_stairs_inner"
},
"facing=north,half=top,shape=outer_left": {
"model": "create:block/paved_dark_scoria_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=outer_left": {
"model": "create:block/paved_dark_scoria_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=outer_left": {
"model": "create:block/paved_dark_scoria_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=outer_left": {
"model": "create:block/paved_dark_scoria_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_left": {
"model": "create:block/paved_dark_scoria_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_left": {
"model": "create:block/paved_dark_scoria_stairs_outer"
},
"facing=west,half=bottom,shape=outer_left": {
"model": "create:block/paved_dark_scoria_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_left": {
"model": "create:block/paved_dark_scoria_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=outer_right": {
"model": "create:block/paved_dark_scoria_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=outer_right": {
"model": "create:block/paved_dark_scoria_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=outer_right": {
"model": "create:block/paved_dark_scoria_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "create:block/paved_dark_scoria_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_right": {
"model": "create:block/paved_dark_scoria_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_right": {
"model": "create:block/paved_dark_scoria_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=outer_right": {
"model": "create:block/paved_dark_scoria_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_right": {
"model": "create:block/paved_dark_scoria_stairs_outer"
}
}
}

View file

@ -0,0 +1,51 @@
{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "create:block/paved_dark_scoria_wall_post"
}
},
{
"when": {
"north": "true"
},
"apply": {
"model": "create:block/paved_dark_scoria_wall_side",
"uvlock": true
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "create:block/paved_dark_scoria_wall_side",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "create:block/paved_dark_scoria_wall_side",
"y": 270,
"uvlock": true
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "create:block/paved_dark_scoria_wall_side",
"y": 90,
"uvlock": true
}
}
]
}

View file

@ -0,0 +1,13 @@
{
"variants": {
"type=top": {
"model": "create:block/paved_diorite_slab_top"
},
"type=bottom": {
"model": "create:block/paved_diorite_slab"
},
"type=double": {
"model": "create:block/paved_diorite"
}
}
}

View file

@ -0,0 +1,209 @@
{
"variants": {
"facing=north,half=top,shape=straight": {
"model": "create:block/paved_diorite_stairs",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=straight": {
"model": "create:block/paved_diorite_stairs",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=straight": {
"model": "create:block/paved_diorite_stairs",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=straight": {
"model": "create:block/paved_diorite_stairs",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=straight": {
"model": "create:block/paved_diorite_stairs",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=straight": {
"model": "create:block/paved_diorite_stairs",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=straight": {
"model": "create:block/paved_diorite_stairs",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=straight": {
"model": "create:block/paved_diorite_stairs"
},
"facing=north,half=top,shape=inner_left": {
"model": "create:block/paved_diorite_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=inner_left": {
"model": "create:block/paved_diorite_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=inner_left": {
"model": "create:block/paved_diorite_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=inner_left": {
"model": "create:block/paved_diorite_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_left": {
"model": "create:block/paved_diorite_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_left": {
"model": "create:block/paved_diorite_stairs_inner"
},
"facing=west,half=bottom,shape=inner_left": {
"model": "create:block/paved_diorite_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_left": {
"model": "create:block/paved_diorite_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=inner_right": {
"model": "create:block/paved_diorite_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=inner_right": {
"model": "create:block/paved_diorite_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=inner_right": {
"model": "create:block/paved_diorite_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "create:block/paved_diorite_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_right": {
"model": "create:block/paved_diorite_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_right": {
"model": "create:block/paved_diorite_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=inner_right": {
"model": "create:block/paved_diorite_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_right": {
"model": "create:block/paved_diorite_stairs_inner"
},
"facing=north,half=top,shape=outer_left": {
"model": "create:block/paved_diorite_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=outer_left": {
"model": "create:block/paved_diorite_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=outer_left": {
"model": "create:block/paved_diorite_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=outer_left": {
"model": "create:block/paved_diorite_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_left": {
"model": "create:block/paved_diorite_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_left": {
"model": "create:block/paved_diorite_stairs_outer"
},
"facing=west,half=bottom,shape=outer_left": {
"model": "create:block/paved_diorite_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_left": {
"model": "create:block/paved_diorite_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=outer_right": {
"model": "create:block/paved_diorite_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=outer_right": {
"model": "create:block/paved_diorite_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=outer_right": {
"model": "create:block/paved_diorite_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "create:block/paved_diorite_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_right": {
"model": "create:block/paved_diorite_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_right": {
"model": "create:block/paved_diorite_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=outer_right": {
"model": "create:block/paved_diorite_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_right": {
"model": "create:block/paved_diorite_stairs_outer"
}
}
}

View file

@ -0,0 +1,51 @@
{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "create:block/paved_diorite_wall_post"
}
},
{
"when": {
"north": "true"
},
"apply": {
"model": "create:block/paved_diorite_wall_side",
"uvlock": true
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "create:block/paved_diorite_wall_side",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "create:block/paved_diorite_wall_side",
"y": 270,
"uvlock": true
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "create:block/paved_diorite_wall_side",
"y": 90,
"uvlock": true
}
}
]
}

View file

@ -0,0 +1,13 @@
{
"variants": {
"type=top": {
"model": "create:block/paved_dolomite_slab_top"
},
"type=bottom": {
"model": "create:block/paved_dolomite_slab"
},
"type=double": {
"model": "create:block/paved_dolomite"
}
}
}

View file

@ -0,0 +1,209 @@
{
"variants": {
"facing=north,half=top,shape=straight": {
"model": "create:block/paved_dolomite_stairs",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=straight": {
"model": "create:block/paved_dolomite_stairs",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=straight": {
"model": "create:block/paved_dolomite_stairs",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=straight": {
"model": "create:block/paved_dolomite_stairs",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=straight": {
"model": "create:block/paved_dolomite_stairs",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=straight": {
"model": "create:block/paved_dolomite_stairs",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=straight": {
"model": "create:block/paved_dolomite_stairs",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=straight": {
"model": "create:block/paved_dolomite_stairs"
},
"facing=north,half=top,shape=inner_left": {
"model": "create:block/paved_dolomite_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=inner_left": {
"model": "create:block/paved_dolomite_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=inner_left": {
"model": "create:block/paved_dolomite_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=inner_left": {
"model": "create:block/paved_dolomite_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_left": {
"model": "create:block/paved_dolomite_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_left": {
"model": "create:block/paved_dolomite_stairs_inner"
},
"facing=west,half=bottom,shape=inner_left": {
"model": "create:block/paved_dolomite_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_left": {
"model": "create:block/paved_dolomite_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=inner_right": {
"model": "create:block/paved_dolomite_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=inner_right": {
"model": "create:block/paved_dolomite_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=inner_right": {
"model": "create:block/paved_dolomite_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "create:block/paved_dolomite_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_right": {
"model": "create:block/paved_dolomite_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_right": {
"model": "create:block/paved_dolomite_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=inner_right": {
"model": "create:block/paved_dolomite_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_right": {
"model": "create:block/paved_dolomite_stairs_inner"
},
"facing=north,half=top,shape=outer_left": {
"model": "create:block/paved_dolomite_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=outer_left": {
"model": "create:block/paved_dolomite_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=outer_left": {
"model": "create:block/paved_dolomite_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=outer_left": {
"model": "create:block/paved_dolomite_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_left": {
"model": "create:block/paved_dolomite_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_left": {
"model": "create:block/paved_dolomite_stairs_outer"
},
"facing=west,half=bottom,shape=outer_left": {
"model": "create:block/paved_dolomite_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_left": {
"model": "create:block/paved_dolomite_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=outer_right": {
"model": "create:block/paved_dolomite_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=outer_right": {
"model": "create:block/paved_dolomite_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=outer_right": {
"model": "create:block/paved_dolomite_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "create:block/paved_dolomite_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_right": {
"model": "create:block/paved_dolomite_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_right": {
"model": "create:block/paved_dolomite_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=outer_right": {
"model": "create:block/paved_dolomite_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_right": {
"model": "create:block/paved_dolomite_stairs_outer"
}
}
}

View file

@ -0,0 +1,51 @@
{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "create:block/paved_dolomite_wall_post"
}
},
{
"when": {
"north": "true"
},
"apply": {
"model": "create:block/paved_dolomite_wall_side",
"uvlock": true
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "create:block/paved_dolomite_wall_side",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "create:block/paved_dolomite_wall_side",
"y": 270,
"uvlock": true
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "create:block/paved_dolomite_wall_side",
"y": 90,
"uvlock": true
}
}
]
}

View file

@ -0,0 +1,13 @@
{
"variants": {
"type=top": {
"model": "create:block/paved_gabbro_slab_top"
},
"type=bottom": {
"model": "create:block/paved_gabbro_slab"
},
"type=double": {
"model": "create:block/paved_gabbro"
}
}
}

View file

@ -0,0 +1,209 @@
{
"variants": {
"facing=north,half=top,shape=straight": {
"model": "create:block/paved_gabbro_stairs",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=straight": {
"model": "create:block/paved_gabbro_stairs",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=straight": {
"model": "create:block/paved_gabbro_stairs",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=straight": {
"model": "create:block/paved_gabbro_stairs",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=straight": {
"model": "create:block/paved_gabbro_stairs",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=straight": {
"model": "create:block/paved_gabbro_stairs",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=straight": {
"model": "create:block/paved_gabbro_stairs",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=straight": {
"model": "create:block/paved_gabbro_stairs"
},
"facing=north,half=top,shape=inner_left": {
"model": "create:block/paved_gabbro_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=inner_left": {
"model": "create:block/paved_gabbro_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=inner_left": {
"model": "create:block/paved_gabbro_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=inner_left": {
"model": "create:block/paved_gabbro_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_left": {
"model": "create:block/paved_gabbro_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_left": {
"model": "create:block/paved_gabbro_stairs_inner"
},
"facing=west,half=bottom,shape=inner_left": {
"model": "create:block/paved_gabbro_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_left": {
"model": "create:block/paved_gabbro_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=inner_right": {
"model": "create:block/paved_gabbro_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=inner_right": {
"model": "create:block/paved_gabbro_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=inner_right": {
"model": "create:block/paved_gabbro_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "create:block/paved_gabbro_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_right": {
"model": "create:block/paved_gabbro_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_right": {
"model": "create:block/paved_gabbro_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=inner_right": {
"model": "create:block/paved_gabbro_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_right": {
"model": "create:block/paved_gabbro_stairs_inner"
},
"facing=north,half=top,shape=outer_left": {
"model": "create:block/paved_gabbro_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=outer_left": {
"model": "create:block/paved_gabbro_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=outer_left": {
"model": "create:block/paved_gabbro_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=outer_left": {
"model": "create:block/paved_gabbro_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_left": {
"model": "create:block/paved_gabbro_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_left": {
"model": "create:block/paved_gabbro_stairs_outer"
},
"facing=west,half=bottom,shape=outer_left": {
"model": "create:block/paved_gabbro_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_left": {
"model": "create:block/paved_gabbro_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=outer_right": {
"model": "create:block/paved_gabbro_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=outer_right": {
"model": "create:block/paved_gabbro_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=outer_right": {
"model": "create:block/paved_gabbro_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "create:block/paved_gabbro_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_right": {
"model": "create:block/paved_gabbro_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_right": {
"model": "create:block/paved_gabbro_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=outer_right": {
"model": "create:block/paved_gabbro_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_right": {
"model": "create:block/paved_gabbro_stairs_outer"
}
}
}

View file

@ -0,0 +1,51 @@
{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "create:block/paved_gabbro_wall_post"
}
},
{
"when": {
"north": "true"
},
"apply": {
"model": "create:block/paved_gabbro_wall_side",
"uvlock": true
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "create:block/paved_gabbro_wall_side",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "create:block/paved_gabbro_wall_side",
"y": 270,
"uvlock": true
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "create:block/paved_gabbro_wall_side",
"y": 90,
"uvlock": true
}
}
]
}

View file

@ -0,0 +1,13 @@
{
"variants": {
"type=top": {
"model": "create:block/paved_granite_slab_top"
},
"type=bottom": {
"model": "create:block/paved_granite_slab"
},
"type=double": {
"model": "create:block/paved_granite"
}
}
}

View file

@ -0,0 +1,209 @@
{
"variants": {
"facing=north,half=top,shape=straight": {
"model": "create:block/paved_granite_stairs",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=straight": {
"model": "create:block/paved_granite_stairs",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=straight": {
"model": "create:block/paved_granite_stairs",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=straight": {
"model": "create:block/paved_granite_stairs",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=straight": {
"model": "create:block/paved_granite_stairs",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=straight": {
"model": "create:block/paved_granite_stairs",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=straight": {
"model": "create:block/paved_granite_stairs",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=straight": {
"model": "create:block/paved_granite_stairs"
},
"facing=north,half=top,shape=inner_left": {
"model": "create:block/paved_granite_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=inner_left": {
"model": "create:block/paved_granite_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=inner_left": {
"model": "create:block/paved_granite_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=inner_left": {
"model": "create:block/paved_granite_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_left": {
"model": "create:block/paved_granite_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_left": {
"model": "create:block/paved_granite_stairs_inner"
},
"facing=west,half=bottom,shape=inner_left": {
"model": "create:block/paved_granite_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_left": {
"model": "create:block/paved_granite_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=inner_right": {
"model": "create:block/paved_granite_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=inner_right": {
"model": "create:block/paved_granite_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=inner_right": {
"model": "create:block/paved_granite_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "create:block/paved_granite_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_right": {
"model": "create:block/paved_granite_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_right": {
"model": "create:block/paved_granite_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=inner_right": {
"model": "create:block/paved_granite_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_right": {
"model": "create:block/paved_granite_stairs_inner"
},
"facing=north,half=top,shape=outer_left": {
"model": "create:block/paved_granite_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=outer_left": {
"model": "create:block/paved_granite_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=outer_left": {
"model": "create:block/paved_granite_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=outer_left": {
"model": "create:block/paved_granite_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_left": {
"model": "create:block/paved_granite_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_left": {
"model": "create:block/paved_granite_stairs_outer"
},
"facing=west,half=bottom,shape=outer_left": {
"model": "create:block/paved_granite_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_left": {
"model": "create:block/paved_granite_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=outer_right": {
"model": "create:block/paved_granite_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=outer_right": {
"model": "create:block/paved_granite_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=outer_right": {
"model": "create:block/paved_granite_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "create:block/paved_granite_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_right": {
"model": "create:block/paved_granite_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_right": {
"model": "create:block/paved_granite_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=outer_right": {
"model": "create:block/paved_granite_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_right": {
"model": "create:block/paved_granite_stairs_outer"
}
}
}

View file

@ -0,0 +1,51 @@
{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "create:block/paved_granite_wall_post"
}
},
{
"when": {
"north": "true"
},
"apply": {
"model": "create:block/paved_granite_wall_side",
"uvlock": true
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "create:block/paved_granite_wall_side",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "create:block/paved_granite_wall_side",
"y": 270,
"uvlock": true
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "create:block/paved_granite_wall_side",
"y": 90,
"uvlock": true
}
}
]
}

View file

@ -0,0 +1,13 @@
{
"variants": {
"type=top": {
"model": "create:block/paved_limestone_slab_top"
},
"type=bottom": {
"model": "create:block/paved_limestone_slab"
},
"type=double": {
"model": "create:block/paved_limestone"
}
}
}

View file

@ -0,0 +1,209 @@
{
"variants": {
"facing=north,half=top,shape=straight": {
"model": "create:block/paved_limestone_stairs",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=straight": {
"model": "create:block/paved_limestone_stairs",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=straight": {
"model": "create:block/paved_limestone_stairs",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=straight": {
"model": "create:block/paved_limestone_stairs",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=straight": {
"model": "create:block/paved_limestone_stairs",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=straight": {
"model": "create:block/paved_limestone_stairs",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=straight": {
"model": "create:block/paved_limestone_stairs",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=straight": {
"model": "create:block/paved_limestone_stairs"
},
"facing=north,half=top,shape=inner_left": {
"model": "create:block/paved_limestone_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=inner_left": {
"model": "create:block/paved_limestone_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=inner_left": {
"model": "create:block/paved_limestone_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=inner_left": {
"model": "create:block/paved_limestone_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_left": {
"model": "create:block/paved_limestone_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_left": {
"model": "create:block/paved_limestone_stairs_inner"
},
"facing=west,half=bottom,shape=inner_left": {
"model": "create:block/paved_limestone_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_left": {
"model": "create:block/paved_limestone_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=inner_right": {
"model": "create:block/paved_limestone_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=inner_right": {
"model": "create:block/paved_limestone_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=inner_right": {
"model": "create:block/paved_limestone_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "create:block/paved_limestone_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_right": {
"model": "create:block/paved_limestone_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_right": {
"model": "create:block/paved_limestone_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=inner_right": {
"model": "create:block/paved_limestone_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_right": {
"model": "create:block/paved_limestone_stairs_inner"
},
"facing=north,half=top,shape=outer_left": {
"model": "create:block/paved_limestone_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=outer_left": {
"model": "create:block/paved_limestone_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=outer_left": {
"model": "create:block/paved_limestone_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=outer_left": {
"model": "create:block/paved_limestone_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_left": {
"model": "create:block/paved_limestone_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_left": {
"model": "create:block/paved_limestone_stairs_outer"
},
"facing=west,half=bottom,shape=outer_left": {
"model": "create:block/paved_limestone_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_left": {
"model": "create:block/paved_limestone_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=outer_right": {
"model": "create:block/paved_limestone_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=outer_right": {
"model": "create:block/paved_limestone_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=outer_right": {
"model": "create:block/paved_limestone_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "create:block/paved_limestone_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_right": {
"model": "create:block/paved_limestone_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_right": {
"model": "create:block/paved_limestone_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=outer_right": {
"model": "create:block/paved_limestone_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_right": {
"model": "create:block/paved_limestone_stairs_outer"
}
}
}

View file

@ -0,0 +1,51 @@
{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "create:block/paved_limestone_wall_post"
}
},
{
"when": {
"north": "true"
},
"apply": {
"model": "create:block/paved_limestone_wall_side",
"uvlock": true
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "create:block/paved_limestone_wall_side",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "create:block/paved_limestone_wall_side",
"y": 270,
"uvlock": true
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "create:block/paved_limestone_wall_side",
"y": 90,
"uvlock": true
}
}
]
}

View file

@ -0,0 +1,13 @@
{
"variants": {
"type=top": {
"model": "create:block/paved_scoria_slab_top"
},
"type=bottom": {
"model": "create:block/paved_scoria_slab"
},
"type=double": {
"model": "create:block/paved_scoria"
}
}
}

View file

@ -0,0 +1,209 @@
{
"variants": {
"facing=north,half=top,shape=straight": {
"model": "create:block/paved_scoria_stairs",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=straight": {
"model": "create:block/paved_scoria_stairs",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=straight": {
"model": "create:block/paved_scoria_stairs",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=straight": {
"model": "create:block/paved_scoria_stairs",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=straight": {
"model": "create:block/paved_scoria_stairs",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=straight": {
"model": "create:block/paved_scoria_stairs",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=straight": {
"model": "create:block/paved_scoria_stairs",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=straight": {
"model": "create:block/paved_scoria_stairs"
},
"facing=north,half=top,shape=inner_left": {
"model": "create:block/paved_scoria_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=inner_left": {
"model": "create:block/paved_scoria_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=inner_left": {
"model": "create:block/paved_scoria_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=inner_left": {
"model": "create:block/paved_scoria_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_left": {
"model": "create:block/paved_scoria_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_left": {
"model": "create:block/paved_scoria_stairs_inner"
},
"facing=west,half=bottom,shape=inner_left": {
"model": "create:block/paved_scoria_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_left": {
"model": "create:block/paved_scoria_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=inner_right": {
"model": "create:block/paved_scoria_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=inner_right": {
"model": "create:block/paved_scoria_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=inner_right": {
"model": "create:block/paved_scoria_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "create:block/paved_scoria_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_right": {
"model": "create:block/paved_scoria_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_right": {
"model": "create:block/paved_scoria_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=inner_right": {
"model": "create:block/paved_scoria_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_right": {
"model": "create:block/paved_scoria_stairs_inner"
},
"facing=north,half=top,shape=outer_left": {
"model": "create:block/paved_scoria_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=outer_left": {
"model": "create:block/paved_scoria_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=outer_left": {
"model": "create:block/paved_scoria_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=outer_left": {
"model": "create:block/paved_scoria_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_left": {
"model": "create:block/paved_scoria_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_left": {
"model": "create:block/paved_scoria_stairs_outer"
},
"facing=west,half=bottom,shape=outer_left": {
"model": "create:block/paved_scoria_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_left": {
"model": "create:block/paved_scoria_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=outer_right": {
"model": "create:block/paved_scoria_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=outer_right": {
"model": "create:block/paved_scoria_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=outer_right": {
"model": "create:block/paved_scoria_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "create:block/paved_scoria_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_right": {
"model": "create:block/paved_scoria_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_right": {
"model": "create:block/paved_scoria_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=outer_right": {
"model": "create:block/paved_scoria_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_right": {
"model": "create:block/paved_scoria_stairs_outer"
}
}
}

View file

@ -0,0 +1,51 @@
{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "create:block/paved_scoria_wall_post"
}
},
{
"when": {
"north": "true"
},
"apply": {
"model": "create:block/paved_scoria_wall_side",
"uvlock": true
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "create:block/paved_scoria_wall_side",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "create:block/paved_scoria_wall_side",
"y": 270,
"uvlock": true
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "create:block/paved_scoria_wall_side",
"y": 90,
"uvlock": true
}
}
]
}

View file

@ -0,0 +1,13 @@
{
"variants": {
"type=top": {
"model": "create:block/paved_weathered_limestone_slab_top"
},
"type=bottom": {
"model": "create:block/paved_weathered_limestone_slab"
},
"type=double": {
"model": "create:block/paved_weathered_limestone"
}
}
}

View file

@ -0,0 +1,209 @@
{
"variants": {
"facing=north,half=top,shape=straight": {
"model": "create:block/paved_weathered_limestone_stairs",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=straight": {
"model": "create:block/paved_weathered_limestone_stairs",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=straight": {
"model": "create:block/paved_weathered_limestone_stairs",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=straight": {
"model": "create:block/paved_weathered_limestone_stairs",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=straight": {
"model": "create:block/paved_weathered_limestone_stairs",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=straight": {
"model": "create:block/paved_weathered_limestone_stairs",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=straight": {
"model": "create:block/paved_weathered_limestone_stairs",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=straight": {
"model": "create:block/paved_weathered_limestone_stairs"
},
"facing=north,half=top,shape=inner_left": {
"model": "create:block/paved_weathered_limestone_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=inner_left": {
"model": "create:block/paved_weathered_limestone_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=inner_left": {
"model": "create:block/paved_weathered_limestone_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=inner_left": {
"model": "create:block/paved_weathered_limestone_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_left": {
"model": "create:block/paved_weathered_limestone_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_left": {
"model": "create:block/paved_weathered_limestone_stairs_inner"
},
"facing=west,half=bottom,shape=inner_left": {
"model": "create:block/paved_weathered_limestone_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_left": {
"model": "create:block/paved_weathered_limestone_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=inner_right": {
"model": "create:block/paved_weathered_limestone_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=inner_right": {
"model": "create:block/paved_weathered_limestone_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=inner_right": {
"model": "create:block/paved_weathered_limestone_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "create:block/paved_weathered_limestone_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_right": {
"model": "create:block/paved_weathered_limestone_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_right": {
"model": "create:block/paved_weathered_limestone_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=inner_right": {
"model": "create:block/paved_weathered_limestone_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_right": {
"model": "create:block/paved_weathered_limestone_stairs_inner"
},
"facing=north,half=top,shape=outer_left": {
"model": "create:block/paved_weathered_limestone_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=outer_left": {
"model": "create:block/paved_weathered_limestone_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=outer_left": {
"model": "create:block/paved_weathered_limestone_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=outer_left": {
"model": "create:block/paved_weathered_limestone_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_left": {
"model": "create:block/paved_weathered_limestone_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_left": {
"model": "create:block/paved_weathered_limestone_stairs_outer"
},
"facing=west,half=bottom,shape=outer_left": {
"model": "create:block/paved_weathered_limestone_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_left": {
"model": "create:block/paved_weathered_limestone_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=outer_right": {
"model": "create:block/paved_weathered_limestone_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=outer_right": {
"model": "create:block/paved_weathered_limestone_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=outer_right": {
"model": "create:block/paved_weathered_limestone_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "create:block/paved_weathered_limestone_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_right": {
"model": "create:block/paved_weathered_limestone_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_right": {
"model": "create:block/paved_weathered_limestone_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=outer_right": {
"model": "create:block/paved_weathered_limestone_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_right": {
"model": "create:block/paved_weathered_limestone_stairs_outer"
}
}
}

View file

@ -0,0 +1,51 @@
{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "create:block/paved_weathered_limestone_wall_post"
}
},
{
"when": {
"north": "true"
},
"apply": {
"model": "create:block/paved_weathered_limestone_wall_side",
"uvlock": true
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "create:block/paved_weathered_limestone_wall_side",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "create:block/paved_weathered_limestone_wall_side",
"y": 270,
"uvlock": true
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "create:block/paved_weathered_limestone_wall_side",
"y": 90,
"uvlock": true
}
}
]
}

View file

@ -0,0 +1,13 @@
{
"variants": {
"type=top": {
"model": "create:block/polished_dark_scoria_slab_top"
},
"type=bottom": {
"model": "create:block/polished_dark_scoria_slab"
},
"type=double": {
"model": "create:block/polished_dark_scoria_slab_double"
}
}
}

View file

@ -0,0 +1,209 @@
{
"variants": {
"facing=north,half=top,shape=straight": {
"model": "create:block/polished_dark_scoria_stairs",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=straight": {
"model": "create:block/polished_dark_scoria_stairs",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=straight": {
"model": "create:block/polished_dark_scoria_stairs",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=straight": {
"model": "create:block/polished_dark_scoria_stairs",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=straight": {
"model": "create:block/polished_dark_scoria_stairs",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=straight": {
"model": "create:block/polished_dark_scoria_stairs",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=straight": {
"model": "create:block/polished_dark_scoria_stairs",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=straight": {
"model": "create:block/polished_dark_scoria_stairs"
},
"facing=north,half=top,shape=inner_left": {
"model": "create:block/polished_dark_scoria_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=inner_left": {
"model": "create:block/polished_dark_scoria_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=inner_left": {
"model": "create:block/polished_dark_scoria_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=inner_left": {
"model": "create:block/polished_dark_scoria_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_left": {
"model": "create:block/polished_dark_scoria_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_left": {
"model": "create:block/polished_dark_scoria_stairs_inner"
},
"facing=west,half=bottom,shape=inner_left": {
"model": "create:block/polished_dark_scoria_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_left": {
"model": "create:block/polished_dark_scoria_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=inner_right": {
"model": "create:block/polished_dark_scoria_stairs_inner",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=inner_right": {
"model": "create:block/polished_dark_scoria_stairs_inner",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=inner_right": {
"model": "create:block/polished_dark_scoria_stairs_inner",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=inner_right": {
"model": "create:block/polished_dark_scoria_stairs_inner",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=inner_right": {
"model": "create:block/polished_dark_scoria_stairs_inner",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=inner_right": {
"model": "create:block/polished_dark_scoria_stairs_inner",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=inner_right": {
"model": "create:block/polished_dark_scoria_stairs_inner",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=inner_right": {
"model": "create:block/polished_dark_scoria_stairs_inner"
},
"facing=north,half=top,shape=outer_left": {
"model": "create:block/polished_dark_scoria_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=south,half=top,shape=outer_left": {
"model": "create:block/polished_dark_scoria_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=west,half=top,shape=outer_left": {
"model": "create:block/polished_dark_scoria_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=east,half=top,shape=outer_left": {
"model": "create:block/polished_dark_scoria_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_left": {
"model": "create:block/polished_dark_scoria_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_left": {
"model": "create:block/polished_dark_scoria_stairs_outer"
},
"facing=west,half=bottom,shape=outer_left": {
"model": "create:block/polished_dark_scoria_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_left": {
"model": "create:block/polished_dark_scoria_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=north,half=top,shape=outer_right": {
"model": "create:block/polished_dark_scoria_stairs_outer",
"x": 180,
"uvlock": true
},
"facing=south,half=top,shape=outer_right": {
"model": "create:block/polished_dark_scoria_stairs_outer",
"x": 180,
"y": 180,
"uvlock": true
},
"facing=west,half=top,shape=outer_right": {
"model": "create:block/polished_dark_scoria_stairs_outer",
"x": 180,
"y": 270,
"uvlock": true
},
"facing=east,half=top,shape=outer_right": {
"model": "create:block/polished_dark_scoria_stairs_outer",
"x": 180,
"y": 90,
"uvlock": true
},
"facing=north,half=bottom,shape=outer_right": {
"model": "create:block/polished_dark_scoria_stairs_outer",
"y": 270,
"uvlock": true
},
"facing=south,half=bottom,shape=outer_right": {
"model": "create:block/polished_dark_scoria_stairs_outer",
"y": 90,
"uvlock": true
},
"facing=west,half=bottom,shape=outer_right": {
"model": "create:block/polished_dark_scoria_stairs_outer",
"y": 180,
"uvlock": true
},
"facing=east,half=bottom,shape=outer_right": {
"model": "create:block/polished_dark_scoria_stairs_outer"
}
}
}

View file

@ -0,0 +1,51 @@
{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "create:block/polished_dark_scoria_wall_post"
}
},
{
"when": {
"north": "true"
},
"apply": {
"model": "create:block/polished_dark_scoria_wall_side",
"uvlock": true
}
},
{
"when": {
"south": "true"
},
"apply": {
"model": "create:block/polished_dark_scoria_wall_side",
"y": 180,
"uvlock": true
}
},
{
"when": {
"west": "true"
},
"apply": {
"model": "create:block/polished_dark_scoria_wall_side",
"y": 270,
"uvlock": true
}
},
{
"when": {
"east": "true"
},
"apply": {
"model": "create:block/polished_dark_scoria_wall_side",
"y": 90,
"uvlock": true
}
}
]
}

Some files were not shown because too many files have changed in this diff Show more