Skip to content

Releases: Ivan-1F/Ivan-Carpet-Addition

Ivan Carpet Addition v3.0.0

20 May 14:34
c5a8ad7
Compare
Choose a tag to compare

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

18 Jan 13:24
35accc7
Compare
Choose a tag to compare

Fixes

  • fixed interactMob injection return type for 1.16+ (#16)
  • more strict constructor filtering when registering rules (resolved conflict with MagicLib) (#15)

Ivan Carpet Addition v2.2.1

24 Dec 07:13
fc7b353
Compare
Choose a tag to compare

Changes

  • MC 1.19.3 support
  • Custom rule registration to fit carpet new api
  • Fixed some translation typo

Ivan Carpet Addition v2.2.0

26 Aug 16:39
94df188
Compare
Choose a tag to compare

News

  • Added shulker logger, See docs for more information
  • 1.19.1 support

Ivan Carpet Addition v2.1.1

20 Jun 16:20
3935144
Compare
Choose a tag to compare

Fixes

  • Fixed #9: better compatibility with newer carpet version (1.19)
  • Fixed #10: fixed not-vanilla behavior by default (rule magmaBlockDamageItem)

Ivan Carpet Addition v2.1.0

10 Jun 05:40
13552df
Compare
Choose a tag to compare

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 rule commandReplaceProperties: 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

20 Apr 10:00
b46b4f9
Compare
Choose a tag to compare

Changes

  • Renamed category backport to porting
  • 22w15a support

Ivan Carpet Addition v2.0.1

20 Apr 09:23
d470bbe
Compare
Choose a tag to compare

Fixes

  • Fixed a zh_cn translation mistake

Ivan Carpet Addition v2.0

11 Apr 10:18
30c4a82
Compare
Choose a tag to compare

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 like hopperCounter 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
  • 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: Rule blockEventChunkLoading now loads 3x3 chunks for 8gt
  • removed villageChunkLoading: A more strict rule for village chunk loading is needed

image

Ivan Carpet Addition v1.7.0

16 Feb 11:25
e0d334e
Compare
Choose a tag to compare

News

  • Added rule icaSyncProtocol: A protocol to sync server data to client mods
  • icaSyncProtocol supports CarpetClient