promotional bannermobile promotional banner

Carpet

Take full control over your vanilla game.

File Details

fabric-carpet-1.14.4-1.2.2+v191108.jar

  • R
  • Nov 8, 2019
  • 702.42 KB
  • 362
  • 1.14.4
  • Fabric

File Name

fabric-carpet-1.14.4-1.2.2+v191108.jar

Supported Versions

  • 1.14.4

Curse Maven Snippet

Fabric

modImplementation "curse.maven:carpet-349239:2823875"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

What's new in 1.2.2

  • support for 19w45a
  • remove kelpGenerationGrowthLimit for 1.15 version, as its fixed in Vanilla, yay.

Scarpet changes in 1.2.2 (towards v1.6)

  • added copy() and changed so all parameters of functions are passed by reference. If you need by value, use copy
  • outer variables in function declarations are borrowed from contexts upon definition, not execution, making the use of outer variables more useful and in line in java
  • fixed handling of multiple unnnecessary semicolons in the scripts
  • added loaded_status and generation_status to query chunks. Deprecated loaded_ep as redundant.