Releases: Ivan-1F/Ivan-Carpet-Addition
Releases · Ivan-1F/Ivan-Carpet-Addition
Ivan Carpet Addition v3.0.0
News
- Minecraft 1.20.1 ~ 1.20.6 support
- Minecraft 1.19.4 support
- Minecraft 20w20a support
Changes
- Merged all mc-version-separated branches into a single branch via preprocessor
- Made rule
endLightningRod
only affect Minecraft < 1.17 - Made rule
editableSign
only affect Minecraft < 1.20
Full Changelog: v2.2.2...v3.0.0
Ivan Carpet Addition v2.2.2
Ivan Carpet Addition v2.2.1
Changes
- MC 1.19.3 support
- Custom rule registration to fit carpet new api
- Fixed some translation typo
Ivan Carpet Addition v2.2.0
News
- Added
shulker
logger, See docs for more information - 1.19.1 support
Ivan Carpet Addition v2.1.1
Ivan Carpet Addition v2.1.0
News
- Added rule
strictBlockPlacement
: Player will not be able to do block placement on air (prevents litematica easyPlaceMode) - Added rule
endermitesAlwaysHostile
: Endermen will be hostile to endermites spawned by spawn eggs or /summon command (fixes MC-53518) (<1.17 only) - Added new command:
/replaceproperties
, with rulecommandReplaceProperties
: Enables/replaceproperties
command for easily replacing properties of all blocks in a range. See docs for details
Commands
- Added
/replaceproperties
command, see docs for details
Fixes
- Fixed messages not translated in production environment
Full Changelog: v2.0.2...v2.1.0
Ivan Carpet Addition v2.0.2
Changes
- Renamed category
backport
toporting
- 22w15a support
Ivan Carpet Addition v2.0.1
Fixes
- Fixed a zh_cn translation mistake
Ivan Carpet Addition v2.0
A new generation of ICA!
Changes
- Fully refactored. Rewritten most of the mixins which greatly increased the compatibility with other mods and fixed a lot of bugs
- Rewritten most of the descriptions and translation to make everything clear
- The new translation system (Great thanks to Carpet TIS Addition)
- Send translations based on the client language
- Yaml format translation files
- Added a lot of missing translation
- The new automatically generated document (here)
- Rule
blockEventChunkLoading
now loads 3x3 chunks for 8gt
News
- Added rule
xpCounter
: a tool likehopperCounter
to use players as xp counters- Enable by executing
/carpet xpCounter true
- Added command
/xpcounter
. Use it like how you use/counter
- Subscribe to xp counters by
/log xpcounter <players>
, a brief summary of each counter will be shown in the tab bar- Use
,
to split each player name (e.g.Alex,Steve
) - You must provide at least one player or nothing will be shown
- Use
- Enable by executing
- Added an automatic document generator
How to upgrade
- Some rules are renamed and some are removed. To upgrade to v2.0, you just have to migrate the
carpet.conf
file
Renamed rules
cobwebSlowDownSpeed
->cobwebSlowdownSpeed
fakePlayerPrefixCheck
->fakePlayerPrefixRestriction
fakePlayerSuffixCheck
->fakePlayerSuffixRestriction
fakePlayerPreset
->fakePlayerNameSuggestions
Removed rules
- removed
blockEventChunkLoadingTicks
: RuleblockEventChunkLoading
now loads 3x3 chunks for 8gt - removed
villageChunkLoading
: A more strict rule for village chunk loading is needed
Ivan Carpet Addition v1.7.0
News
- Added rule
icaSyncProtocol
: A protocol to sync server data to client mods icaSyncProtocol
supports CarpetClient