forked from kyrptonaught/Glass-Doors
-
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.
* Add notice on compiling previous versions * Update mod to 1.19.4-pre2 Bump version * Update the release workflow as well * Move README FAQ below images * Fix wrong MC version dependency in FMJ * Remove LazyDFU, 1.19.4 DFU optimizations are good enough * Use vanilla `Material` class instead of custom `MaterialCategory` * Update to `1.19.4-rc2` * Add more properties related to releases * Update to MC 1.19.4 --------- Co-authored-by: NebelNidas <[email protected]>
- Loading branch information
1 parent
dd175a5
commit 7d5aae0
Showing
12 changed files
with
90 additions
and
95 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
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
7 changes: 0 additions & 7 deletions
7
src/main/java/com/github/reviversmc/modern_glass_doors/blocks/MaterialCategory.java
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
accessWidener v1 named | ||
accessible field net/minecraft/block/DoorBlock closeSound Lnet/minecraft/sound/SoundEvent; | ||
accessible field net/minecraft/block/DoorBlock openSound Lnet/minecraft/sound/SoundEvent; | ||
accessible field net/minecraft/block/TrapdoorBlock closeSound Lnet/minecraft/sound/SoundEvent; | ||
accessible field net/minecraft/block/TrapdoorBlock openSound Lnet/minecraft/sound/SoundEvent; | ||
accessible field net/minecraft/block/DoorBlock blockSetType Lnet/minecraft/block/BlockSetType; | ||
accessible field net/minecraft/block/TrapdoorBlock blockSetType Lnet/minecraft/block/BlockSetType; |