Re-add 0.10.3 support

This commit is contained in:
object-Object 2023-09-02 00:41:29 -04:00
parent 9f5f37246d
commit b4f305ec4b
1735 changed files with 61625 additions and 35 deletions

2
.vscode/launch.json vendored
View file

@ -18,7 +18,7 @@
"request": "launch",
"module": "hexdoc.hexdoc",
"args": [
"doc/properties.toml", "-o", "out"
"0.10.3/doc/properties.toml", "-o", "out",// "--allow-missing"
],
"console": "integratedTerminal",
"justMyCode": false

View file

@ -0,0 +1,60 @@
plugins {
id 'org.spongepowered.gradle.vanilla' version '0.2.1-SNAPSHOT'
}
archivesBaseName = getArtifactID("common")
minecraft {
version(minecraftVersion)
accessWideners 'src/main/resources/hexplat.accesswidener'
}
repositories {
mavenCentral()
// If you have mod jar dependencies in ./libs, you can declare them as a repository like so:
// flatDir {
// dir 'libs'
// }
maven { url 'https://maven.blamejared.com' }
maven {
// location of the maven that hosts JEI files
name = "Progwml6 maven"
url = "https://dvs1.progwml6.com/files/maven/"
}
maven {
// location of a maven mirror for JEI files, as a fallback
name = "ModMaven"
url = "https://modmaven.dev"
}
}
dependencies {
compileOnly group: 'org.spongepowered', name: 'mixin', version: '0.8.5'
implementation group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.1'
compileOnly "at.petra-k.paucal:paucal-common-$minecraftVersion:$paucalVersion"
compileOnly "vazkii.patchouli:Patchouli-xplat:$minecraftVersion-$patchouliVersion"
compileOnly "org.jetbrains:annotations:$jetbrainsAnnotationsVersion"
testCompileOnly "org.jetbrains:annotations:$jetbrainsAnnotationsVersion"
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.6.1'
}
test {
useJUnitPlatform()
}
processResources {
def buildProps = project.properties.clone()
filesMatching(['pack.mcmeta']) {
expand buildProps
}
}
setupJar(this)

View file

@ -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
}
]
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "hexcasting:block/akashic_ligature"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "hexcasting:block/akashic_record"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "hexcasting:block/amethyst_dust_block"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "hexcasting:block/amethyst_edified_leaves"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "hexcasting:block/amethyst_sconce"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "hexcasting:block/amethyst_tiles"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "hexcasting:block/ancient_scroll_paper"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "hexcasting:block/ancient_scroll_paper_lantern"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "hexcasting:block/aventurine_edified_leaves"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "hexcasting:block/citrine_edified_leaves"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "hexcasting:block/conjured"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "hexcasting:block/conjured"
}
}
}

View file

@ -0,0 +1,76 @@
{
"variants": {
"energized=false,facing=down,powered=false": {
"model": "hexcasting:block/redstone_directrix_unpowered_dim_down"
},
"energized=false,facing=down,powered=true": {
"model": "hexcasting:block/redstone_directrix_powered_dim_down"
},
"energized=false,facing=east,powered=false": {
"model": "hexcasting:block/redstone_directrix_unpowered_dim_east"
},
"energized=false,facing=east,powered=true": {
"model": "hexcasting:block/redstone_directrix_powered_dim_east"
},
"energized=false,facing=north,powered=false": {
"model": "hexcasting:block/redstone_directrix_unpowered_dim_north"
},
"energized=false,facing=north,powered=true": {
"model": "hexcasting:block/redstone_directrix_powered_dim_north"
},
"energized=false,facing=south,powered=false": {
"model": "hexcasting:block/redstone_directrix_unpowered_dim_south"
},
"energized=false,facing=south,powered=true": {
"model": "hexcasting:block/redstone_directrix_powered_dim_south"
},
"energized=false,facing=up,powered=false": {
"model": "hexcasting:block/redstone_directrix_unpowered_dim_up"
},
"energized=false,facing=up,powered=true": {
"model": "hexcasting:block/redstone_directrix_powered_dim_up"
},
"energized=false,facing=west,powered=false": {
"model": "hexcasting:block/redstone_directrix_unpowered_dim_west"
},
"energized=false,facing=west,powered=true": {
"model": "hexcasting:block/redstone_directrix_powered_dim_west"
},
"energized=true,facing=down,powered=false": {
"model": "hexcasting:block/redstone_directrix_unpowered_lit_down"
},
"energized=true,facing=down,powered=true": {
"model": "hexcasting:block/redstone_directrix_powered_lit_down"
},
"energized=true,facing=east,powered=false": {
"model": "hexcasting:block/redstone_directrix_unpowered_lit_east"
},
"energized=true,facing=east,powered=true": {
"model": "hexcasting:block/redstone_directrix_powered_lit_east"
},
"energized=true,facing=north,powered=false": {
"model": "hexcasting:block/redstone_directrix_unpowered_lit_north"
},
"energized=true,facing=north,powered=true": {
"model": "hexcasting:block/redstone_directrix_powered_lit_north"
},
"energized=true,facing=south,powered=false": {
"model": "hexcasting:block/redstone_directrix_unpowered_lit_south"
},
"energized=true,facing=south,powered=true": {
"model": "hexcasting:block/redstone_directrix_powered_lit_south"
},
"energized=true,facing=up,powered=false": {
"model": "hexcasting:block/redstone_directrix_unpowered_lit_up"
},
"energized=true,facing=up,powered=true": {
"model": "hexcasting:block/redstone_directrix_powered_lit_up"
},
"energized=true,facing=west,powered=false": {
"model": "hexcasting:block/redstone_directrix_unpowered_lit_west"
},
"energized=true,facing=west,powered=true": {
"model": "hexcasting:block/redstone_directrix_powered_lit_west"
}
}
}

