Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
FxMorin committed May 24, 2021
1 parent 7368779 commit 0e809cb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ Feel free to contribute by adding as many fixes as you want


# Features
## carpetFixesPreset
Allows you to choose different pre-defined groups of rules to use
* Type: `PresetSettings`
* Default value: `Custom`
* Required options: `Custom`,`Vanilla`,`Backport`,`CrashFix`,`Stability`,`NotBackports`,`All`
* Categories: `CARPETFIXES`
* Additional notes:
* Information about what each preset does can be found in-game by doing `/carpet carpetFixesPreset`

## chunkRegenFix
Fixes Chunk Regen due to StringTag writeUTF() not respecting readUTF() Limits
* Type: `boolean`
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ org.gradle.jvmargs=-Xmx1G
carpet_core_version=1.4.26+v210210

# Mod Properties
mod_version = 0.0.3
mod_version = 0.0.4
maven_group = carpetfixes
archives_base_name = carpetfixes

Expand Down
4 changes: 0 additions & 4 deletions src/main/java/carpetfixes/CarpetFixesSettings.java
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
package carpetfixes;

import carpet.settings.ParsedRule;
import carpet.settings.Rule;
import carpet.settings.Validator;
import carpetfixes.helpers.RulePresets;
import net.minecraft.server.command.ServerCommandSource;

import static carpet.settings.RuleCategory.BUGFIX;
import static carpet.settings.RuleCategory.EXPERIMENTAL;
Expand Down

0 comments on commit 0e809cb

Please sign in to comment.