forked from TeamGalacticraft/Galacticraft
-
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.
fix: bugfixes for TeamGalacticraft#392, three NullPointerErrors and o…
…ther inconsistencies (TeamGalacticraft#394) * fix: prevented NullPointerError when clicking the Sun in the celestial screen and corrected parent/grandparent labels when zooming in on the Sun * fix: resolves TeamGalacticraft#392 * fix: prevented NullPointerError when pressing create satellite button and renamed structures folder to structure (1.21) * fix: prevented NullPointerError when clicking the Sun in the celestial screen and corrected parent/grandparent labels when zooming in on the Sun * fix: addressed implicit narrowing conversion in compound assignment * fix: changed stack size of armor to 1 * fix: corrected mistakes in recipes * fix: rerun runDatagen command to update recipes * fix: prevent crash from NullPointerError if player dies in oil or sulfuric acid * refactor: removed flipped recipes as the other recipe can already be mirrored by default * fix: shifted fallen meteor down a pixel to prevent it from floating * fix: swap orientation of north/south unlit torches in Moon dungeon corridors
- Loading branch information
Showing
109 changed files
with
58 additions
and
288 deletions.
There are no files selected for viewing
32 changes: 0 additions & 32 deletions
32
src/main/generated/data/galacticraft/advancement/recipes/tools/desh_axe_flipped.json
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
src/main/generated/data/galacticraft/advancement/recipes/tools/desh_hoe_flipped.json
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
src/main/generated/data/galacticraft/advancement/recipes/tools/heavy_duty_axe_flipped.json
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
src/main/generated/data/galacticraft/advancement/recipes/tools/heavy_duty_hoe_flipped.json
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
src/main/generated/data/galacticraft/recipe/desh_axe_flipped.json
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
src/main/generated/data/galacticraft/recipe/desh_hoe_flipped.json
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
}, | ||
"pattern": [ | ||
"D", | ||
"S", | ||
"D", | ||
"S" | ||
], | ||
"result": { | ||
|
21 changes: 0 additions & 21 deletions
21
src/main/generated/data/galacticraft/recipe/heavy_duty_axe_flipped.json
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
src/main/generated/data/galacticraft/recipe/heavy_duty_hoe_flipped.json
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.