Run xplat datagen
This commit is contained in:
parent
ce1939644c
commit
aa7d927e28
556 changed files with 7118 additions and 0 deletions
|
@ -0,0 +1,107 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=east,has_books=false": {
|
||||
"model": "hexcasting:block/akashic_bookshelf_empty",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,has_books=true": [
|
||||
{
|
||||
"model": "hexcasting:block/akashic_bookshelf_1",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "hexcasting:block/akashic_bookshelf_2",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "hexcasting:block/akashic_bookshelf_3",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
{
|
||||
"model": "hexcasting:block/akashic_bookshelf_4",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
}
|
||||
],
|
||||
"facing=north,has_books=false": {
|
||||
"model": "hexcasting:block/akashic_bookshelf_empty",
|
||||
"uvlock": true
|
||||
},
|
||||
"facing=north,has_books=true": [
|
||||
{
|
||||
"model": "hexcasting:block/akashic_bookshelf_1",
|
||||
"uvlock": true
|
||||
},
|
||||
{
|
||||
"model": "hexcasting:block/akashic_bookshelf_2",
|
||||
"uvlock": true
|
||||
},
|
||||
{
|
||||
"model": "hexcasting:block/akashic_bookshelf_3",
|
||||
"uvlock": true
|
||||
},
|
||||
{
|
||||
"model": "hexcasting:block/akashic_bookshelf_4",
|
||||
"uvlock": true
|
||||
}
|
||||
],
|
||||
"facing=south,has_books=false": {
|
||||
"model": "hexcasting:block/akashic_bookshelf_empty",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,has_books=true": [
|
||||
{
|
||||
"model": "hexcasting:block/akashic_bookshelf_1",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"model": "hexcasting:block/akashic_bookshelf_2",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"model": "hexcasting:block/akashic_bookshelf_3",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
{
|
||||
"model": "hexcasting:block/akashic_bookshelf_4",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
}
|
||||
],
|
||||
"facing=west,has_books=false": {
|
||||
"model": "hexcasting:block/akashic_bookshelf_empty",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,has_books=true": [
|
||||
{
|
||||
"model": "hexcasting:block/akashic_bookshelf_1",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
{
|
||||
"model": "hexcasting:block/akashic_bookshelf_2",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
{
|
||||
"model": "hexcasting:block/akashic_bookshelf_3",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
{
|
||||
"model": "hexcasting:block/akashic_bookshelf_4",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "hexcasting:block/akashic_ligature"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "hexcasting:block/akashic_record"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "hexcasting:block/deco/amethyst_bricks"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "hexcasting:block/deco/amethyst_bricks_small"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "hexcasting:block/amethyst_dust_block"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "hexcasting:block/amethyst_edified_leaves"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=down": {
|
||||
"model": "hexcasting:block/deco/amethyst_pillar",
|
||||
"x": 180
|
||||
},
|
||||
"facing=east": {
|
||||
"model": "hexcasting:block/deco/amethyst_pillar",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"facing=north": {
|
||||
"model": "hexcasting:block/deco/amethyst_pillar",
|
||||
"x": 90
|
||||
},
|
||||
"facing=south": {
|
||||
"model": "hexcasting:block/deco/amethyst_pillar",
|
||||
"x": 90,
|
||||
"y": 180
|
||||
},
|
||||
"facing=up": {
|
||||
"model": "hexcasting:block/deco/amethyst_pillar"
|
||||
},
|
||||
"facing=west": {
|
||||
"model": "hexcasting:block/deco/amethyst_pillar",
|
||||
"x": 90,
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "hexcasting:block/amethyst_sconce"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "hexcasting:block/deco/amethyst_tiles"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "hexcasting:block/ancient_scroll_paper"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "hexcasting:block/ancient_scroll_paper_lantern"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "hexcasting:block/aventurine_edified_leaves"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "hexcasting:block/citrine_edified_leaves"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "hexcasting:block/conjured"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "hexcasting:block/conjured"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,142 @@
|
|||
{
|
||||
"variants": {
|
||||
"energized=false,facing=down,state=false": {
|
||||
"model": "hexcasting:block/circle/directrix/boolean/dim_false_down",
|
||||
"x": 90
|
||||
},
|
||||
"energized=false,facing=down,state=neither": {
|
||||
"model": "hexcasting:block/circle/directrix/boolean/dim_neither_down",
|
||||
"x": 90
|
||||
},
|
||||
"energized=false,facing=down,state=true": {
|
||||
"model": "hexcasting:block/circle/directrix/boolean/dim_true_down",
|
||||
"x": 90
|
||||
},
|
||||
"energized=false,facing=east,state=false": {
|
||||
"model": "hexcasting:block/circle/directrix/boolean/dim_false_east",
|
||||
"y": 90
|
||||
},
|
||||
"energized=false,facing=east,state=neither": {
|
||||
"model": "hexcasting:block/circle/directrix/boolean/dim_neither_east",
|
||||
"y": 90
|
||||
},
|
||||
"energized=false,facing=east,state=true": {
|
||||
"model": "hexcasting:block/circle/directrix/boolean/dim_true_east",
|
||||
"y": 90
|
||||
},
|
||||
"energized=false,facing=north,state=false": {
|
||||
"model": "hexcasting:block/circle/directrix/boolean/dim_false_north"
|
||||
},
|
||||
"energized=false,facing=north,state=neither": {
|
||||
"model": "hexcasting:block/circle/directrix/boolean/dim_neither_north"
|
||||
},
|
||||
"energized=false,facing=north,state=true": {
|
||||
"model": "hexcasting:block/circle/directrix/boolean/dim_true_north"
|
||||
},
|
||||
"energized=false,facing=south,state=false": {
|
||||
"model": "hexcasting:block/circle/directrix/boolean/dim_false_south",
|
||||
"y": 180
|
||||
},
|
||||
"energized=false,facing=south,state=neither": {
|
||||
"model": "hexcasting:block/circle/directrix/boolean/dim_neither_south",
|
||||
"y": 180
|
||||
},
|
||||
"energized=false,facing=south,state=true": {
|
||||
"model": "hexcasting:block/circle/directrix/boolean/dim_true_south",
|
||||
"y": 180
|
||||
},
|
||||
"energized=false,facing=up,state=false": {
|
||||
"model": "hexcasting:block/circle/directrix/boolean/dim_false_up",
|
||||
"x": -90
|
||||
},
|
||||
"energized=false,facing=up,state=neither": {
|
||||
"model": "hexcasting:block/circle/directrix/boolean/dim_neither_up",
|
||||
"x": -90
|
||||
},
|
||||
"energized=false,facing=up,state=true": {
|
||||
"model": "hexcasting:block/circle/directrix/boolean/dim_true_up",
|
||||
"x": -90
|
||||
},
|
||||
"energized=false,facing=west,state=false": {
|
||||
"model": "hexcasting:block/circle/directrix/boolean/dim_false_west",
|
||||
"y": 270
|
||||
},
|
||||
"energized=false,facing=west,state=neither": {
|
||||
"model": "hexcasting:block/circle/directrix/boolean/dim_neither_west",
|
||||
"y": 270
|
||||
},
|
||||
"energized=false,facing=west,state=true": {
|
||||
"model": "hexcasting:block/circle/directrix/boolean/dim_true_west",
|
||||
"y": 270
|
||||
},
|
||||
"energized=true,facing=down,state=false": {
|
||||
"model": "hexcasting:block/circle/directrix/boolean/lit_false_down",
|
||||
"x": 90
|
||||
},
|
||||
"energized=true,facing=down,state=neither": {
|
||||
"model": "hexcasting:block/circle/directrix/boolean/lit_neither_down",
|
||||
"x": 90
|
||||
},
|
||||
"energized=true,facing=down,state=true": {
|
||||
"model": "hexcasting:block/circle/directrix/boolean/lit_true_down",
|
||||
"x": 90
|
||||
},
|
||||
"energized=true,facing=east,state=false": {
|
||||
"model": "hexcasting:block/circle/directrix/boolean/lit_false_east",
|
||||
"y": 90
|
||||
},
|
||||
"energized=true,facing=east,state=neither": {
|
||||
"model": "hexcasting:block/circle/directrix/boolean/lit_neither_east",
|
||||
"y": 90
|
||||
},
|
||||
"energized=true,facing=east,state=true": {
|
||||
"model": "hexcasting:block/circle/directrix/boolean/lit_true_east",
|
||||
"y": 90
|
||||
},
|
||||
"energized=true,facing=north,state=false": {
|
||||
"model": "hexcasting:block/circle/directrix/boolean/lit_false_north"
|
||||
},
|
||||
"energized=true,facing=north,state=neither": {
|
||||
"model": "hexcasting:block/circle/directrix/boolean/lit_neither_north"
|
||||
},
|
||||
"energized=true,facing=north,state=true": {
|
||||
"model": "hexcasting:block/circle/directrix/boolean/lit_true_north"
|
||||
},
|
||||
"energized=true,facing=south,state=false": {
|
||||
"model": "hexcasting:block/circle/directrix/boolean/lit_false_south",
|
||||
"y": 180
|
||||
},
|
||||
"energized=true,facing=south,state=neither": {
|
||||
"model": "hexcasting:block/circle/directrix/boolean/lit_neither_south",
|
||||
"y": 180
|
||||
},
|
||||
"energized=true,facing=south,state=true": {
|
||||
"model": "hexcasting:block/circle/directrix/boolean/lit_true_south",
|
||||
"y": 180
|
||||
},
|
||||
"energized=true,facing=up,state=false": {
|
||||
"model": "hexcasting:block/circle/directrix/boolean/lit_false_up",
|
||||
"x": -90
|
||||
},
|
||||
"energized=true,facing=up,state=neither": {
|
||||
"model": "hexcasting:block/circle/directrix/boolean/lit_neither_up",
|
||||
"x": -90
|
||||
},
|
||||
"energized=true,facing=up,state=true": {
|
||||
"model": "hexcasting:block/circle/directrix/boolean/lit_true_up",
|
||||
"x": -90
|
||||
},
|
||||
"energized=true,facing=west,state=false": {
|
||||
"model": "hexcasting:block/circle/directrix/boolean/lit_false_west",
|
||||
"y": 270
|
||||
},
|
||||
"energized=true,facing=west,state=neither": {
|
||||
"model": "hexcasting:block/circle/directrix/boolean/lit_neither_west",
|
||||
"y": 270
|
||||
},
|
||||
"energized=true,facing=west,state=true": {
|
||||
"model": "hexcasting:block/circle/directrix/boolean/lit_true_west",
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,50 @@
|
|||
{
|
||||
"variants": {
|
||||
"energized=false,facing=down": {
|
||||
"model": "hexcasting:block/circle/directrix/empty/dim_down",
|
||||
"x": 90
|
||||
},
|
||||
"energized=false,facing=east": {
|
||||
"model": "hexcasting:block/circle/directrix/empty/dim_east",
|
||||
"y": 90
|
||||
},
|
||||
"energized=false,facing=north": {
|
||||
"model": "hexcasting:block/circle/directrix/empty/dim_north"
|
||||
},
|
||||
"energized=false,facing=south": {
|
||||
"model": "hexcasting:block/circle/directrix/empty/dim_south",
|
||||
"y": 180
|
||||
},
|
||||
"energized=false,facing=up": {
|
||||
"model": "hexcasting:block/circle/directrix/empty/dim_up",
|
||||
"x": -90
|
||||
},
|
||||
"energized=false,facing=west": {
|
||||
"model": "hexcasting:block/circle/directrix/empty/dim_west",
|
||||
"y": 270
|
||||
},
|
||||
"energized=true,facing=down": {
|
||||
"model": "hexcasting:block/circle/directrix/empty/lit_down",
|
||||
"x": 90
|
||||
},
|
||||
"energized=true,facing=east": {
|
||||
"model": "hexcasting:block/circle/directrix/empty/lit_east",
|
||||
"y": 90
|
||||
},
|
||||
"energized=true,facing=north": {
|
||||
"model": "hexcasting:block/circle/directrix/empty/lit_north"
|
||||
},
|
||||
"energized=true,facing=south": {
|
||||
"model": "hexcasting:block/circle/directrix/empty/lit_south",
|
||||
"y": 180
|
||||
},
|
||||
"energized=true,facing=up": {
|
||||
"model": "hexcasting:block/circle/directrix/empty/lit_up",
|
||||
"x": -90
|
||||
},
|
||||
"energized=true,facing=west": {
|
||||
"model": "hexcasting:block/circle/directrix/empty/lit_west",
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,96 @@
|
|||
{
|
||||
"variants": {
|
||||
"energized=false,facing=down,powered=false": {
|
||||
"model": "hexcasting:block/circle/directrix/redstone/dim_unpowered_down",
|
||||
"x": 90
|
||||
},
|
||||
"energized=false,facing=down,powered=true": {
|
||||
"model": "hexcasting:block/circle/directrix/redstone/dim_powered_down",
|
||||
"x": 90
|
||||
},
|
||||
"energized=false,facing=east,powered=false": {
|
||||
"model": "hexcasting:block/circle/directrix/redstone/dim_unpowered_east",
|
||||
"y": 90
|
||||
},
|
||||
"energized=false,facing=east,powered=true": {
|
||||
"model": "hexcasting:block/circle/directrix/redstone/dim_powered_east",
|
||||
"y": 90
|
||||
},
|
||||
"energized=false,facing=north,powered=false": {
|
||||
"model": "hexcasting:block/circle/directrix/redstone/dim_unpowered_north"
|
||||
},
|
||||
"energized=false,facing=north,powered=true": {
|
||||
"model": "hexcasting:block/circle/directrix/redstone/dim_powered_north"
|
||||
},
|
||||
"energized=false,facing=south,powered=false": {
|
||||
"model": "hexcasting:block/circle/directrix/redstone/dim_unpowered_south",
|
||||
"y": 180
|
||||
},
|
||||
"energized=false,facing=south,powered=true": {
|
||||
"model": "hexcasting:block/circle/directrix/redstone/dim_powered_south",
|
||||
"y": 180
|
||||
},
|
||||
"energized=false,facing=up,powered=false": {
|
||||
"model": "hexcasting:block/circle/directrix/redstone/dim_unpowered_up",
|
||||
"x": -90
|
||||
},
|
||||
"energized=false,facing=up,powered=true": {
|
||||
"model": "hexcasting:block/circle/directrix/redstone/dim_powered_up",
|
||||
"x": -90
|
||||
},
|
||||
"energized=false,facing=west,powered=false": {
|
||||
"model": "hexcasting:block/circle/directrix/redstone/dim_unpowered_west",
|
||||
"y": 270
|
||||
},
|
||||
"energized=false,facing=west,powered=true": {
|
||||
"model": "hexcasting:block/circle/directrix/redstone/dim_powered_west",
|
||||
"y": 270
|
||||
},
|
||||
"energized=true,facing=down,powered=false": {
|
||||
"model": "hexcasting:block/circle/directrix/redstone/lit_unpowered_down",
|
||||
"x": 90
|
||||
},
|
||||
"energized=true,facing=down,powered=true": {
|
||||
"model": "hexcasting:block/circle/directrix/redstone/lit_powered_down",
|
||||
"x": 90
|
||||
},
|
||||
"energized=true,facing=east,powered=false": {
|
||||
"model": "hexcasting:block/circle/directrix/redstone/lit_unpowered_east",
|
||||
"y": 90
|
||||
},
|
||||
"energized=true,facing=east,powered=true": {
|
||||
"model": "hexcasting:block/circle/directrix/redstone/lit_powered_east",
|
||||
"y": 90
|
||||
},
|
||||
"energized=true,facing=north,powered=false": {
|
||||
"model": "hexcasting:block/circle/directrix/redstone/lit_unpowered_north"
|
||||
},
|
||||
"energized=true,facing=north,powered=true": {
|
||||
"model": "hexcasting:block/circle/directrix/redstone/lit_powered_north"
|
||||
},
|
||||
"energized=true,facing=south,powered=false": {
|
||||
"model": "hexcasting:block/circle/directrix/redstone/lit_unpowered_south",
|
||||
"y": 180
|
||||
},
|
||||
"energized=true,facing=south,powered=true": {
|
||||
"model": "hexcasting:block/circle/directrix/redstone/lit_powered_south",
|
||||
"y": 180
|
||||
},
|
||||
"energized=true,facing=up,powered=false": {
|
||||
"model": "hexcasting:block/circle/directrix/redstone/lit_unpowered_up",
|
||||
"x": -90
|
||||
},
|
||||
"energized=true,facing=up,powered=true": {
|
||||
"model": "hexcasting:block/circle/directrix/redstone/lit_powered_up",
|
||||
"x": -90
|
||||
},
|
||||
"energized=true,facing=west,powered=false": {
|
||||
"model": "hexcasting:block/circle/directrix/redstone/lit_unpowered_west",
|
||||
"y": 270
|
||||
},
|
||||
"energized=true,facing=west,powered=true": {
|
||||
"model": "hexcasting:block/circle/directrix/redstone/lit_powered_west",
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,118 @@
|
|||
{
|
||||
"variants": {
|
||||
"face=ceiling,facing=east,powered=false": {
|
||||
"model": "hexcasting:block/edified_button",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"face=ceiling,facing=east,powered=true": {
|
||||
"model": "hexcasting:block/edified_button_pressed",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"face=ceiling,facing=north,powered=false": {
|
||||
"model": "hexcasting:block/edified_button",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"face=ceiling,facing=north,powered=true": {
|
||||
"model": "hexcasting:block/edified_button_pressed",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"face=ceiling,facing=south,powered=false": {
|
||||
"model": "hexcasting:block/edified_button",
|
||||
"x": 180
|
||||
},
|
||||
"face=ceiling,facing=south,powered=true": {
|
||||
"model": "hexcasting:block/edified_button_pressed",
|
||||
"x": 180
|
||||
},
|
||||
"face=ceiling,facing=west,powered=false": {
|
||||
"model": "hexcasting:block/edified_button",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"face=ceiling,facing=west,powered=true": {
|
||||
"model": "hexcasting:block/edified_button_pressed",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"face=floor,facing=east,powered=false": {
|
||||
"model": "hexcasting:block/edified_button",
|
||||
"y": 90
|
||||
},
|
||||
"face=floor,facing=east,powered=true": {
|
||||
"model": "hexcasting:block/edified_button_pressed",
|
||||
"y": 90
|
||||
},
|
||||
"face=floor,facing=north,powered=false": {
|
||||
"model": "hexcasting:block/edified_button"
|
||||
},
|
||||
"face=floor,facing=north,powered=true": {
|
||||
"model": "hexcasting:block/edified_button_pressed"
|
||||
},
|
||||
"face=floor,facing=south,powered=false": {
|
||||
"model": "hexcasting:block/edified_button",
|
||||
"y": 180
|
||||
},
|
||||
"face=floor,facing=south,powered=true": {
|
||||
"model": "hexcasting:block/edified_button_pressed",
|
||||
"y": 180
|
||||
},
|
||||
"face=floor,facing=west,powered=false": {
|
||||
"model": "hexcasting:block/edified_button",
|
||||
"y": 270
|
||||
},
|
||||
"face=floor,facing=west,powered=true": {
|
||||
"model": "hexcasting:block/edified_button_pressed",
|
||||
"y": 270
|
||||
},
|
||||
"face=wall,facing=east,powered=false": {
|
||||
"model": "hexcasting:block/edified_button",
|
||||
"uvlock": true,
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"face=wall,facing=east,powered=true": {
|
||||
"model": "hexcasting:block/edified_button_pressed",
|
||||
"uvlock": true,
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"face=wall,facing=north,powered=false": {
|
||||
"model": "hexcasting:block/edified_button",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
},
|
||||
"face=wall,facing=north,powered=true": {
|
||||
"model": "hexcasting:block/edified_button_pressed",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
},
|
||||
"face=wall,facing=south,powered=false": {
|
||||
"model": "hexcasting:block/edified_button",
|
||||
"uvlock": true,
|
||||
"x": 90,
|
||||
"y": 180
|
||||
},
|
||||
"face=wall,facing=south,powered=true": {
|
||||
"model": "hexcasting:block/edified_button_pressed",
|
||||
"uvlock": true,
|
||||
"x": 90,
|
||||
"y": 180
|
||||
},
|
||||
"face=wall,facing=west,powered=false": {
|
||||
"model": "hexcasting:block/edified_button",
|
||||
"uvlock": true,
|
||||
"x": 90,
|
||||
"y": 270
|
||||
},
|
||||
"face=wall,facing=west,powered=true": {
|
||||
"model": "hexcasting:block/edified_button_pressed",
|
||||
"uvlock": true,
|
||||
"x": 90,
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,124 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=east,half=lower,hinge=left,open=false": {
|
||||
"model": "hexcasting:block/edified_door_bottom_left"
|
||||
},
|
||||
"facing=east,half=lower,hinge=left,open=true": {
|
||||
"model": "hexcasting:block/edified_door_bottom_left_open",
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,half=lower,hinge=right,open=false": {
|
||||
"model": "hexcasting:block/edified_door_bottom_right"
|
||||
},
|
||||
"facing=east,half=lower,hinge=right,open=true": {
|
||||
"model": "hexcasting:block/edified_door_bottom_right_open",
|
||||
"y": 270
|
||||
},
|
||||
"facing=east,half=upper,hinge=left,open=false": {
|
||||
"model": "hexcasting:block/edified_door_top_left"
|
||||
},
|
||||
"facing=east,half=upper,hinge=left,open=true": {
|
||||
"model": "hexcasting:block/edified_door_top_left_open",
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,half=upper,hinge=right,open=false": {
|
||||
"model": "hexcasting:block/edified_door_top_right"
|
||||
},
|
||||
"facing=east,half=upper,hinge=right,open=true": {
|
||||
"model": "hexcasting:block/edified_door_top_right_open",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=lower,hinge=left,open=false": {
|
||||
"model": "hexcasting:block/edified_door_bottom_left",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=lower,hinge=left,open=true": {
|
||||
"model": "hexcasting:block/edified_door_bottom_left_open"
|
||||
},
|
||||
"facing=north,half=lower,hinge=right,open=false": {
|
||||
"model": "hexcasting:block/edified_door_bottom_right",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=lower,hinge=right,open=true": {
|
||||
"model": "hexcasting:block/edified_door_bottom_right_open",
|
||||
"y": 180
|
||||
},
|
||||
"facing=north,half=upper,hinge=left,open=false": {
|
||||
"model": "hexcasting:block/edified_door_top_left",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=upper,hinge=left,open=true": {
|
||||
"model": "hexcasting:block/edified_door_top_left_open"
|
||||
},
|
||||
"facing=north,half=upper,hinge=right,open=false": {
|
||||
"model": "hexcasting:block/edified_door_top_right",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=upper,hinge=right,open=true": {
|
||||
"model": "hexcasting:block/edified_door_top_right_open",
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=lower,hinge=left,open=false": {
|
||||
"model": "hexcasting:block/edified_door_bottom_left",
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=lower,hinge=left,open=true": {
|
||||
"model": "hexcasting:block/edified_door_bottom_left_open",
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=lower,hinge=right,open=false": {
|
||||
"model": "hexcasting:block/edified_door_bottom_right",
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=lower,hinge=right,open=true": {
|
||||
"model": "hexcasting:block/edified_door_bottom_right_open"
|
||||
},
|
||||
"facing=south,half=upper,hinge=left,open=false": {
|
||||
"model": "hexcasting:block/edified_door_top_left",
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=upper,hinge=left,open=true": {
|
||||
"model": "hexcasting:block/edified_door_top_left_open",
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=upper,hinge=right,open=false": {
|
||||
"model": "hexcasting:block/edified_door_top_right",
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=upper,hinge=right,open=true": {
|
||||
"model": "hexcasting:block/edified_door_top_right_open"
|
||||
},
|
||||
"facing=west,half=lower,hinge=left,open=false": {
|
||||
"model": "hexcasting:block/edified_door_bottom_left",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=lower,hinge=left,open=true": {
|
||||
"model": "hexcasting:block/edified_door_bottom_left_open",
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,half=lower,hinge=right,open=false": {
|
||||
"model": "hexcasting:block/edified_door_bottom_right",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=lower,hinge=right,open=true": {
|
||||
"model": "hexcasting:block/edified_door_bottom_right_open",
|
||||
"y": 90
|
||||
},
|
||||
"facing=west,half=upper,hinge=left,open=false": {
|
||||
"model": "hexcasting:block/edified_door_top_left",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=upper,hinge=left,open=true": {
|
||||
"model": "hexcasting:block/edified_door_top_left_open",
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,half=upper,hinge=right,open=false": {
|
||||
"model": "hexcasting:block/edified_door_top_right",
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=upper,hinge=right,open=true": {
|
||||
"model": "hexcasting:block/edified_door_top_right_open",
|
||||
"y": 90
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "hexcasting:block/edified_log_horizontal",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "hexcasting:block/edified_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "hexcasting:block/edified_log_horizontal",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "hexcasting:block/edified_log_amethyst_horizontal",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "hexcasting:block/edified_log_amethyst"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "hexcasting:block/edified_log_amethyst_horizontal",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "hexcasting:block/edified_log_aventurine_horizontal",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "hexcasting:block/edified_log_aventurine"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "hexcasting:block/edified_log_aventurine_horizontal",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "hexcasting:block/edified_log_citrine_horizontal",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "hexcasting:block/edified_log_citrine"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "hexcasting:block/edified_log_citrine_horizontal",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "hexcasting:block/edified_log_purple_horizontal",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "hexcasting:block/edified_log_purple"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "hexcasting:block/edified_log_purple_horizontal",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "hexcasting:block/edified_panel"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"variants": {
|
||||
"": [
|
||||
{
|
||||
"model": "hexcasting:block/edified_planks",
|
||||
"weight": 3
|
||||
},
|
||||
{
|
||||
"model": "hexcasting:block/edified_planks_2",
|
||||
"weight": 3
|
||||
},
|
||||
{
|
||||
"model": "hexcasting:block/edified_planks_3"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"variants": {
|
||||
"powered=false": {
|
||||
"model": "hexcasting:block/edified_pressure_plate"
|
||||
},
|
||||
"powered=true": {
|
||||
"model": "hexcasting:block/edified_pressure_plate_down"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"variants": {
|
||||
"type=bottom": {
|
||||
"model": "hexcasting:block/edified_slab"
|
||||
},
|
||||
"type=double": {
|
||||
"model": "hexcasting:block/edified_planks"
|
||||
},
|
||||
"type=top": {
|
||||
"model": "hexcasting:block/edified_slab_top"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,209 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,shape=inner_left": {
|
||||
"model": "hexcasting:block/edified_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=east,half=bottom,shape=inner_right": {
|
||||
"model": "hexcasting:block/edified_stairs_inner"
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_left": {
|
||||
"model": "hexcasting:block/edified_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=east,half=bottom,shape=outer_right": {
|
||||
"model": "hexcasting:block/edified_stairs_outer"
|
||||
},
|
||||
"facing=east,half=bottom,shape=straight": {
|
||||
"model": "hexcasting:block/edified_stairs"
|
||||
},
|
||||
"facing=east,half=top,shape=inner_left": {
|
||||
"model": "hexcasting:block/edified_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"facing=east,half=top,shape=inner_right": {
|
||||
"model": "hexcasting:block/edified_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,half=top,shape=outer_left": {
|
||||
"model": "hexcasting:block/edified_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"facing=east,half=top,shape=outer_right": {
|
||||
"model": "hexcasting:block/edified_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,half=top,shape=straight": {
|
||||
"model": "hexcasting:block/edified_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_left": {
|
||||
"model": "hexcasting:block/edified_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=north,half=bottom,shape=inner_right": {
|
||||
"model": "hexcasting:block/edified_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_left": {
|
||||
"model": "hexcasting:block/edified_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=north,half=bottom,shape=outer_right": {
|
||||
"model": "hexcasting:block/edified_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=bottom,shape=straight": {
|
||||
"model": "hexcasting:block/edified_stairs",
|
||||
"uvlock": true,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=top,shape=inner_left": {
|
||||
"model": "hexcasting:block/edified_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=top,shape=inner_right": {
|
||||
"model": "hexcasting:block/edified_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"facing=north,half=top,shape=outer_left": {
|
||||
"model": "hexcasting:block/edified_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=top,shape=outer_right": {
|
||||
"model": "hexcasting:block/edified_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"facing=north,half=top,shape=straight": {
|
||||
"model": "hexcasting:block/edified_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=south,half=bottom,shape=inner_left": {
|
||||
"model": "hexcasting:block/edified_stairs_inner"
|
||||
},
|
||||
"facing=south,half=bottom,shape=inner_right": {
|
||||
"model": "hexcasting:block/edified_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=bottom,shape=outer_left": {
|
||||
"model": "hexcasting:block/edified_stairs_outer"
|
||||
},
|
||||
"facing=south,half=bottom,shape=outer_right": {
|
||||
"model": "hexcasting:block/edified_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=bottom,shape=straight": {
|
||||
"model": "hexcasting:block/edified_stairs",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=top,shape=inner_left": {
|
||||
"model": "hexcasting:block/edified_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=top,shape=inner_right": {
|
||||
"model": "hexcasting:block/edified_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=top,shape=outer_left": {
|
||||
"model": "hexcasting:block/edified_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"facing=south,half=top,shape=outer_right": {
|
||||
"model": "hexcasting:block/edified_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=top,shape=straight": {
|
||||
"model": "hexcasting:block/edified_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 90
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_left": {
|
||||
"model": "hexcasting:block/edified_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=west,half=bottom,shape=inner_right": {
|
||||
"model": "hexcasting:block/edified_stairs_inner",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_left": {
|
||||
"model": "hexcasting:block/edified_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 90
|
||||
},
|
||||
"facing=west,half=bottom,shape=outer_right": {
|
||||
"model": "hexcasting:block/edified_stairs_outer",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=bottom,shape=straight": {
|
||||
"model": "hexcasting:block/edified_stairs",
|
||||
"uvlock": true,
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=top,shape=inner_left": {
|
||||
"model": "hexcasting:block/edified_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=top,shape=inner_right": {
|
||||
"model": "hexcasting:block/edified_stairs_inner",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,half=top,shape=outer_left": {
|
||||
"model": "hexcasting:block/edified_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"facing=west,half=top,shape=outer_right": {
|
||||
"model": "hexcasting:block/edified_stairs_outer",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,half=top,shape=straight": {
|
||||
"model": "hexcasting:block/edified_stairs",
|
||||
"uvlock": true,
|
||||
"x": 180,
|
||||
"y": 180
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "hexcasting:block/edified_tile"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,68 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=east,half=bottom,open=false": {
|
||||
"model": "hexcasting:block/edified_trapdoor_bottom",
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,half=bottom,open=true": {
|
||||
"model": "hexcasting:block/edified_trapdoor_open",
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,half=top,open=false": {
|
||||
"model": "hexcasting:block/edified_trapdoor_top",
|
||||
"y": 90
|
||||
},
|
||||
"facing=east,half=top,open=true": {
|
||||
"model": "hexcasting:block/edified_trapdoor_open",
|
||||
"x": 180,
|
||||
"y": 270
|
||||
},
|
||||
"facing=north,half=bottom,open=false": {
|
||||
"model": "hexcasting:block/edified_trapdoor_bottom"
|
||||
},
|
||||
"facing=north,half=bottom,open=true": {
|
||||
"model": "hexcasting:block/edified_trapdoor_open"
|
||||
},
|
||||
"facing=north,half=top,open=false": {
|
||||
"model": "hexcasting:block/edified_trapdoor_top"
|
||||
},
|
||||
"facing=north,half=top,open=true": {
|
||||
"model": "hexcasting:block/edified_trapdoor_open",
|
||||
"x": 180,
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=bottom,open=false": {
|
||||
"model": "hexcasting:block/edified_trapdoor_bottom",
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=bottom,open=true": {
|
||||
"model": "hexcasting:block/edified_trapdoor_open",
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=top,open=false": {
|
||||
"model": "hexcasting:block/edified_trapdoor_top",
|
||||
"y": 180
|
||||
},
|
||||
"facing=south,half=top,open=true": {
|
||||
"model": "hexcasting:block/edified_trapdoor_open",
|
||||
"x": 180
|
||||
},
|
||||
"facing=west,half=bottom,open=false": {
|
||||
"model": "hexcasting:block/edified_trapdoor_bottom",
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,half=bottom,open=true": {
|
||||
"model": "hexcasting:block/edified_trapdoor_open",
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,half=top,open=false": {
|
||||
"model": "hexcasting:block/edified_trapdoor_top",
|
||||
"y": 270
|
||||
},
|
||||
"facing=west,half=top,open=true": {
|
||||
"model": "hexcasting:block/edified_trapdoor_open",
|
||||
"x": 180,
|
||||
"y": 90
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "hexcasting:block/edified_wood_horizontal",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "hexcasting:block/edified_wood"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "hexcasting:block/edified_wood_horizontal",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,50 @@
|
|||
{
|
||||
"variants": {
|
||||
"energized=false,facing=down": {
|
||||
"model": "hexcasting:block/circle/impetus/empty/dim_down",
|
||||
"x": 90
|
||||
},
|
||||
"energized=false,facing=east": {
|
||||
"model": "hexcasting:block/circle/impetus/empty/dim_east",
|
||||
"y": 90
|
||||
},
|
||||
"energized=false,facing=north": {
|
||||
"model": "hexcasting:block/circle/impetus/empty/dim_north"
|
||||
},
|
||||
"energized=false,facing=south": {
|
||||
"model": "hexcasting:block/circle/impetus/empty/dim_south",
|
||||
"y": 180
|
||||
},
|
||||
"energized=false,facing=up": {
|
||||
"model": "hexcasting:block/circle/impetus/empty/dim_up",
|
||||
"x": -90
|
||||
},
|
||||
"energized=false,facing=west": {
|
||||
"model": "hexcasting:block/circle/impetus/empty/dim_west",
|
||||
"y": 270
|
||||
},
|
||||
"energized=true,facing=down": {
|
||||
"model": "hexcasting:block/circle/impetus/empty/lit_down",
|
||||
"x": 90
|
||||
},
|
||||
"energized=true,facing=east": {
|
||||
"model": "hexcasting:block/circle/impetus/empty/lit_east",
|
||||
"y": 90
|
||||
},
|
||||
"energized=true,facing=north": {
|
||||
"model": "hexcasting:block/circle/impetus/empty/lit_north"
|
||||
},
|
||||
"energized=true,facing=south": {
|
||||
"model": "hexcasting:block/circle/impetus/empty/lit_south",
|
||||
"y": 180
|
||||
},
|
||||
"energized=true,facing=up": {
|
||||
"model": "hexcasting:block/circle/impetus/empty/lit_up",
|
||||
"x": -90
|
||||
},
|
||||
"energized=true,facing=west": {
|
||||
"model": "hexcasting:block/circle/impetus/empty/lit_west",
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,50 @@
|
|||
{
|
||||
"variants": {
|
||||
"energized=false,facing=down": {
|
||||
"model": "hexcasting:block/circle/impetus/look/dim_down",
|
||||
"x": 90
|
||||
},
|
||||
"energized=false,facing=east": {
|
||||
"model": "hexcasting:block/circle/impetus/look/dim_east",
|
||||
"y": 90
|
||||
},
|
||||
"energized=false,facing=north": {
|
||||
"model": "hexcasting:block/circle/impetus/look/dim_north"
|
||||
},
|
||||
"energized=false,facing=south": {
|
||||
"model": "hexcasting:block/circle/impetus/look/dim_south",
|
||||
"y": 180
|
||||
},
|
||||
"energized=false,facing=up": {
|
||||
"model": "hexcasting:block/circle/impetus/look/dim_up",
|
||||
"x": -90
|
||||
},
|
||||
"energized=false,facing=west": {
|
||||
"model": "hexcasting:block/circle/impetus/look/dim_west",
|
||||
"y": 270
|
||||
},
|
||||
"energized=true,facing=down": {
|
||||
"model": "hexcasting:block/circle/impetus/look/lit_down",
|
||||
"x": 90
|
||||
},
|
||||
"energized=true,facing=east": {
|
||||
"model": "hexcasting:block/circle/impetus/look/lit_east",
|
||||
"y": 90
|
||||
},
|
||||
"energized=true,facing=north": {
|
||||
"model": "hexcasting:block/circle/impetus/look/lit_north"
|
||||
},
|
||||
"energized=true,facing=south": {
|
||||
"model": "hexcasting:block/circle/impetus/look/lit_south",
|
||||
"y": 180
|
||||
},
|
||||
"energized=true,facing=up": {
|
||||
"model": "hexcasting:block/circle/impetus/look/lit_up",
|
||||
"x": -90
|
||||
},
|
||||
"energized=true,facing=west": {
|
||||
"model": "hexcasting:block/circle/impetus/look/lit_west",
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,96 @@
|
|||
{
|
||||
"variants": {
|
||||
"energized=false,facing=down,powered=false": {
|
||||
"model": "hexcasting:block/circle/impetus/redstone/dim_down",
|
||||
"x": 90
|
||||
},
|
||||
"energized=false,facing=down,powered=true": {
|
||||
"model": "hexcasting:block/circle/impetus/redstone/dim_down",
|
||||
"x": 90
|
||||
},
|
||||
"energized=false,facing=east,powered=false": {
|
||||
"model": "hexcasting:block/circle/impetus/redstone/dim_east",
|
||||
"y": 90
|
||||
},
|
||||
"energized=false,facing=east,powered=true": {
|
||||
"model": "hexcasting:block/circle/impetus/redstone/dim_east",
|
||||
"y": 90
|
||||
},
|
||||
"energized=false,facing=north,powered=false": {
|
||||
"model": "hexcasting:block/circle/impetus/redstone/dim_north"
|
||||
},
|
||||
"energized=false,facing=north,powered=true": {
|
||||
"model": "hexcasting:block/circle/impetus/redstone/dim_north"
|
||||
},
|
||||
"energized=false,facing=south,powered=false": {
|
||||
"model": "hexcasting:block/circle/impetus/redstone/dim_south",
|
||||
"y": 180
|
||||
},
|
||||
"energized=false,facing=south,powered=true": {
|
||||
"model": "hexcasting:block/circle/impetus/redstone/dim_south",
|
||||
"y": 180
|
||||
},
|
||||
"energized=false,facing=up,powered=false": {
|
||||
"model": "hexcasting:block/circle/impetus/redstone/dim_up",
|
||||
"x": -90
|
||||
},
|
||||
"energized=false,facing=up,powered=true": {
|
||||
"model": "hexcasting:block/circle/impetus/redstone/dim_up",
|
||||
"x": -90
|
||||
},
|
||||
"energized=false,facing=west,powered=false": {
|
||||
"model": "hexcasting:block/circle/impetus/redstone/dim_west",
|
||||
"y": 270
|
||||
},
|
||||
"energized=false,facing=west,powered=true": {
|
||||
"model": "hexcasting:block/circle/impetus/redstone/dim_west",
|
||||
"y": 270
|
||||
},
|
||||
"energized=true,facing=down,powered=false": {
|
||||
"model": "hexcasting:block/circle/impetus/redstone/lit_down",
|
||||
"x": 90
|
||||
},
|
||||
"energized=true,facing=down,powered=true": {
|
||||
"model": "hexcasting:block/circle/impetus/redstone/lit_down",
|
||||
"x": 90
|
||||
},
|
||||
"energized=true,facing=east,powered=false": {
|
||||
"model": "hexcasting:block/circle/impetus/redstone/lit_east",
|
||||
"y": 90
|
||||
},
|
||||
"energized=true,facing=east,powered=true": {
|
||||
"model": "hexcasting:block/circle/impetus/redstone/lit_east",
|
||||
"y": 90
|
||||
},
|
||||
"energized=true,facing=north,powered=false": {
|
||||
"model": "hexcasting:block/circle/impetus/redstone/lit_north"
|
||||
},
|
||||
"energized=true,facing=north,powered=true": {
|
||||
"model": "hexcasting:block/circle/impetus/redstone/lit_north"
|
||||
},
|
||||
"energized=true,facing=south,powered=false": {
|
||||
"model": "hexcasting:block/circle/impetus/redstone/lit_south",
|
||||
"y": 180
|
||||
},
|
||||
"energized=true,facing=south,powered=true": {
|
||||
"model": "hexcasting:block/circle/impetus/redstone/lit_south",
|
||||
"y": 180
|
||||
},
|
||||
"energized=true,facing=up,powered=false": {
|
||||
"model": "hexcasting:block/circle/impetus/redstone/lit_up",
|
||||
"x": -90
|
||||
},
|
||||
"energized=true,facing=up,powered=true": {
|
||||
"model": "hexcasting:block/circle/impetus/redstone/lit_up",
|
||||
"x": -90
|
||||
},
|
||||
"energized=true,facing=west,powered=false": {
|
||||
"model": "hexcasting:block/circle/impetus/redstone/lit_west",
|
||||
"y": 270
|
||||
},
|
||||
"energized=true,facing=west,powered=true": {
|
||||
"model": "hexcasting:block/circle/impetus/redstone/lit_west",
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,50 @@
|
|||
{
|
||||
"variants": {
|
||||
"energized=false,facing=down": {
|
||||
"model": "hexcasting:block/circle/impetus/rightclick/dim_down",
|
||||
"x": 90
|
||||
},
|
||||
"energized=false,facing=east": {
|
||||
"model": "hexcasting:block/circle/impetus/rightclick/dim_east",
|
||||
"y": 90
|
||||
},
|
||||
"energized=false,facing=north": {
|
||||
"model": "hexcasting:block/circle/impetus/rightclick/dim_north"
|
||||
},
|
||||
"energized=false,facing=south": {
|
||||
"model": "hexcasting:block/circle/impetus/rightclick/dim_south",
|
||||
"y": 180
|
||||
},
|
||||
"energized=false,facing=up": {
|
||||
"model": "hexcasting:block/circle/impetus/rightclick/dim_up",
|
||||
"x": -90
|
||||
},
|
||||
"energized=false,facing=west": {
|
||||
"model": "hexcasting:block/circle/impetus/rightclick/dim_west",
|
||||
"y": 270
|
||||
},
|
||||
"energized=true,facing=down": {
|
||||
"model": "hexcasting:block/circle/impetus/rightclick/lit_down",
|
||||
"x": 90
|
||||
},
|
||||
"energized=true,facing=east": {
|
||||
"model": "hexcasting:block/circle/impetus/rightclick/lit_east",
|
||||
"y": 90
|
||||
},
|
||||
"energized=true,facing=north": {
|
||||
"model": "hexcasting:block/circle/impetus/rightclick/lit_north"
|
||||
},
|
||||
"energized=true,facing=south": {
|
||||
"model": "hexcasting:block/circle/impetus/rightclick/lit_south",
|
||||
"y": 180
|
||||
},
|
||||
"energized=true,facing=up": {
|
||||
"model": "hexcasting:block/circle/impetus/rightclick/lit_up",
|
||||
"x": -90
|
||||
},
|
||||
"energized=true,facing=west": {
|
||||
"model": "hexcasting:block/circle/impetus/rightclick/lit_west",
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "hexcasting:block/quenched_allay"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "hexcasting:block/quenched_allay_bricks"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "hexcasting:block/quenched_allay_bricks_small"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "hexcasting:block/quenched_allay_tiles"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "hexcasting:block/scroll_paper"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "hexcasting:block/scroll_paper_lantern"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,122 @@
|
|||
{
|
||||
"variants": {
|
||||
"energized=false,face=ceiling,facing=east": {
|
||||
"model": "hexcasting:block/slate",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"energized=false,face=ceiling,facing=north": {
|
||||
"model": "hexcasting:block/slate",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"energized=false,face=ceiling,facing=south": {
|
||||
"model": "hexcasting:block/slate",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"energized=false,face=ceiling,facing=west": {
|
||||
"model": "hexcasting:block/slate",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"energized=false,face=floor,facing=east": {
|
||||
"model": "hexcasting:block/slate",
|
||||
"uvlock": true
|
||||
},
|
||||
"energized=false,face=floor,facing=north": {
|
||||
"model": "hexcasting:block/slate",
|
||||
"uvlock": true
|
||||
},
|
||||
"energized=false,face=floor,facing=south": {
|
||||
"model": "hexcasting:block/slate",
|
||||
"uvlock": true
|
||||
},
|
||||
"energized=false,face=floor,facing=west": {
|
||||
"model": "hexcasting:block/slate",
|
||||
"uvlock": true
|
||||
},
|
||||
"energized=false,face=wall,facing=east": {
|
||||
"model": "hexcasting:block/slate",
|
||||
"uvlock": true,
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"energized=false,face=wall,facing=north": {
|
||||
"model": "hexcasting:block/slate",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
},
|
||||
"energized=false,face=wall,facing=south": {
|
||||
"model": "hexcasting:block/slate",
|
||||
"uvlock": true,
|
||||
"x": 90,
|
||||
"y": 180
|
||||
},
|
||||
"energized=false,face=wall,facing=west": {
|
||||
"model": "hexcasting:block/slate",
|
||||
"uvlock": true,
|
||||
"x": 90,
|
||||
"y": 270
|
||||
},
|
||||
"energized=true,face=ceiling,facing=east": {
|
||||
"model": "hexcasting:block/slate",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"energized=true,face=ceiling,facing=north": {
|
||||
"model": "hexcasting:block/slate",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"energized=true,face=ceiling,facing=south": {
|
||||
"model": "hexcasting:block/slate",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"energized=true,face=ceiling,facing=west": {
|
||||
"model": "hexcasting:block/slate",
|
||||
"uvlock": true,
|
||||
"x": 180
|
||||
},
|
||||
"energized=true,face=floor,facing=east": {
|
||||
"model": "hexcasting:block/slate",
|
||||
"uvlock": true
|
||||
},
|
||||
"energized=true,face=floor,facing=north": {
|
||||
"model": "hexcasting:block/slate",
|
||||
"uvlock": true
|
||||
},
|
||||
"energized=true,face=floor,facing=south": {
|
||||
"model": "hexcasting:block/slate",
|
||||
"uvlock": true
|
||||
},
|
||||
"energized=true,face=floor,facing=west": {
|
||||
"model": "hexcasting:block/slate",
|
||||
"uvlock": true
|
||||
},
|
||||
"energized=true,face=wall,facing=east": {
|
||||
"model": "hexcasting:block/slate",
|
||||
"uvlock": true,
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"energized=true,face=wall,facing=north": {
|
||||
"model": "hexcasting:block/slate",
|
||||
"uvlock": true,
|
||||
"x": 90
|
||||
},
|
||||
"energized=true,face=wall,facing=south": {
|
||||
"model": "hexcasting:block/slate",
|
||||
"uvlock": true,
|
||||
"x": 90,
|
||||
"y": 180
|
||||
},
|
||||
"energized=true,face=wall,facing=west": {
|
||||
"model": "hexcasting:block/slate",
|
||||
"uvlock": true,
|
||||
"x": 90,
|
||||
"y": 270
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"variants": {
|
||||
"": [
|
||||
{
|
||||
"model": "hexcasting:block/deco/slate_amethyst_bricks_0"
|
||||
},
|
||||
{
|
||||
"model": "hexcasting:block/deco/slate_amethyst_bricks_1"
|
||||
},
|
||||
{
|
||||
"model": "hexcasting:block/deco/slate_amethyst_bricks_2"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"variants": {
|
||||
"": [
|
||||
{
|
||||
"model": "hexcasting:block/deco/slate_amethyst_bricks_small_0"
|
||||
},
|
||||
{
|
||||
"model": "hexcasting:block/deco/slate_amethyst_bricks_small_1"
|
||||
},
|
||||
{
|
||||
"model": "hexcasting:block/deco/slate_amethyst_bricks_small_2"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "hexcasting:block/slate_amethyst_pillar_horizontal",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "hexcasting:block/slate_amethyst_pillar"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "hexcasting:block/slate_amethyst_pillar_horizontal",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "hexcasting:block/deco/slate_amethyst_tiles"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "hexcasting:block/slate_block"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "hexcasting:block/deco/slate_bricks"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "hexcasting:block/deco/slate_bricks_small"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "hexcasting:block/slate_pillar_horizontal",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "hexcasting:block/slate_pillar"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "hexcasting:block/slate_pillar_horizontal",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "hexcasting:block/deco/slate_tiles"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "hexcasting:block/stripped_edified_log_horizontal",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "hexcasting:block/stripped_edified_log"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "hexcasting:block/stripped_edified_log_horizontal",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "hexcasting:block/stripped_edified_wood_horizontal",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "hexcasting:block/stripped_edified_wood"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "hexcasting:block/stripped_edified_wood_horizontal",
|
||||
"x": 90
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,68 @@
|
|||
{
|
||||
"elements": [
|
||||
{
|
||||
"faces": {
|
||||
"down": {
|
||||
"cullface": "down",
|
||||
"texture": "#top_bottom"
|
||||
},
|
||||
"east": {
|
||||
"cullface": "east",
|
||||
"texture": "#side"
|
||||
},
|
||||
"north": {
|
||||
"cullface": "north",
|
||||
"texture": "#front"
|
||||
},
|
||||
"south": {
|
||||
"cullface": "south",
|
||||
"texture": "#side"
|
||||
},
|
||||
"up": {
|
||||
"cullface": "up",
|
||||
"texture": "#top_bottom"
|
||||
},
|
||||
"west": {
|
||||
"cullface": "west",
|
||||
"texture": "#side"
|
||||
}
|
||||
},
|
||||
"from": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"to": [
|
||||
16,
|
||||
16,
|
||||
16
|
||||
]
|
||||
},
|
||||
{
|
||||
"faces": {
|
||||
"north": {
|
||||
"cullface": "north",
|
||||
"texture": "#overlay",
|
||||
"tintindex": 0
|
||||
}
|
||||
},
|
||||
"from": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"to": [
|
||||
16,
|
||||
16,
|
||||
16
|
||||
]
|
||||
}
|
||||
],
|
||||
"render_type": "minecraft:cutout",
|
||||
"textures": {
|
||||
"front": "hexcasting:block/akashic_bookshelf",
|
||||
"particle": "hexcasting:block/akashic_bookshelf_vert",
|
||||
"side": "hexcasting:block/akashic_bookshelf_horiz",
|
||||
"top_bottom": "hexcasting:block/akashic_bookshelf_vert"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "hexcasting:block/akashic_bookshelf",
|
||||
"textures": {
|
||||
"overlay": "hexcasting:block/akashic_bookshelf_overlay_1"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "hexcasting:block/akashic_bookshelf",
|
||||
"textures": {
|
||||
"overlay": "hexcasting:block/akashic_bookshelf_overlay_2"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "hexcasting:block/akashic_bookshelf",
|
||||
"textures": {
|
||||
"overlay": "hexcasting:block/akashic_bookshelf_overlay_3"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "hexcasting:block/akashic_bookshelf",
|
||||
"textures": {
|
||||
"overlay": "hexcasting:block/akashic_bookshelf_overlay_4"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/orientable",
|
||||
"textures": {
|
||||
"front": "hexcasting:block/akashic_bookshelf",
|
||||
"side": "hexcasting:block/akashic_bookshelf_horiz",
|
||||
"top": "hexcasting:block/akashic_bookshelf_vert"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "hexcasting:block/akashic_ligature"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,87 @@
|
|||
{
|
||||
"parent": "minecraft:block/block",
|
||||
"elements": [
|
||||
{
|
||||
"faces": {
|
||||
"down": {
|
||||
"cullface": "down",
|
||||
"texture": "#outer"
|
||||
},
|
||||
"east": {
|
||||
"cullface": "east",
|
||||
"texture": "#outer"
|
||||
},
|
||||
"north": {
|
||||
"cullface": "north",
|
||||
"texture": "#outer"
|
||||
},
|
||||
"south": {
|
||||
"cullface": "south",
|
||||
"texture": "#outer"
|
||||
},
|
||||
"up": {
|
||||
"cullface": "up",
|
||||
"texture": "#outer"
|
||||
},
|
||||
"west": {
|
||||
"cullface": "west",
|
||||
"texture": "#outer"
|
||||
}
|
||||
},
|
||||
"from": [
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"to": [
|
||||
16,
|
||||
16,
|
||||
16
|
||||
]
|
||||
},
|
||||
{
|
||||
"faces": {
|
||||
"down": {
|
||||
"rotation": 180,
|
||||
"texture": "#inner"
|
||||
},
|
||||
"east": {
|
||||
"rotation": 180,
|
||||
"texture": "#inner"
|
||||
},
|
||||
"north": {
|
||||
"rotation": 180,
|
||||
"texture": "#inner"
|
||||
},
|
||||
"south": {
|
||||
"rotation": 180,
|
||||
"texture": "#inner"
|
||||
},
|
||||
"up": {
|
||||
"rotation": 180,
|
||||
"texture": "#inner"
|
||||
},
|
||||
"west": {
|
||||
"rotation": 180,
|
||||
"texture": "#inner"
|
||||
}
|
||||
},
|
||||
"from": [
|
||||
15.75,
|
||||
15.75,
|
||||
15.75
|
||||
],
|
||||
"to": [
|
||||
0.25,
|
||||
0.25,
|
||||
0.25
|
||||
]
|
||||
}
|
||||
],
|
||||
"render_type": "minecraft:translucent",
|
||||
"textures": {
|
||||
"inner": "hexcasting:block/akashic_ligature",
|
||||
"outer": "hexcasting:block/akashic_record",
|
||||
"particle": "hexcasting:block/akashic_ligature"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "hexcasting:block/cube_half_mirrored",
|
||||
"textures": {
|
||||
"all": "hexcasting:block/amethyst_dust_block"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "minecraft:block/leaves",
|
||||
"render_type": "minecraft:cutout_mipped",
|
||||
"textures": {
|
||||
"all": "hexcasting:block/amethyst_edified_leaves"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "hexcasting:block/ancient_scroll_paper"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube_bottom_top",
|
||||
"textures": {
|
||||
"bottom": "hexcasting:block/ancient_scroll_paper_lantern_bottom",
|
||||
"side": "hexcasting:block/ancient_scroll_paper_lantern_side",
|
||||
"top": "hexcasting:block/ancient_scroll_paper_lantern_top"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "minecraft:block/leaves",
|
||||
"render_type": "minecraft:cutout_mipped",
|
||||
"textures": {
|
||||
"all": "hexcasting:block/aventurine_edified_leaves"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube",
|
||||
"textures": {
|
||||
"down": "hexcasting:block/circle/bottom",
|
||||
"east": "hexcasting:block/circle/directrix/boolean/left_false",
|
||||
"north": "hexcasting:block/circle/directrix/boolean/front_dim_false",
|
||||
"particle": "hexcasting:block/slate",
|
||||
"south": "hexcasting:block/circle/directrix/boolean/back_not_true",
|
||||
"up": "hexcasting:block/circle/directrix/boolean/top_false",
|
||||
"west": "hexcasting:block/circle/directrix/boolean/right_false"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube",
|
||||
"textures": {
|
||||
"down": "hexcasting:block/circle/bottom",
|
||||
"east": "hexcasting:block/circle/directrix/boolean/left_false",
|
||||
"north": "hexcasting:block/circle/directrix/boolean/front_dim_false",
|
||||
"particle": "hexcasting:block/slate",
|
||||
"south": "hexcasting:block/circle/directrix/boolean/back_not_true",
|
||||
"up": "hexcasting:block/circle/directrix/boolean/top_false",
|
||||
"west": "hexcasting:block/circle/directrix/boolean/right_false"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube",
|
||||
"textures": {
|
||||
"down": "hexcasting:block/circle/bottom",
|
||||
"east": "hexcasting:block/circle/directrix/boolean/left_false",
|
||||
"north": "hexcasting:block/circle/directrix/boolean/front_dim_false",
|
||||
"particle": "hexcasting:block/slate",
|
||||
"south": "hexcasting:block/circle/directrix/boolean/back_not_true",
|
||||
"up": "hexcasting:block/circle/directrix/boolean/top_false",
|
||||
"west": "hexcasting:block/circle/directrix/boolean/right_false"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube",
|
||||
"textures": {
|
||||
"down": "hexcasting:block/circle/bottom",
|
||||
"east": "hexcasting:block/circle/directrix/boolean/left_false",
|
||||
"north": "hexcasting:block/circle/directrix/boolean/front_dim_false",
|
||||
"particle": "hexcasting:block/slate",
|
||||
"south": "hexcasting:block/circle/directrix/boolean/back_not_true",
|
||||
"up": "hexcasting:block/circle/directrix/boolean/top_false",
|
||||
"west": "hexcasting:block/circle/directrix/boolean/right_false"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube",
|
||||
"textures": {
|
||||
"down": "hexcasting:block/circle/bottom",
|
||||
"east": "hexcasting:block/circle/directrix/boolean/left_false",
|
||||
"north": "hexcasting:block/circle/directrix/boolean/front_dim_false",
|
||||
"particle": "hexcasting:block/slate",
|
||||
"south": "hexcasting:block/circle/directrix/boolean/back_not_true",
|
||||
"up": "hexcasting:block/circle/directrix/boolean/top_false",
|
||||
"west": "hexcasting:block/circle/directrix/boolean/right_false"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube",
|
||||
"textures": {
|
||||
"down": "hexcasting:block/circle/bottom",
|
||||
"east": "hexcasting:block/circle/directrix/boolean/left_false",
|
||||
"north": "hexcasting:block/circle/directrix/boolean/front_dim_false",
|
||||
"particle": "hexcasting:block/slate",
|
||||
"south": "hexcasting:block/circle/directrix/boolean/back_not_true",
|
||||
"up": "hexcasting:block/circle/directrix/boolean/top_false",
|
||||
"west": "hexcasting:block/circle/directrix/boolean/right_false"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube",
|
||||
"textures": {
|
||||
"down": "hexcasting:block/circle/bottom",
|
||||
"east": "hexcasting:block/circle/directrix/boolean/left_neither",
|
||||
"north": "hexcasting:block/circle/directrix/boolean/front_not_false",
|
||||
"particle": "hexcasting:block/slate",
|
||||
"south": "hexcasting:block/circle/directrix/boolean/back_not_true",
|
||||
"up": "hexcasting:block/circle/directrix/boolean/top_neither",
|
||||
"west": "hexcasting:block/circle/directrix/boolean/right_neither"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube",
|
||||
"textures": {
|
||||
"down": "hexcasting:block/circle/bottom",
|
||||
"east": "hexcasting:block/circle/directrix/boolean/left_neither",
|
||||
"north": "hexcasting:block/circle/directrix/boolean/front_not_false",
|
||||
"particle": "hexcasting:block/slate",
|
||||
"south": "hexcasting:block/circle/directrix/boolean/back_not_true",
|
||||
"up": "hexcasting:block/circle/directrix/boolean/top_neither",
|
||||
"west": "hexcasting:block/circle/directrix/boolean/right_neither"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube",
|
||||
"textures": {
|
||||
"down": "hexcasting:block/circle/bottom",
|
||||
"east": "hexcasting:block/circle/directrix/boolean/left_neither",
|
||||
"north": "hexcasting:block/circle/directrix/boolean/front_not_false",
|
||||
"particle": "hexcasting:block/slate",
|
||||
"south": "hexcasting:block/circle/directrix/boolean/back_not_true",
|
||||
"up": "hexcasting:block/circle/directrix/boolean/top_neither",
|
||||
"west": "hexcasting:block/circle/directrix/boolean/right_neither"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube",
|
||||
"textures": {
|
||||
"down": "hexcasting:block/circle/bottom",
|
||||
"east": "hexcasting:block/circle/directrix/boolean/left_neither",
|
||||
"north": "hexcasting:block/circle/directrix/boolean/front_not_false",
|
||||
"particle": "hexcasting:block/slate",
|
||||
"south": "hexcasting:block/circle/directrix/boolean/back_not_true",
|
||||
"up": "hexcasting:block/circle/directrix/boolean/top_neither",
|
||||
"west": "hexcasting:block/circle/directrix/boolean/right_neither"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube",
|
||||
"textures": {
|
||||
"down": "hexcasting:block/circle/bottom",
|
||||
"east": "hexcasting:block/circle/directrix/boolean/left_neither",
|
||||
"north": "hexcasting:block/circle/directrix/boolean/front_not_false",
|
||||
"particle": "hexcasting:block/slate",
|
||||
"south": "hexcasting:block/circle/directrix/boolean/back_not_true",
|
||||
"up": "hexcasting:block/circle/directrix/boolean/top_neither",
|
||||
"west": "hexcasting:block/circle/directrix/boolean/right_neither"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube",
|
||||
"textures": {
|
||||
"down": "hexcasting:block/circle/bottom",
|
||||
"east": "hexcasting:block/circle/directrix/boolean/left_neither",
|
||||
"north": "hexcasting:block/circle/directrix/boolean/front_not_false",
|
||||
"particle": "hexcasting:block/slate",
|
||||
"south": "hexcasting:block/circle/directrix/boolean/back_not_true",
|
||||
"up": "hexcasting:block/circle/directrix/boolean/top_neither",
|
||||
"west": "hexcasting:block/circle/directrix/boolean/right_neither"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube",
|
||||
"textures": {
|
||||
"down": "hexcasting:block/circle/bottom",
|
||||
"east": "hexcasting:block/circle/directrix/boolean/left_true",
|
||||
"north": "hexcasting:block/circle/directrix/boolean/front_not_false",
|
||||
"particle": "hexcasting:block/slate",
|
||||
"south": "hexcasting:block/circle/directrix/boolean/back_dim_true",
|
||||
"up": "hexcasting:block/circle/directrix/boolean/top_true",
|
||||
"west": "hexcasting:block/circle/directrix/boolean/right_true"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube",
|
||||
"textures": {
|
||||
"down": "hexcasting:block/circle/bottom",
|
||||
"east": "hexcasting:block/circle/directrix/boolean/left_true",
|
||||
"north": "hexcasting:block/circle/directrix/boolean/front_not_false",
|
||||
"particle": "hexcasting:block/slate",
|
||||
"south": "hexcasting:block/circle/directrix/boolean/back_dim_true",
|
||||
"up": "hexcasting:block/circle/directrix/boolean/top_true",
|
||||
"west": "hexcasting:block/circle/directrix/boolean/right_true"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube",
|
||||
"textures": {
|
||||
"down": "hexcasting:block/circle/bottom",
|
||||
"east": "hexcasting:block/circle/directrix/boolean/left_true",
|
||||
"north": "hexcasting:block/circle/directrix/boolean/front_not_false",
|
||||
"particle": "hexcasting:block/slate",
|
||||
"south": "hexcasting:block/circle/directrix/boolean/back_dim_true",
|
||||
"up": "hexcasting:block/circle/directrix/boolean/top_true",
|
||||
"west": "hexcasting:block/circle/directrix/boolean/right_true"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube",
|
||||
"textures": {
|
||||
"down": "hexcasting:block/circle/bottom",
|
||||
"east": "hexcasting:block/circle/directrix/boolean/left_true",
|
||||
"north": "hexcasting:block/circle/directrix/boolean/front_not_false",
|
||||
"particle": "hexcasting:block/slate",
|
||||
"south": "hexcasting:block/circle/directrix/boolean/back_dim_true",
|
||||
"up": "hexcasting:block/circle/directrix/boolean/top_true",
|
||||
"west": "hexcasting:block/circle/directrix/boolean/right_true"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube",
|
||||
"textures": {
|
||||
"down": "hexcasting:block/circle/bottom",
|
||||
"east": "hexcasting:block/circle/directrix/boolean/left_true",
|
||||
"north": "hexcasting:block/circle/directrix/boolean/front_not_false",
|
||||
"particle": "hexcasting:block/slate",
|
||||
"south": "hexcasting:block/circle/directrix/boolean/back_dim_true",
|
||||
"up": "hexcasting:block/circle/directrix/boolean/top_true",
|
||||
"west": "hexcasting:block/circle/directrix/boolean/right_true"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube",
|
||||
"textures": {
|
||||
"down": "hexcasting:block/circle/bottom",
|
||||
"east": "hexcasting:block/circle/directrix/boolean/left_true",
|
||||
"north": "hexcasting:block/circle/directrix/boolean/front_not_false",
|
||||
"particle": "hexcasting:block/slate",
|
||||
"south": "hexcasting:block/circle/directrix/boolean/back_dim_true",
|
||||
"up": "hexcasting:block/circle/directrix/boolean/top_true",
|
||||
"west": "hexcasting:block/circle/directrix/boolean/right_true"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube",
|
||||
"textures": {
|
||||
"down": "hexcasting:block/circle/bottom",
|
||||
"east": "hexcasting:block/circle/directrix/boolean/left_false",
|
||||
"north": "hexcasting:block/circle/directrix/boolean/front_lit_false",
|
||||
"particle": "hexcasting:block/slate",
|
||||
"south": "hexcasting:block/circle/directrix/boolean/back_not_true",
|
||||
"up": "hexcasting:block/circle/directrix/boolean/top_false",
|
||||
"west": "hexcasting:block/circle/directrix/boolean/right_false"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube",
|
||||
"textures": {
|
||||
"down": "hexcasting:block/circle/bottom",
|
||||
"east": "hexcasting:block/circle/directrix/boolean/left_false",
|
||||
"north": "hexcasting:block/circle/directrix/boolean/front_lit_false",
|
||||
"particle": "hexcasting:block/slate",
|
||||
"south": "hexcasting:block/circle/directrix/boolean/back_not_true",
|
||||
"up": "hexcasting:block/circle/directrix/boolean/top_false",
|
||||
"west": "hexcasting:block/circle/directrix/boolean/right_false"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube",
|
||||
"textures": {
|
||||
"down": "hexcasting:block/circle/bottom",
|
||||
"east": "hexcasting:block/circle/directrix/boolean/left_false",
|
||||
"north": "hexcasting:block/circle/directrix/boolean/front_lit_false",
|
||||
"particle": "hexcasting:block/slate",
|
||||
"south": "hexcasting:block/circle/directrix/boolean/back_not_true",
|
||||
"up": "hexcasting:block/circle/directrix/boolean/top_false",
|
||||
"west": "hexcasting:block/circle/directrix/boolean/right_false"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube",
|
||||
"textures": {
|
||||
"down": "hexcasting:block/circle/bottom",
|
||||
"east": "hexcasting:block/circle/directrix/boolean/left_false",
|
||||
"north": "hexcasting:block/circle/directrix/boolean/front_lit_false",
|
||||
"particle": "hexcasting:block/slate",
|
||||
"south": "hexcasting:block/circle/directrix/boolean/back_not_true",
|
||||
"up": "hexcasting:block/circle/directrix/boolean/top_false",
|
||||
"west": "hexcasting:block/circle/directrix/boolean/right_false"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube",
|
||||
"textures": {
|
||||
"down": "hexcasting:block/circle/bottom",
|
||||
"east": "hexcasting:block/circle/directrix/boolean/left_false",
|
||||
"north": "hexcasting:block/circle/directrix/boolean/front_lit_false",
|
||||
"particle": "hexcasting:block/slate",
|
||||
"south": "hexcasting:block/circle/directrix/boolean/back_not_true",
|
||||
"up": "hexcasting:block/circle/directrix/boolean/top_false",
|
||||
"west": "hexcasting:block/circle/directrix/boolean/right_false"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube",
|
||||
"textures": {
|
||||
"down": "hexcasting:block/circle/bottom",
|
||||
"east": "hexcasting:block/circle/directrix/boolean/left_false",
|
||||
"north": "hexcasting:block/circle/directrix/boolean/front_lit_false",
|
||||
"particle": "hexcasting:block/slate",
|
||||
"south": "hexcasting:block/circle/directrix/boolean/back_not_true",
|
||||
"up": "hexcasting:block/circle/directrix/boolean/top_false",
|
||||
"west": "hexcasting:block/circle/directrix/boolean/right_false"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube",
|
||||
"textures": {
|
||||
"down": "hexcasting:block/circle/bottom",
|
||||
"east": "hexcasting:block/circle/directrix/boolean/left_neither",
|
||||
"north": "hexcasting:block/circle/directrix/boolean/front_not_false",
|
||||
"particle": "hexcasting:block/slate",
|
||||
"south": "hexcasting:block/circle/directrix/boolean/back_not_true",
|
||||
"up": "hexcasting:block/circle/directrix/boolean/top_neither",
|
||||
"west": "hexcasting:block/circle/directrix/boolean/right_neither"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube",
|
||||
"textures": {
|
||||
"down": "hexcasting:block/circle/bottom",
|
||||
"east": "hexcasting:block/circle/directrix/boolean/left_neither",
|
||||
"north": "hexcasting:block/circle/directrix/boolean/front_not_false",
|
||||
"particle": "hexcasting:block/slate",
|
||||
"south": "hexcasting:block/circle/directrix/boolean/back_not_true",
|
||||
"up": "hexcasting:block/circle/directrix/boolean/top_neither",
|
||||
"west": "hexcasting:block/circle/directrix/boolean/right_neither"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube",
|
||||
"textures": {
|
||||
"down": "hexcasting:block/circle/bottom",
|
||||
"east": "hexcasting:block/circle/directrix/boolean/left_neither",
|
||||
"north": "hexcasting:block/circle/directrix/boolean/front_not_false",
|
||||
"particle": "hexcasting:block/slate",
|
||||
"south": "hexcasting:block/circle/directrix/boolean/back_not_true",
|
||||
"up": "hexcasting:block/circle/directrix/boolean/top_neither",
|
||||
"west": "hexcasting:block/circle/directrix/boolean/right_neither"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube",
|
||||
"textures": {
|
||||
"down": "hexcasting:block/circle/bottom",
|
||||
"east": "hexcasting:block/circle/directrix/boolean/left_neither",
|
||||
"north": "hexcasting:block/circle/directrix/boolean/front_not_false",
|
||||
"particle": "hexcasting:block/slate",
|
||||
"south": "hexcasting:block/circle/directrix/boolean/back_not_true",
|
||||
"up": "hexcasting:block/circle/directrix/boolean/top_neither",
|
||||
"west": "hexcasting:block/circle/directrix/boolean/right_neither"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube",
|
||||
"textures": {
|
||||
"down": "hexcasting:block/circle/bottom",
|
||||
"east": "hexcasting:block/circle/directrix/boolean/left_neither",
|
||||
"north": "hexcasting:block/circle/directrix/boolean/front_not_false",
|
||||
"particle": "hexcasting:block/slate",
|
||||
"south": "hexcasting:block/circle/directrix/boolean/back_not_true",
|
||||
"up": "hexcasting:block/circle/directrix/boolean/top_neither",
|
||||
"west": "hexcasting:block/circle/directrix/boolean/right_neither"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube",
|
||||
"textures": {
|
||||
"down": "hexcasting:block/circle/bottom",
|
||||
"east": "hexcasting:block/circle/directrix/boolean/left_neither",
|
||||
"north": "hexcasting:block/circle/directrix/boolean/front_not_false",
|
||||
"particle": "hexcasting:block/slate",
|
||||
"south": "hexcasting:block/circle/directrix/boolean/back_not_true",
|
||||
"up": "hexcasting:block/circle/directrix/boolean/top_neither",
|
||||
"west": "hexcasting:block/circle/directrix/boolean/right_neither"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube",
|
||||
"textures": {
|
||||
"down": "hexcasting:block/circle/bottom",
|
||||
"east": "hexcasting:block/circle/directrix/boolean/left_true",
|
||||
"north": "hexcasting:block/circle/directrix/boolean/front_not_false",
|
||||
"particle": "hexcasting:block/slate",
|
||||
"south": "hexcasting:block/circle/directrix/boolean/back_lit_true",
|
||||
"up": "hexcasting:block/circle/directrix/boolean/top_true",
|
||||
"west": "hexcasting:block/circle/directrix/boolean/right_true"
|
||||
}
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue