promotional bannermobile promotional banner

Silk-API

Fabric API extensions for making fancy functionality.

File Details

silk-api-1.20-0.2.0-sources.jar

  • R
  • Jan 24, 2024
  • 327.37 KB
  • 8
  • 1.20.1+1
  • Fabric + 1

File Name

silk-api-1.20-0.2.0-sources.jar

Supported Versions

  • 1.20.1
  • 1.20

Curse Maven Snippet

Fabric

modImplementation "curse.maven:silk-api-902155:5056539"

Quilt

modImplementation "curse.maven:silk-api-902155:5056539"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

If you would like to support the Silk API, please consider contributing to our Patreon or 爱发电!

Features:

  • Logic
    • Added a 'World Upgrade System' that allows registering a world upgrader to allow players to upgrade the world.
    • Added chunk generator codec register. (ChunkGeneratorCodecRegistry)
    • Added customizable chunk generator interface. (CustomChunkGenerator)
    • Added modifiable vanilla noise chunk generator. (SilkNoiseChunkGenerator)

Change:

  • Logic

    • Added the methods of SilkVanillaBiomeParameters to make them easier to use.
  • Client

    • Fixed the button display problem of WorldPresetCustomButtonCallbackMixin, now the world preset's custom button can correctly override the default button.