-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rebased tweaked origins mod origins and powers to tweaks, added an op…
…tion layer to opt-in to OriginsTweaks, Various Gameplay Changes.
- Loading branch information
1 parent
db3d9c2
commit 687aecc
Showing
39 changed files
with
598 additions
and
1,077 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
73 changes: 0 additions & 73 deletions
73
src/main/resources/data/origins/powers/burn_in_daylight.json
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
src/main/resources/data/origins/powers/water_breathing.json
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
src/main/resources/data/origins/tags/blocks/unphasable.json
This file was deleted.
Oops, something went wrong.
15 changes: 15 additions & 0 deletions
15
src/main/resources/data/originstweaks/origin_layers/opt_in.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,15 @@ | ||
{ | ||
"gui_title": { | ||
"choose_origin": { | ||
"text": "Would you like to enable OriginsTweaks?", | ||
"bold": true | ||
}, | ||
"view_origin": "This is what you chose." | ||
}, | ||
"order": 0, | ||
"origins": [ | ||
"originstweaks:originstweaks_option", | ||
"originstweaks:origins_option" | ||
], | ||
"auto_choose": true | ||
} |
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
4 changes: 3 additions & 1 deletion
4
...urces/data/origins/origins/blazeborn.json → ...data/originstweaks/origins/blazeborn.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
2 changes: 2 additions & 0 deletions
2
...ources/data/origins/origins/elytrian.json → .../data/originstweaks/origins/elytrian.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
5 changes: 3 additions & 2 deletions
5
...ources/data/origins/origins/enderian.json → .../data/originstweaks/origins/enderian.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
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
Oops, something went wrong.