Skip to content

Commit

Permalink
Updated README.md + wrong bug report for itemFramePlaysSoundOnReadFix
Browse files Browse the repository at this point in the history
  • Loading branch information
FxMorin committed Sep 19, 2021
1 parent d48297b commit 0e71faa
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,30 @@ Fixes Transparent blocks placed between bookshelves and enchanting tables negati
* Categories: `CARPETFIXES`,`BUGFIX`
* Fixes: [MC-2474](https://bugs.mojang.com/browse/MC-2474)

## chestUsablePastWorldBorderFix
Fixes chests being accessible outside the world border by placing a chest near it, simply by preventing chests from merging at the world border
* Type: `boolean`
* Default value: `false`
* Required options: `false`,`true`
* Categories: `CARPETFIXES`,`BUGFIX`
* Fixes: [MC-67844](https://bugs.mojang.com/browse/MC-67844)

## bedsCanBeInWorldBorderFix
Fixes being able to place half beds outside of the world border
* Type: `boolean`
* Default value: `false`
* Required options: `false`,`true`
* Categories: `CARPETFIXES`,`BUGFIX`
* Fixes: [MC-117800](https://bugs.mojang.com/browse/MC-117800)

## itemFramePlaysSoundOnReadFix
Fixes item frames playing a sound when they are read from nbt
* Type: `boolean`
* Default value: `false`
* Required options: `false`,`true`
* Categories: `CARPETFIXES`,`BUGFIX`
* Fixes: [MC-123450](https://bugs.mojang.com/browse/MC-123450)

## sculkSensorPrecisionLossFix
Fixes signal strength being inaccurate and skipping odd signal strengths due to precision loss with distance
* Type: `boolean`
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/carpetfixes/CarpetFixesSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ public enum PresetSettings {
//by FX - PR0CESS
@Rule(
desc = "Fixes item frames playing a sound when they are read from nbt",
extra = "Fixes [MC-117800](https://bugs.mojang.com/browse/MC-117800)",
extra = "Fixes [MC-123450](https://bugs.mojang.com/browse/MC-123450)",
category = {CARPETFIXES,BUGFIX}
)
public static boolean itemFramePlaysSoundOnReadFix = false;
Expand Down

0 comments on commit 0e71faa

Please sign in to comment.