-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
285a893
commit 0560136
Showing
46 changed files
with
2,378 additions
and
0 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
src/generated/resources/assets/aether_redux/blockstates/boss_doorway_carved_stone_base.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"variants": { | ||
"invisible=false": { | ||
"model": "aether_redux:block/carved_stone_base" | ||
}, | ||
"invisible=true": { | ||
"model": "aether_redux:block/boss_doorway_carved_stone_base" | ||
} | ||
} | ||
} |
25 changes: 25 additions & 0 deletions
25
...generated/resources/assets/aether_redux/blockstates/boss_doorway_carved_stone_pillar.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"variants": { | ||
"axis=x,invisible=false": { | ||
"model": "aether_redux:block/boss_doorway_carved_stone_pillar_horizontal", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"axis=x,invisible=true": { | ||
"model": "aether_redux:block/boss_doorway_carved_stone_pillar" | ||
}, | ||
"axis=y,invisible=false": { | ||
"model": "aether_redux:block/carved_stone_pillar" | ||
}, | ||
"axis=y,invisible=true": { | ||
"model": "aether_redux:block/boss_doorway_carved_stone_pillar" | ||
}, | ||
"axis=z,invisible=false": { | ||
"model": "aether_redux:block/boss_doorway_carved_stone_pillar_horizontal", | ||
"x": 90 | ||
}, | ||
"axis=z,invisible=true": { | ||
"model": "aether_redux:block/boss_doorway_carved_stone_pillar" | ||
} | ||
} | ||
} |
10 changes: 10 additions & 0 deletions
10
src/generated/resources/assets/aether_redux/blockstates/boss_doorway_sentry_stone_base.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"variants": { | ||
"invisible=false": { | ||
"model": "aether_redux:block/sentry_stone_base" | ||
}, | ||
"invisible=true": { | ||
"model": "aether_redux:block/boss_doorway_sentry_stone_base" | ||
} | ||
} | ||
} |
25 changes: 25 additions & 0 deletions
25
...generated/resources/assets/aether_redux/blockstates/boss_doorway_sentry_stone_pillar.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"variants": { | ||
"axis=x,invisible=false": { | ||
"model": "aether_redux:block/boss_doorway_sentry_stone_pillar_horizontal", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"axis=x,invisible=true": { | ||
"model": "aether_redux:block/boss_doorway_sentry_stone_pillar" | ||
}, | ||
"axis=y,invisible=false": { | ||
"model": "aether_redux:block/sentry_stone_pillar" | ||
}, | ||
"axis=y,invisible=true": { | ||
"model": "aether_redux:block/boss_doorway_sentry_stone_pillar" | ||
}, | ||
"axis=z,invisible=false": { | ||
"model": "aether_redux:block/boss_doorway_sentry_stone_pillar_horizontal", | ||
"x": 90 | ||
}, | ||
"axis=z,invisible=true": { | ||
"model": "aether_redux:block/boss_doorway_sentry_stone_pillar" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/aether_redux/blockstates/carved_stone_base.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "aether_redux:block/carved_stone_base" | ||
} | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
src/generated/resources/assets/aether_redux/blockstates/carved_stone_pillar.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"variants": { | ||
"axis=x": { | ||
"model": "aether_redux:block/carved_stone_pillar_horizontal", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"axis=y": { | ||
"model": "aether_redux:block/carved_stone_pillar" | ||
}, | ||
"axis=z": { | ||
"model": "aether_redux:block/carved_stone_pillar_horizontal", | ||
"x": 90 | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/aether_redux/blockstates/locked_carved_stone_base.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "aether_redux:block/carved_stone_base" | ||
} | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
src/generated/resources/assets/aether_redux/blockstates/locked_carved_stone_pillar.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"variants": { | ||
"axis=x": { | ||
"model": "aether_redux:block/carved_stone_pillar_horizontal", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"axis=y": { | ||
"model": "aether_redux:block/carved_stone_pillar" | ||
}, | ||
"axis=z": { | ||
"model": "aether_redux:block/carved_stone_pillar_horizontal", | ||
"x": 90 | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/aether_redux/blockstates/locked_sentry_stone_base.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "aether_redux:block/sentry_stone_base" | ||
} | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
src/generated/resources/assets/aether_redux/blockstates/locked_sentry_stone_pillar.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"variants": { | ||
"axis=x": { | ||
"model": "aether_redux:block/sentry_stone_pillar_horizontal", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"axis=y": { | ||
"model": "aether_redux:block/sentry_stone_pillar" | ||
}, | ||
"axis=z": { | ||
"model": "aether_redux:block/sentry_stone_pillar_horizontal", | ||
"x": 90 | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/aether_redux/blockstates/sentry_stone_base.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "aether_redux:block/sentry_stone_base" | ||
} | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
src/generated/resources/assets/aether_redux/blockstates/sentry_stone_pillar.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"variants": { | ||
"axis=x": { | ||
"model": "aether_redux:block/sentry_stone_pillar_horizontal", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"axis=y": { | ||
"model": "aether_redux:block/sentry_stone_pillar" | ||
}, | ||
"axis=z": { | ||
"model": "aether_redux:block/sentry_stone_pillar_horizontal", | ||
"x": 90 | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/aether_redux/blockstates/trapped_carved_stone_base.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "aether_redux:block/carved_stone_base" | ||
} | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
src/generated/resources/assets/aether_redux/blockstates/trapped_carved_stone_pillar.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"variants": { | ||
"axis=x": { | ||
"model": "aether_redux:block/carved_stone_pillar_horizontal", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"axis=y": { | ||
"model": "aether_redux:block/carved_stone_pillar" | ||
}, | ||
"axis=z": { | ||
"model": "aether_redux:block/carved_stone_pillar_horizontal", | ||
"x": 90 | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/aether_redux/blockstates/trapped_sentry_stone_base.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "aether_redux:block/sentry_stone_base" | ||
} | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
src/generated/resources/assets/aether_redux/blockstates/trapped_sentry_stone_pillar.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"variants": { | ||
"axis=x": { | ||
"model": "aether_redux:block/sentry_stone_pillar_horizontal", | ||
"x": 90, | ||
"y": 90 | ||
}, | ||
"axis=y": { | ||
"model": "aether_redux:block/sentry_stone_pillar" | ||
}, | ||
"axis=z": { | ||
"model": "aether_redux:block/sentry_stone_pillar_horizontal", | ||
"x": 90 | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
src/generated/resources/assets/aether_redux/models/block/boss_doorway_carved_stone_base.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
1 change: 1 addition & 0 deletions
1
...enerated/resources/assets/aether_redux/models/block/boss_doorway_carved_stone_pillar.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
7 changes: 7 additions & 0 deletions
7
...sources/assets/aether_redux/models/block/boss_doorway_carved_stone_pillar_horizontal.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"parent": "minecraft:block/cube_column_horizontal", | ||
"textures": { | ||
"end": "aether_redux:block/dungeon/carved_stone_pillar_top", | ||
"side": "aether_redux:block/dungeon/carved_stone_pillar_side" | ||
} | ||
} |
1 change: 1 addition & 0 deletions
1
src/generated/resources/assets/aether_redux/models/block/boss_doorway_sentry_stone_base.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
1 change: 1 addition & 0 deletions
1
...enerated/resources/assets/aether_redux/models/block/boss_doorway_sentry_stone_pillar.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
7 changes: 7 additions & 0 deletions
7
...sources/assets/aether_redux/models/block/boss_doorway_sentry_stone_pillar_horizontal.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"parent": "minecraft:block/cube_column_horizontal", | ||
"textures": { | ||
"end": "aether_redux:block/dungeon/sentry_stone_pillar_top", | ||
"side": "aether_redux:block/dungeon/sentry_stone_pillar_side" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/generated/resources/assets/aether_redux/models/block/carved_stone_base.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"parent": "minecraft:block/cube_bottom_top", | ||
"textures": { | ||
"bottom": "aether_redux:block/dungeon/carved_stone_base_top", | ||
"side": "aether_redux:block/dungeon/carved_stone_base_side", | ||
"top": "aether_redux:block/dungeon/carved_stone_base_top" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/aether_redux/models/block/carved_stone_pillar.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"parent": "minecraft:block/cube_column", | ||
"textures": { | ||
"end": "aether_redux:block/dungeon/carved_stone_pillar_top", | ||
"side": "aether_redux:block/dungeon/carved_stone_pillar_side" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/aether_redux/models/block/carved_stone_pillar_horizontal.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"parent": "minecraft:block/cube_column_horizontal", | ||
"textures": { | ||
"end": "aether_redux:block/dungeon/carved_stone_pillar_top", | ||
"side": "aether_redux:block/dungeon/carved_stone_pillar_side" | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/generated/resources/assets/aether_redux/models/block/sentry_stone_base.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"parent": "minecraft:block/cube_bottom_top", | ||
"textures": { | ||
"bottom": "aether_redux:block/dungeon/sentry_stone_base_top", | ||
"side": "aether_redux:block/dungeon/sentry_stone_base_side", | ||
"top": "aether_redux:block/dungeon/sentry_stone_base_top" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/aether_redux/models/block/sentry_stone_pillar.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"parent": "minecraft:block/cube_column", | ||
"textures": { | ||
"end": "aether_redux:block/dungeon/sentry_stone_pillar_top", | ||
"side": "aether_redux:block/dungeon/sentry_stone_pillar_side" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/aether_redux/models/block/sentry_stone_pillar_horizontal.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"parent": "minecraft:block/cube_column_horizontal", | ||
"textures": { | ||
"end": "aether_redux:block/dungeon/sentry_stone_pillar_top", | ||
"side": "aether_redux:block/dungeon/sentry_stone_pillar_side" | ||
} | ||
} |
Oops, something went wrong.