View file

@ -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
}
}
}

View file

@ -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
}
}
}

View file

@ -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
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "hexcasting:block/edified_panel"
}
}
}

View file

@ -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"
}
]
}
}

View file

@ -0,0 +1,10 @@
{
"variants": {
"powered=false": {
"model": "hexcasting:block/edified_pressure_plate"
},
"powered=true": {
"model": "hexcasting:block/edified_pressure_plate_down"
}
}
}

View file

@ -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"
}
}
}

View file

@ -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
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "hexcasting:block/edified_tile"
}
}
}

View file

@ -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
}
}
}

View file

@ -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
}
}
}

View file

@ -0,0 +1,22 @@
{
"variants": {
"axis=x,energized=false": {
"model": "hexcasting:block/empty_directrix_dim_x"
},
"axis=x,energized=true": {
"model": "hexcasting:block/empty_directrix_lit_x"
},
"axis=y,energized=false": {
"model": "hexcasting:block/empty_directrix_dim_y"
},
"axis=y,energized=true": {
"model": "hexcasting:block/empty_directrix_lit_y"
},
"axis=z,energized=false": {
"model": "hexcasting:block/empty_directrix_dim_z"
},
"axis=z,energized=true": {
"model": "hexcasting:block/empty_directrix_lit_z"
}
}
}

View file

@ -0,0 +1,40 @@
{
"variants": {
"energized=false,facing=down": {
"model": "hexcasting:block/empty_impetus_dim_down"
},
"energized=false,facing=east": {
"model": "hexcasting:block/empty_impetus_dim_east"
},
"energized=false,facing=north": {
"model": "hexcasting:block/empty_impetus_dim_north"
},
"energized=false,facing=south": {
"model": "hexcasting:block/empty_impetus_dim_south"
},
"energized=false,facing=up": {
"model": "hexcasting:block/empty_impetus_dim_up"
},
"energized=false,facing=west": {
"model": "hexcasting:block/empty_impetus_dim_west"
},
"energized=true,facing=down": {
"model": "hexcasting:block/empty_impetus_lit_down"
},
"energized=true,facing=east": {
"model": "hexcasting:block/empty_impetus_lit_east"
},
"energized=true,facing=north": {
"model": "hexcasting:block/empty_impetus_lit_north"
},
"energized=true,facing=south": {
"model": "hexcasting:block/empty_impetus_lit_south"
},
"energized=true,facing=up": {
"model": "hexcasting:block/empty_impetus_lit_up"
},
"energized=true,facing=west": {
"model": "hexcasting:block/empty_impetus_lit_west"
}
}
}

View file

