Skip to content

Commit

Permalink
Credits to DawNemo ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
FxMorin committed Aug 13, 2021
1 parent 96d89f6 commit f35dad0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ Fixes incorrect explosion exposure calculations
* Required options: `false`,`true`
* Categories: `CARPETFIXES`,`BUGFIX`
* Fixes: [MC-207866](https://bugs.mojang.com/browse/MC-207866)
* Solution By: *DawNemo*

# Backports
## targetBlockPermanentlyPoweredFix
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/carpetfixes/CarpetFixesSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,8 @@ public enum PresetSettings {
)
public static boolean spectatorLowersPlayerFix = false;*/

//by FX - PR0CESS
//code by FX - PR0CESS
//solution by DawNemo
@Rule(
desc = "Fixes incorrect explosion exposure calculations",
extra = "Fixes [MC-232355](https://bugs.mojang.com/browse/MC-232355",
Expand Down

0 comments on commit f35dad0

Please sign in to comment.