新建2022-07-27

What's new in carpet 1.4.83: - support for Minecraft 1.19.1 and 1.19.2

你已经到达了世界的尽头..
新建2022-07-22

What's new in carpet 1.4.82: - support for 1.19.1-rc2 - fixed handling of custom structures with /script load overlay, Blame @altrisi - fixed improper redstone updating with fastRedstoneDust, Blame @SpaceWalkerRS

scarpet changes: - fixed incorrect handling of 'ambient' parameter in entity API's modify(entity, 'effect', ...), Blame @Ghoulboy78 - when typing scarpet code in commands, autocomplete will keep the case of the input text. Blame @altrisi

你已经到达了世界的尽头..
新建2022-07-13

What's new in carpet 1.4.81: - support for 1.19.1-pre4

你已经到达了世界的尽头..
新建2022-07-05

What's new in carpet 1.4.80: - support for 1.19.1-pre2 - fixed issue with not working carpet client side commands - Significant internal changes on how carpet settings work. If you are carpet extensions developer, this is the best time to look into your error logs and follow the new API. Blame @altrisi

Scarpet changes: - Improve error message when commands fail to be added. blame @altrisi - Switched output of entity API's portal cooldown and portal timer. blame @Ghoulboy78

你已经到达了世界的尽头..
新建2022-06-07

What's new in carpet 1.4.79: - support for 1.19.0

你已经到达了世界的尽头..
新建2022-06-01

What's new in carpet 1.4.78: - support for Minecraft 1.19 Prerelease-5 - fixed issue with fatRedstoneDust not being compatible with the new update chaining changes. Blame @SpaceWalkerRS

scarpet changes: - added chunk_unloaded event, blame @ekardnam

你已经到达了世界的尽头..
新建2022-05-23

What's new in carpet 1.4.77: - support for 1.19 prerelease 2 - cleaned up unneeded updateSuppressionCrashFix and related logger. blame @altrisi

你已经到达了世界的尽头..
新建2022-05-18

What's new in carpet 1.4.76: - support for 1.19 prerelease-1 - updates to updateSuppressionBlock to reflect current block updates implementation

你已经到达了世界的尽头..
新建2022-05-13

What's new in carpet 1.4.75: - works with 22w19a - adjusted renewableDeepslate rule to work under Y 0, not 16, blame @Ghoulboy78

你已经到达了世界的尽头..
新建2022-05-04

What's new in carpet 1.4.74: - support for 22w18a - better /profiler categories and added hover over descriptions, blame @Crec0

你已经到达了世界的尽头..
新建2022-03-22
v22_03_22
  • Added saveSavestates rule to allow for savestated chunks to save to disk (they can be loaded in vanilla too).

  • Added /feel and /colon commands for alternative versions of /fill and /clone, and added noupdate option to the /zetblock command.

  • Added support for the new RSMM mod.

2021-01-29
  • Fixed fakeplayers not being able to drop stacks.

  • Fakeplayers can drop entire stacks now, use /player name dropStack

  • You can now have default loggers, they stay active even after a server restart. Using /log setDefault

你已经到达了世界的尽头..
新建2019-05-25
v19_05_25
  • creative portal delay only affects creative players.

  • stackable empty shulkerboxes work on colored as well.

  • custom view distance only for servers

  • custom spawning removed

  • tick freeze doesn't freeze singleplayer players.

Scarpet Changes:

  • added put(list, index, values....) and reworked how lists are handled

  • fixed issue with running 'run' command in functions

  • scripts can now be loaded from files in /scripts/ folder inside world directory. These also can be edited normally, without extra $ to indicate new lines.

  • each file represents a package and is run independently from others.

  • /script load/unload

  • /script in run/invoke etc...

  • script modules loaded from scripts / bundled with carpetmod can make new commands. details - later.

你已经到达了世界的尽头..