Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kikugie committed Jan 24, 2025
1 parent 6d333db commit fd343bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@ Prevents hoppers from stacking shulker boxes, even if the max count is >1.
Changes how stacked shulker boxes affect comparator output:
1. `true`: Shulkers have signal strength of unstackable items, allowing output up to 897 (AKA OSS/HSS);
2. `false`: Shulkers have signal strength of stackable items, reaching 15 when all slots are full (hoppers won't be able to fill over SS1);
3. `capped`: Shulkers have signal strength of unstackable items, but the resulting output is capped at 15.
3. `capped`: Shulkers have signal strength of unstackable items, but the resulting output is capped at 15. This implementation preserves overstacked item filters.
4. `normalized`: Any amount of shulkers in a slot is counted as a single unstackable item. This limits the output to signal strength 15 and patches overstacked item filters.

- Name: `overstackedShulkerSignalStrength`
- Type: `string`
- Default: `true`
- Options: `true`, `false`, `capped`
- Options: `true`, `false`, `capped`, `normalized`
- Categories: `shulkerfix`, `bugfix`, `intrusive`
- Since: `1.7`
- Since: `1.7.1`

### Legacy shulker item merging
Reintroduces the logic for merging shulker box items before 1.20.5.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ yarn_mappings=1.21.4+build.2
loader_version=0.16.9

# Mod Properties
mod_version=1.7.0
mod_version=1.7.1
maven_group=dev.kikugie
archives_base_name=shulkerfix

Expand Down

0 comments on commit fd343bc

Please sign in to comment.