Summary
v2.2.0 adds new carpet rules. These are rules we intended to implement 2 years ago when the mod was started, including a rule suggestion from the community.
Additions
- The
placeSugarCaneWithoutWaterrule (#192) (Thanks @audrey9080 for the suggestion)- Sugar cane can be placed on mud blocks without the need for a water source.
- Only usable in Minecraft versions 1.19+
- The
disableSpidersClimbingWallsrule (#141)- Spiders will no longer climb walls.
Code Contributors
@Gilly7CE
Summary
v2.1.0 adds new carpet rules.
Additions
- The
unobtainableBlocksDropAsItemsrule (#214)- Requires
movableEmptyEndPortalFramesto be enabled. - Following blocks are now obtainable when an empty end portal frame is blown up above them (can be destroyed when in a moving state, hence the need for
movableEmptyEndPortalFrames)- Bedrock (all support Minecraft versions)
- Budding Amethyst (all support Minecraft versions)
- Spawner (all support Minecraft versions)
- Reinforced Deepslate (Minecraft 1.19.4+ supported versions)
- Trial Spawner (Minecraft 1.21+ supported versions)
- Vault (Minecraft 1.21+ supported versions)
- Requires
- The
disableEndSpikeRegenrule (#187)- Respawning the Ender Dragon will not regenerate the obsidian towers (end spikes).
- The
replaceMyceliumWithGrassrule (#215)- Bonemealing a grass block will replace nearby mycelium blocks in the same way moss replaces stone/deepslate when bonemealed.
- The
netherWaterrule (#216)- Water sources can be generated in the nether when a charged creeper explosion destroys an ice block
- The
beeBreedingCooldownrule (#217)- Sets the number of ticks before a bee can be used for breeding again
Code Contributors
@Gilly7CE
Description
IMPORTANT: The mod is following a new versioning format by which each release is specific to the version of the mod instead of the version of Minecraft. All supported Minecraft versions will appear in a single release from now on.
BREAKING CHANGES
- The rules
spectatorPlayersUsePortals&portalSpectatorDelayhave been removed due to the brittle nature of the rule implementation.
Additions
- The rules
creativePlayerOneHitKillandphantomsObeyHostileMobCapare now supported in 1.17.1 as Lunnar Carpet Addons was archived. - Reintroduced support for following Minecraft versions:
- 1.20.2
- 1.20.4
- Support added for the following Minecraft versions:
- 1.21.3
- 1.21.4
- 1.21.5
- 1.21.8
- 1.21.10
Code Contributors
@Gilly7CE
Description
This is the release for supporting 1.21.1! Mod version kept the same for parity between each mc version.
Dependencies
| Dependency | Version |
|---|---|
| Minecraft | 1.21.1 |
| Fabric Loader | 0.16.3 |
| Carpet | 1.4.147+v240613 |
MC Support
- 1.21.1
Code Contributors
@Gilly7CE
Description
This is the release for supporting 1.20.6! Mod version kept the same for parity between each mc version.
Dependencies
| Dependency | Version |
|---|---|
| Minecraft | 1.20.6 |
| Fabric Loader | 0.16.3 |
| Carpet | 1.4.141+v240429 |
MC Support
- 1.20.6
Code Contributors
@Gilly7CE
Description
This is the release for supporting 1.20.2! Mod version kept the same for parity between each mc version.
Dependencies
| Dependency | Version |
|---|---|
| Minecraft | 1.20.3 & 1.20.4 |
| Fabric Loader | 0.15.7 |
| Carpet | 1.4.128+v231205 |
MC Support
- 1.20.3
- 1.20.4
Code Contributors
@Gilly7CE
Description
This is the release for supporting 1.20.2! Mod version kept the same for parity between each mc version.
Dependencies
| Dependency | Version |
|---|---|
| Minecraft | 1.20.2 |
| Fabric Loader | 0.14.22 |
| Carpet | 1.4.118+v230921 |
MC Support
- 1.20.2
Code Contributors
@Gilly7CE
Description
This is a patch version release which fixes a critical bug fix.
Dependencies
| Dependency | Version |
|---|---|
| Minecraft | 1.20.1 |
| Fabric Loader | 0.14.21 |
| Carpet | 1.4.112+v230608 |
Fixes
- Critical bug fix where the
dropEyesOfEnderFromEndPortalFramerule wouldn't work at all in the release .jar file for the mod, but would work went built for debugging in dev environments. This is why we didn't notice it before now! (#181)
Code Contributors
@Gilly7CE
Description
This is a patch version release which fixes a critical bug fix.
Dependencies
| Dependency | Version |
|---|---|
| Minecraft | 1.19.4 |
| Fabric Loader | 0.14.21 |
| Carpet | 1.4.101+v230319 |
Fixes
- Critical bug fix where the
dropEyesOfEnderFromEndPortalFramerule wouldn't work at all in the release .jar file for the mod, but would work went built for debugging in dev environments. This is why we didn't notice it before now! (#181)
Code Contributors
@Gilly7CE
Description
This is a patch version release which fixes a critical bug fix.
Dependencies
| Dependency | Version |
|---|---|
| Minecraft | 1.18.2 |
| Fabric Loader | 0.14.21 |
| Carpet | 1.4.69+v220331 |
Fixes
- Critical bug fix where the
dropEyesOfEnderFromEndPortalFramerule wouldn't work at all in the release .jar file for the mod, but would work went built for debugging in dev environments. This is why we didn't notice it before now! (#181)
Code Contributors
@Gilly7CE
Description
This is a patch version release which fixes a critical bug fix.
Dependencies
| Dependency | Version |
|---|---|
| Minecraft | 1.17.1 |
| Fabric Loader | 0.14.21 |
| Carpet | 1.4.57+v220119 |
Fixes
- Critical bug fix where the
dropEyesOfEnderFromEndPortalFramerule wouldn't work at all in the release .jar file for the mod, but would work went built for debugging in dev environments. This is why we didn't notice it before now! (#181)
Code Contributors
@Gilly7CE
Description
This is a minor version release which introduces some new rules.
Dependencies
| Dependency | Version |
|---|---|
| Minecraft | 1.20.1 |
| Fabric Loader | 0.14.21 |
| Carpet | 1.4.112+v230608 |
Additions
- New rule
alwaysPickFlowersFromPots(#108 , thanks @DH12043 for the suggestion!) - New rule
replaceFlowersInPots(#118, thanks @Serzbiedry for the suggestion!) - New rule
endermenSpawnOnlyInTheEnd(#143) - New rule
passiveEndermen(#142) - New rule
dropAllXpOnPlayerDeath(#171, thanks @Basicprogrammer10 for the suggestion!) - New rule
stonecuttersDoDamage(#169, thanks @Haaaaaaaa615 for the suggestion!)
Code Contributors
@Basicprogrammer10 @Serzbiedry @Gilly7CE
Description
This is a minor version release which introduces some new rules.
Dependencies
| Dependency | Version |
|---|---|
| Minecraft | 1.19.4 |
| Fabric Loader | 0.14.21 |
| Carpet | 1.4.101+v230319 |
Additions
- New rule
alwaysPickFlowersFromPots(#108 , thanks @DH12043 for the suggestion!) - New rule
replaceFlowersInPots(#118, thanks @Serzbiedry for the suggestion!) - New rule
endermenSpawnOnlyInTheEnd(#143) - New rule
passiveEndermen(#142) - New rule
dropAllXpOnPlayerDeath(#171, thanks @Basicprogrammer10 for the suggestion!) - New rule
stonecuttersDoDamage(#169, thanks @Haaaaaaaa615 for the suggestion!)
Code Contributors
@Basicprogrammer10 @Serzbiedry @Gilly7CE
Description
This is a minor version release which introduces some new rules.
Dependencies
| Dependency | Version |
|---|---|
| Minecraft | 1.18.2 |
| Fabric Loader | 0.14.21 |
| Carpet | 1.4.69+v220331 |
Additions
- New rule
alwaysPickFlowersFromPots(#108 , thanks @DH12043 for the suggestion!) - New rule
replaceFlowersInPots(#118, thanks @Serzbiedry for the suggestion!) - New rule
endermenSpawnOnlyInTheEnd(#143) - New rule
passiveEndermen(#142) - New rule
dropAllXpOnPlayerDeath(#171, thanks @Basicprogrammer10 for the suggestion!) - New rule
stonecuttersDoDamage(#169, thanks @Haaaaaaaa615 for the suggestion!)
Code Contributors
@Basicprogrammer10 @Serzbiedry @Gilly7CE
Description
This is a minor version release which introduces some new rules.
Dependencies
| Dependency | Version |
|---|---|
| Minecraft | 1.17.1 |
| Fabric Loader | 0.14.21 |
| Carpet | 1.4.57+v220119 |
Additions
- New rule
alwaysPickFlowersFromPots(#108 , thanks @DH12043 for the suggestion!) - New rule
replaceFlowersInPots(#118, thanks @Serzbiedry for the suggestion!) - New rule
endermenSpawnOnlyInTheEnd(#143) - New rule
passiveEndermen(#142) - New rule
dropAllXpOnPlayerDeath(#171, thanks @Basicprogrammer10 for the suggestion!) - New rule
stonecuttersDoDamage(#169, thanks @Haaaaaaaa615 for the suggestion!)
Code Contributors
@Basicprogrammer10 @Serzbiedry @Gilly7CE
Description
Releasing version 1.2.2 of the mod for 1.20.1.
Dependencies
| Dependency | Version |
|---|---|
| Minecraft | 1.20.1 |
| Fabric Loader | 0.14.21 |
| Carpet | 1.4.112+v230608 |
Contributors
@Gilly7CE
Description
This is a patch version release for a bug fix.
Dependencies
| Dependency | Version |
|---|---|
| Minecraft | 1.20 |
| Fabric Loader | 0.14.21 |
| Carpet | 1.4.112+v230608 |
Bug fixes
- Client will no longer be kicked from a multiplayer server which has the mod installed and the
spectatorPlayersUsePortalsrule enabled. (#157)
Contributors
@Gilly7CE
Description
This is a patch version release for a bug fix.
Dependencies
| Dependency | Version |
|---|---|
| Minecraft | 1.19.4 |
| Fabric Loader | 0.14.21 |
| Carpet | 1.4.101+v230319 |
Changes
- Min fabric loader version required now 0.14.21.
Bug fixes
- Client will no longer be kicked from a multiplayer server which has the mod installed and the
spectatorPlayersUsePortalsrule enabled. (#157)
Contributors
@Gilly7CE
Description
This is a patch version release for a bug fix.
Dependencies
| Dependency | Version |
|---|---|
| Minecraft | 1.19.3 |
| Fabric Loader | 0.14.21 |
| Carpet | 1.4.96+v230201 |
Changes
- Min fabric loader version required now 0.14.21.
Bug fixes
- Client will no longer be kicked from a multiplayer server which has the mod installed and the
spectatorPlayersUsePortalsrule enabled. (#157)
Contributors
@Gilly7CE


