forked from AppliedEnergistics/Applied-Energistics-2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add datagenned files to the repo (AppliedEnergistics#7582)
- Loading branch information
1 parent
0b9fc3d
commit 35e31fb
Showing
1,640 changed files
with
37,036 additions
and
14 deletions.
There are no files selected for viewing
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
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
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
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
10 changes: 10 additions & 0 deletions
10
src/generated/resources/assets/ae2/blockstates/16k_crafting_storage.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": { | ||
"formed=false": { | ||
"model": "ae2:block/crafting/16k_storage" | ||
}, | ||
"formed=true": { | ||
"model": "ae2:block/crafting/16k_storage_formed" | ||
} | ||
} | ||
} |
10 changes: 10 additions & 0 deletions
10
src/generated/resources/assets/ae2/blockstates/1k_crafting_storage.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": { | ||
"formed=false": { | ||
"model": "ae2:block/crafting/1k_storage" | ||
}, | ||
"formed=true": { | ||
"model": "ae2:block/crafting/1k_storage_formed" | ||
} | ||
} | ||
} |
10 changes: 10 additions & 0 deletions
10
src/generated/resources/assets/ae2/blockstates/256k_crafting_storage.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": { | ||
"formed=false": { | ||
"model": "ae2:block/crafting/256k_storage" | ||
}, | ||
"formed=true": { | ||
"model": "ae2:block/crafting/256k_storage_formed" | ||
} | ||
} | ||
} |
10 changes: 10 additions & 0 deletions
10
src/generated/resources/assets/ae2/blockstates/4k_crafting_storage.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": { | ||
"formed=false": { | ||
"model": "ae2:block/crafting/4k_storage" | ||
}, | ||
"formed=true": { | ||
"model": "ae2:block/crafting/4k_storage_formed" | ||
} | ||
} | ||
} |
10 changes: 10 additions & 0 deletions
10
src/generated/resources/assets/ae2/blockstates/64k_crafting_storage.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": { | ||
"formed=false": { | ||
"model": "ae2:block/crafting/64k_storage" | ||
}, | ||
"formed=true": { | ||
"model": "ae2:block/crafting/64k_storage_formed" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/ae2/blockstates/cable_bus.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": "ae2:block/cable_bus" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/assets/ae2/blockstates/cell_workbench.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": "ae2:block/cell_workbench" | ||
} | ||
} | ||
} |
114 changes: 114 additions & 0 deletions
114
src/generated/resources/assets/ae2/blockstates/charger.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,114 @@ | ||
{ | ||
"variants": { | ||
"facing=down,spin=0": { | ||
"model": "ae2:block/charger", | ||
"x": 90 | ||
}, | ||
"facing=down,spin=1": { | ||
"ae2:z": 270, | ||
"model": "ae2:block/charger", | ||
"x": 90 | ||
}, | ||
"facing=down,spin=2": { | ||
"ae2:z": 180, | ||
"model": "ae2:block/charger", | ||
"x": 90 | ||
}, | ||
"facing=down,spin=3": { | ||
"ae2:z": 90, | ||
"model": "ae2:block/charger", | ||
"x": 90 | ||
}, | ||
"facing=east,spin=0": { | ||
"model": "ae2:block/charger", | ||
"y": 90 | ||
}, | ||
"facing=east,spin=1": { | ||
"ae2:z": 270, | ||
"model": "ae2:block/charger", | ||
"y": 90 | ||
}, | ||
"facing=east,spin=2": { | ||
"ae2:z": 180, | ||
"model": "ae2:block/charger", | ||
"y": 90 | ||
}, | ||
"facing=east,spin=3": { | ||
"ae2:z": 90, | ||
"model": "ae2:block/charger", | ||
"y": 90 | ||
}, | ||
"facing=north,spin=0": { | ||
"model": "ae2:block/charger" | ||
}, | ||
"facing=north,spin=1": { | ||
"ae2:z": 270, | ||
"model": "ae2:block/charger" | ||
}, | ||
"facing=north,spin=2": { | ||
"ae2:z": 180, | ||
"model": "ae2:block/charger" | ||
}, | ||
"facing=north,spin=3": { | ||
"ae2:z": 90, | ||
"model": "ae2:block/charger" | ||
}, | ||
"facing=south,spin=0": { | ||
"model": "ae2:block/charger", | ||
"y": 180 | ||
}, | ||
"facing=south,spin=1": { | ||
"ae2:z": 90, | ||
"model": "ae2:block/charger", | ||
"y": 180 | ||
}, | ||
"facing=south,spin=2": { | ||
"ae2:z": 180, | ||
"model": "ae2:block/charger", | ||
"y": 180 | ||
}, | ||
"facing=south,spin=3": { | ||
"ae2:z": 270, | ||
"model": "ae2:block/charger", | ||
"y": 180 | ||
}, | ||
"facing=up,spin=0": { | ||
"ae2:z": 180, | ||
"model": "ae2:block/charger", | ||
"x": 270 | ||
}, | ||
"facing=up,spin=1": { | ||
"ae2:z": 90, | ||
"model": "ae2:block/charger", | ||
"x": 270 | ||
}, | ||
"facing=up,spin=2": { | ||
"model": "ae2:block/charger", | ||
"x": 270 | ||
}, | ||
"facing=up,spin=3": { | ||
"ae2:z": 270, | ||
"model": "ae2:block/charger", | ||
"x": 270 | ||
}, | ||
"facing=west,spin=0": { | ||
"model": "ae2:block/charger", | ||
"y": 270 | ||
}, | ||
"facing=west,spin=1": { | ||
"ae2:z": 270, | ||
"model": "ae2:block/charger", | ||
"y": 270 | ||
}, | ||
"facing=west,spin=2": { | ||
"ae2:z": 180, | ||
"model": "ae2:block/charger", | ||
"y": 270 | ||
}, | ||
"facing=west,spin=3": { | ||
"ae2:z": 90, | ||
"model": "ae2:block/charger", | ||
"y": 270 | ||
} | ||
} | ||
} |
Oops, something went wrong.