promotional bannermobile promotional banner

Silk-API

Fabric API extensions for making fancy functionality.

File Details

silk-api-1.0.4+1.20.6.jar

  • R
  • Nov 9, 2024
  • 1.27 MB
  • 823
  • 1.20.6+1
  • Fabric + 1

File Name

silk-api-1.0.4+1.20.6.jar

Supported Versions

  • 1.20.6
  • 1.20.5

Curse Maven Snippet

Fabric

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

Quilt

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

Learn more about Curse Maven

Features:

  • Added data component 'silk-api:adjust_fov_while_hold'
  • Added data component 'silk-api:adjust_fov_while_use'
  • Added data component 'silk-api:modify_move_while_hold'
  • Added data component 'silk-api:modify_move_while_use'
  • Added data component 'silk-api:projectile_container'
  • Added data component 'silk-api:shoot_projectiles'
  • Added data component 'silk-api:ranged_weapon'
  • Added data component 'silk-api:inherent_status_effects'
  • Added data component 'silk-api:custom_entity_hurt'
  • Added data component 'silk-api:enchantment_traits'

Change:

  • Updated Armor interface to ArmorHelper and optimized its methods.
  • Updated Tool interface to ToolHelper and optimized its methods.
  • Optimized the implementation of ranged weapon items to make them easier to write.
  • Renamed Bow class to BowLikeItem.
  • Renamed CrossBow class to CrossbowLikeItem.
  • Removed the three ranged weapon expansion interfaces: RangedExpansion, BowExpansion, and CrossbowExpansion.
  • Removed the item property system and replaced it with the new item array component.

Fixes:

  • Fixed the crash issue when enabling experimental content or data packs during world creation.