@ -0,0 +1,40 @@
{
"variants": {
"energized=false,facing=down": {
"model": "hexcasting:block/impetus_look_dim_down"
},
"energized=false,facing=east": {
"model": "hexcasting:block/impetus_look_dim_east"
},
"energized=false,facing=north": {
"model": "hexcasting:block/impetus_look_dim_north"
},
"energized=false,facing=south": {
"model": "hexcasting:block/impetus_look_dim_south"
},
"energized=false,facing=up": {
"model": "hexcasting:block/impetus_look_dim_up"
},
"energized=false,facing=west": {
"model": "hexcasting:block/impetus_look_dim_west"
},
"energized=true,facing=down": {
"model": "hexcasting:block/impetus_look_lit_down"
},
"energized=true,facing=east": {
"model": "hexcasting:block/impetus_look_lit_east"
},
"energized=true,facing=north": {
"model": "hexcasting:block/impetus_look_lit_north"
},
"energized=true,facing=south": {
"model": "hexcasting:block/impetus_look_lit_south"
},
"energized=true,facing=up": {
"model": "hexcasting:block/impetus_look_lit_up"
},
"energized=true,facing=west": {
"model": "hexcasting:block/impetus_look_lit_west"
}
}
}

View file

@ -0,0 +1,40 @@
{
"variants": {
"energized=false,facing=down": {
"model": "hexcasting:block/impetus_rightclick_dim_down"
},
"energized=false,facing=east": {
"model": "hexcasting:block/impetus_rightclick_dim_east"
},
"energized=false,facing=north": {
"model": "hexcasting:block/impetus_rightclick_dim_north"
},
"energized=false,facing=south": {
"model": "hexcasting:block/impetus_rightclick_dim_south"
},
"energized=false,facing=up": {
"model": "hexcasting:block/impetus_rightclick_dim_up"
},
"energized=false,facing=west": {
"model": "hexcasting:block/impetus_rightclick_dim_west"
},
"energized=true,facing=down": {
"model": "hexcasting:block/impetus_rightclick_lit_down"
},
"energized=true,facing=east": {
"model": "hexcasting:block/impetus_rightclick_lit_east"
},
"energized=true,facing=north": {
"model": "hexcasting:block/impetus_rightclick_lit_north"
},
"energized=true,facing=south": {
"model": "hexcasting:block/impetus_rightclick_lit_south"
},
"energized=true,facing=up": {
"model": "hexcasting:block/impetus_rightclick_lit_up"
},
"energized=true,facing=west": {
"model": "hexcasting:block/impetus_rightclick_lit_west"
}
}
}

View file

@ -0,0 +1,76 @@
{
"variants": {
"energized=false,facing=down,powered=false": {
"model": "hexcasting:block/impetus_storedplayer_dim_down"
},
"energized=false,facing=down,powered=true": {
"model": "hexcasting:block/impetus_storedplayer_dim_down"
},
"energized=false,facing=east,powered=false": {
"model": "hexcasting:block/impetus_storedplayer_dim_east"
},
"energized=false,facing=east,powered=true": {
"model": "hexcasting:block/impetus_storedplayer_dim_east"
},
"energized=false,facing=north,powered=false": {
"model": "hexcasting:block/impetus_storedplayer_dim_north"
},
"energized=false,facing=north,powered=true": {
"model": "hexcasting:block/impetus_storedplayer_dim_north"
},
"energized=false,facing=south,powered=false": {
"model": "hexcasting:block/impetus_storedplayer_dim_south"
},
"energized=false,facing=south,powered=true": {
"model": "hexcasting:block/impetus_storedplayer_dim_south"
},
"energized=false,facing=up,powered=false": {
"model": "hexcasting:block/impetus_storedplayer_dim_up"
},
"energized=false,facing=up,powered=true": {
"model": "hexcasting:block/impetus_storedplayer_dim_up"
},
"energized=false,facing=west,powered=false": {
"model": "hexcasting:block/impetus_storedplayer_dim_west"
},
"energized=false,facing=west,powered=true": {
"model": "hexcasting:block/impetus_storedplayer_dim_west"
},
"energized=true,facing=down,powered=false": {
"model": "hexcasting:block/impetus_storedplayer_lit_down"
},
"energized=true,facing=down,powered=true": {
"model": "hexcasting:block/impetus_storedplayer_lit_down"
},
"energized=true,facing=east,powered=false": {
"model": "hexcasting:block/impetus_storedplayer_lit_east"
},
"energized=true,facing=east,powered=true": {
"model": "hexcasting:block/impetus_storedplayer_lit_east"
},
"energized=true,facing=north,powered=false": {
"model": "hexcasting:block/impetus_storedplayer_lit_north"
},
"energized=true,facing=north,powered=true": {
"model": "hexcasting:block/impetus_storedplayer_lit_north"
},
"energized=true,facing=south,powered=false": {
"model": "hexcasting:block/impetus_storedplayer_lit_south"
},
"energized=true,facing=south,powered=true": {
"model": "hexcasting:block/impetus_storedplayer_lit_south"
},
"energized=true,facing=up,powered=false": {
"model": "hexcasting:block/impetus_storedplayer_lit_up"
},
"energized=true,facing=up,powered=true": {
"model": "hexcasting:block/impetus_storedplayer_lit_up"
},
"energized=true,facing=west,powered=false": {
"model": "hexcasting:block/impetus_storedplayer_lit_west"
},
"energized=true,facing=west,powered=true": {
"model": "hexcasting:block/impetus_storedplayer_lit_west"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "hexcasting:block/scroll_paper"
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "hexcasting:block/scroll_paper_lantern"
}
}
}

