Carpet Jar Mod v19_05_25 with Scarpet v1.2
Now Carpet is available as a 1.13.2 Jar mod as well as 1.14.X.... Fabric Mod and they will (eventually) have the same features, check the following project for fabric releases:
https://github.com/gnembon/fabric-carpet/releases
Both versions will be developed in parallel. Jarmod will switch from 1.13.2 to 1.14 when it is safe to do so.
Changes were mostly made to made to enable the same behaviour of corresponding features between fabric and jarmod version.
- 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.