-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add ae2-style-crafting-terminal as a builtin texture pack (close #262)
- Loading branch information
Showing
6 changed files
with
65 additions
and
1 deletion.
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
44 changes: 44 additions & 0 deletions
44
...style_wireless_crafting_terminal/assets/ae2/screens/wtlib/wireless_crafting_terminal.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,44 @@ | ||
{ | ||
"includes": [ | ||
"../terminals/crafting_terminal.json", | ||
"universal_terminal_with_viewcells.json" | ||
], | ||
"slots": { | ||
"AE2WTLIB_TRASH": { | ||
"left": -9999, | ||
"bottom": -9999, | ||
"hidden": true | ||
}, | ||
"AE2WTLIB_HELMET": { | ||
"left": -9999, | ||
"bottom": -9999, | ||
"hidden": true | ||
}, | ||
"AE2WTLIB_CHESTPLATE": { | ||
"left": -9999, | ||
"bottom": -9999, | ||
"hidden": true | ||
}, | ||
"AE2WTLIB_LEGGINGS": { | ||
"left": -9999, | ||
"bottom": -9999, | ||
"hidden": true | ||
}, | ||
"AE2WTLIB_BOOTS": { | ||
"left": -9999, | ||
"bottom": -9999, | ||
"hidden": true | ||
}, | ||
"AE2WTLIB_OFFHAND": { | ||
"left": -9999, | ||
"bottom": -9999, | ||
"hidden": true | ||
} | ||
}, | ||
"widgets": { | ||
"player": { | ||
"left": -9999, | ||
"bottom": -9999 | ||
} | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/ae2_style_wireless_crafting_terminal/pack.mcmeta
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,6 @@ | ||
{ | ||
"pack": { | ||
"pack_format": 32, | ||
"description": "makes ae2wtlib's crafting terminal look like ae2's" | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"pack": { | ||
"pack_format": 8, | ||
"pack_format": 32, | ||
"description": "Resources used for AE2 Wireless Terminals " | ||
} | ||
} |