View file

@ -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
}
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "hexcasting:block/slate_block"
}
}
}

View file

@ -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
}
}
}

View file

@ -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
}
}
}

View file

@ -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"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "hexcasting:block/akashic_bookshelf",
"textures": {
"overlay": "hexcasting:block/akashic_bookshelf_overlay_1"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "hexcasting:block/akashic_bookshelf",
"textures": {
"overlay": "hexcasting:block/akashic_bookshelf_overlay_2"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "hexcasting:block/akashic_bookshelf",
"textures": {
"overlay": "hexcasting:block/akashic_bookshelf_overlay_3"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "hexcasting:block/akashic_bookshelf",
"textures": {
"overlay": "hexcasting:block/akashic_bookshelf_overlay_4"
}
}

View file

@ -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"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "hexcasting:block/akashic_ligature"
}
}

View file

@ -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"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "hexcasting:block/cube_half_mirrored",
"textures": {
"all": "hexcasting:block/amethyst_dust_block"
}
}

View file

@ -0,0 +1,7 @@
{
"parent": "minecraft:block/leaves",
"render_type": "minecraft:cutout_mipped",
"textures": {
"all": "hexcasting:block/amethyst_edified_leaves"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "hexcasting:block/amethyst_tiles"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "hexcasting:block/ancient_scroll_paper"
}
}

View file

@ -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"
}
}

View file

@ -0,0 +1,7 @@
{
"parent": "minecraft:block/leaves",
"render_type": "minecraft:cutout_mipped",
"textures": {
"all": "hexcasting:block/aventurine_edified_leaves"
}
}

View file

@ -0,0 +1,7 @@
{
"parent": "minecraft:block/leaves",
"render_type": "minecraft:cutout_mipped",
"textures": {
"all": "hexcasting:block/citrine_edified_leaves"
}
}

View file

