Skip to content

Carpet Mod 1.4.33 for Minecraft 1.16.5 and Minecraft 21w16a

Compare
Choose a tag to compare
@gnembon gnembon released this 21 Apr 23:16
· 1336 commits to master since this release

For developing carpet extensions with 1.4.33 on 21w16a, use carpet-core-version=1.4.33+v210424, not v210421

What's new in carpet 1.4.33

  • hopperCounter reports are now more colorful (and thus/hopefully more readable). The color of the item / block should (if possible) reflect their color in game, block their form or an ingredient they are made of.
  • extremeBehaviours now make withers spawn charged skulls at 10% rate, not 0.1%
  • cleanLogs now hides client errors in custom biomes
  • commandline tweaks to built-in apps: camera, ai_tracker, etc. Blame @Ghoulboy78
  • Fake players now take knockback from players like other players and animals. Blame @Fallen-Breath

scarpet changes:

  • accessing NBT containers for lists (with addresses ending with '[]') will now return singleton lists when only one element is found, not that element. blame @altrisi
  • fixes on how command output is handled when running commands via run() - the output should now correspond to what you see in vanilla.
  • added player_list_header and player_list_footer as possible places where display_title can insert its own text. Should work with carpet loggers. Blame @replaceitem and @altrisi
  • You can now specify app loading requirements preventing them from loading when the requirements are not met. Blame @altrisi