@ -0,0 +1,6 @@
{
"render_type": "minecraft:cutout",
"textures": {
"particle": "minecraft:block/amethyst_block"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/button",
"textures": {
"texture": "hexcasting:block/edified_planks"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/button_pressed",
"textures": {
"texture": "hexcasting:block/edified_planks"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/door_bottom_left",
"render_type": "minecraft:cutout",
"textures": {
"bottom": "hexcasting:block/edified_door_lower",
"top": "hexcasting:block/edified_door_upper"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/door_bottom_left_open",
"render_type": "minecraft:cutout",
"textures": {
"bottom": "hexcasting:block/edified_door_lower",
"top": "hexcasting:block/edified_door_upper"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/door_bottom_right",
"render_type": "minecraft:cutout",
"textures": {
"bottom": "hexcasting:block/edified_door_lower",
"top": "hexcasting:block/edified_door_upper"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/door_bottom_right_open",
"render_type": "minecraft:cutout",
"textures": {
"bottom": "hexcasting:block/edified_door_lower",
"top": "hexcasting:block/edified_door_upper"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/door_top_left",
"render_type": "minecraft:cutout",
"textures": {
"bottom": "hexcasting:block/edified_door_lower",
"top": "hexcasting:block/edified_door_upper"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/door_top_left_open",
"render_type": "minecraft:cutout",
"textures": {
"bottom": "hexcasting:block/edified_door_lower",
"top": "hexcasting:block/edified_door_upper"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/door_top_right",
"render_type": "minecraft:cutout",
"textures": {
"bottom": "hexcasting:block/edified_door_lower",
"top": "hexcasting:block/edified_door_upper"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/door_top_right_open",
"render_type": "minecraft:cutout",
"textures": {
"bottom": "hexcasting:block/edified_door_lower",
"top": "hexcasting:block/edified_door_upper"
}
}

View file

@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "hexcasting:block/edified_log_top",
"side": "hexcasting:block/edified_log"
}
}

View file

@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column_horizontal",
"textures": {
"end": "hexcasting:block/edified_log_top",
"side": "hexcasting:block/edified_log"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "hexcasting:block/edified_panel"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "hexcasting:block/edified_planks"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "hexcasting:block/edified_planks_2"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "hexcasting:block/edified_planks_3"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/pressure_plate_up",
"textures": {
"texture": "hexcasting:block/edified_planks"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/pressure_plate_down",
"textures": {
"texture": "hexcasting:block/edified_planks"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/slab",
"textures": {
"bottom": "hexcasting:block/edified_planks",
"side": "hexcasting:block/edified_planks",
"top": "hexcasting:block/edified_planks"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/slab_top",
"textures": {
"bottom": "hexcasting:block/edified_planks",
"side": "hexcasting:block/edified_planks",
"top": "hexcasting:block/edified_planks"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/stairs",
"textures": {
"bottom": "hexcasting:block/edified_planks",
"side": "hexcasting:block/edified_planks",
"top": "hexcasting:block/edified_planks"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/inner_stairs",
"textures": {
"bottom": "hexcasting:block/edified_planks",
"side": "hexcasting:block/edified_planks",
"top": "hexcasting:block/edified_planks"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "minecraft:block/outer_stairs",
"textures": {
"bottom": "hexcasting:block/edified_planks",
"side": "hexcasting:block/edified_planks",
"top": "hexcasting:block/edified_planks"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "hexcasting:block/edified_tile"
}
}

View file

@ -0,0 +1,7 @@
{
"parent": "minecraft:block/template_orientable_trapdoor_bottom",
"render_type": "minecraft:cutout",
"textures": {
"texture": "hexcasting:block/edified_trapdoor"
}
}

View file

@ -0,0 +1,7 @@
{
"parent": "minecraft:block/template_orientable_trapdoor_open",
"render_type": "minecraft:cutout",
"textures": {
"texture": "hexcasting:block/edified_trapdoor"
}
}

View file

@ -0,0 +1,7 @@
{
"parent": "minecraft:block/template_orientable_trapdoor_top",
"render_type": "minecraft:cutout",
"textures": {
"texture": "hexcasting:block/edified_trapdoor"
}
}

View file

@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column",
"textures": {
"end": "hexcasting:block/edified_log",
"side": "hexcasting:block/edified_log"
}
}

View file

@ -0,0 +1,7 @@
{
"parent": "minecraft:block/cube_column_horizontal",
"textures": {
"end": "hexcasting:block/edified_log",
"side": "hexcasting:block/edified_log"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/directrix/empty/horiz_dim",
"east": "hexcasting:block/directrix/empty/end_dim",
"north": "hexcasting:block/directrix/empty/horiz_dim",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/directrix/empty/horiz_dim",
"up": "hexcasting:block/directrix/empty/horiz_dim",
"west": "hexcasting:block/directrix/empty/end_dim"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/directrix/empty/end_dim",
"east": "hexcasting:block/directrix/empty/vert_dim",
"north": "hexcasting:block/directrix/empty/vert_dim",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/directrix/empty/vert_dim",
"up": "hexcasting:block/directrix/empty/end_dim",
"west": "hexcasting:block/directrix/empty/vert_dim"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/directrix/empty/vert_dim",
"east": "hexcasting:block/directrix/empty/horiz_dim",
"north": "hexcasting:block/directrix/empty/end_dim",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/directrix/empty/end_dim",
"up": "hexcasting:block/directrix/empty/vert_dim",
"west": "hexcasting:block/directrix/empty/horiz_dim"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/directrix/empty/horiz_lit",
"east": "hexcasting:block/directrix/empty/end_lit",
"north": "hexcasting:block/directrix/empty/horiz_lit",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/directrix/empty/horiz_lit",
"up": "hexcasting:block/directrix/empty/horiz_lit",
"west": "hexcasting:block/directrix/empty/end_lit"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/directrix/empty/end_lit",
"east": "hexcasting:block/directrix/empty/vert_lit",
"north": "hexcasting:block/directrix/empty/vert_lit",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/directrix/empty/vert_lit",
"up": "hexcasting:block/directrix/empty/end_lit",
"west": "hexcasting:block/directrix/empty/vert_lit"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/directrix/empty/vert_lit",
"east": "hexcasting:block/directrix/empty/horiz_lit",
"north": "hexcasting:block/directrix/empty/end_lit",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/directrix/empty/end_lit",
"up": "hexcasting:block/directrix/empty/vert_lit",
"west": "hexcasting:block/directrix/empty/horiz_lit"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/impetus/front_empty_dim",
"east": "hexcasting:block/impetus/down_empty_dim",
"north": "hexcasting:block/impetus/down_empty_dim",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/impetus/down_empty_dim",
"up": "hexcasting:block/impetus/back_empty_dim",
"west": "hexcasting:block/impetus/down_empty_dim"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/impetus/right_empty_dim",
"east": "hexcasting:block/impetus/front_empty_dim",
"north": "hexcasting:block/impetus/left_empty_dim",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/impetus/right_empty_dim",
"up": "hexcasting:block/impetus/right_empty_dim",
"west": "hexcasting:block/impetus/back_empty_dim"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/impetus/down_empty_dim",
"east": "hexcasting:block/impetus/right_empty_dim",
"north": "hexcasting:block/impetus/front_empty_dim",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/impetus/back_empty_dim",
"up": "hexcasting:block/impetus/up_empty_dim",
"west": "hexcasting:block/impetus/left_empty_dim"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/impetus/up_empty_dim",
"east": "hexcasting:block/impetus/left_empty_dim",
"north": "hexcasting:block/impetus/back_empty_dim",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/impetus/front_empty_dim",
"up": "hexcasting:block/impetus/down_empty_dim",
"west": "hexcasting:block/impetus/right_empty_dim"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/impetus/back_empty_dim",
"east": "hexcasting:block/impetus/up_empty_dim",
"north": "hexcasting:block/impetus/up_empty_dim",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/impetus/up_empty_dim",
"up": "hexcasting:block/impetus/front_empty_dim",
"west": "hexcasting:block/impetus/up_empty_dim"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/impetus/left_empty_dim",
"east": "hexcasting:block/impetus/back_empty_dim",
"north": "hexcasting:block/impetus/right_empty_dim",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/impetus/left_empty_dim",
"up": "hexcasting:block/impetus/left_empty_dim",
"west": "hexcasting:block/impetus/front_empty_dim"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/impetus/front_empty_lit",
"east": "hexcasting:block/impetus/down_empty_lit",
"north": "hexcasting:block/impetus/down_empty_lit",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/impetus/down_empty_lit",
"up": "hexcasting:block/impetus/back_empty_lit",
"west": "hexcasting:block/impetus/down_empty_lit"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/impetus/right_empty_lit",
"east": "hexcasting:block/impetus/front_empty_lit",
"north": "hexcasting:block/impetus/left_empty_lit",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/impetus/right_empty_lit",
"up": "hexcasting:block/impetus/right_empty_lit",
"west": "hexcasting:block/impetus/back_empty_lit"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/impetus/down_empty_lit",
"east": "hexcasting:block/impetus/right_empty_lit",
"north": "hexcasting:block/impetus/front_empty_lit",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/impetus/back_empty_lit",
"up": "hexcasting:block/impetus/up_empty_lit",
"west": "hexcasting:block/impetus/left_empty_lit"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/impetus/up_empty_lit",
"east": "hexcasting:block/impetus/left_empty_lit",
"north": "hexcasting:block/impetus/back_empty_lit",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/impetus/front_empty_lit",
"up": "hexcasting:block/impetus/down_empty_lit",
"west": "hexcasting:block/impetus/right_empty_lit"
}
}

View file

@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "hexcasting:block/impetus/back_empty_lit",
"east": "hexcasting:block/impetus/up_empty_lit",
"north": "hexcasting:block/impetus/up_empty_lit",
"particle": "hexcasting:block/slate",
"south": "hexcasting:block/impetus/up_empty_lit",
"up": "hexcasting:block/impetus/front_empty_lit",
"west": "hexcasting:block/impetus/up_empty_lit"
}
}

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