promotional bannermobile promotional banner

[BETA] Cardboard - Spigot for Fabric

The Bukkit/Spigot/Paper plugin API for Fabric

File Details

Cardboard 1.17-#42 (for 1.17.1)

  • B
  • Nov 13, 2021
  • 2.65 MB
  • 1.3K
  • 1.17.1
  • Fabric

File Name

CardboardMod-1.17.jar

Supported Versions

  • 1.17.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:cardboard-381583:3525124"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

 

 

Cardboard 1.17-#42
- Fix player teleport falling though world bug
- Attempt to support Fabric Loader 0.12.x releases

 

Cardboard 1.17-#40
- Also check without v1_17_R1 prefix for NMS reflection. (fixes ProtocolLib etc)

 

Cardboard 1.17-#39
- Mappings are now updated to 1_17_R1

 

Cardboard 1.17-#38
- Fix issue #273
- Add EntityCombustByBlockEvent
- Add PlayerArmorStandManipulateEvent

 

Cardboard 1.17-#37
- Implement LivingEntity.getEquipment
- Few changes to get ready for 21w37a

 

Cardboard 1.17-#36
- Implement InventoryCloseEvent
- Add SwitchTableFixer to Commodore, improve plugins interacting with modded items.

 

Cardboard 1.17-#35
- Implement World rayTraceBlocks
- InventoryClickEvent & Fix plugin chest guis
- Fix blank World getEntities in 1.17
- Implement World.rayTrace

 

Cardboard 1.17-#34
- Implemented BlockPistonExtendEvent & BlockPistonRetractEvent
- Implemented BatToggleSleepEvent
- Implemented EntityBreakDoorEvent
- Implemented BlockShearEntityEvent
- Implemented PlayerEggThrowEvent
- Implemented ThrownEggHatchEvent
- Implemented LeavesDecayEvent

 

Cardboard 1.17-#33
- Implement LivingEntity#getAttributes. (Fixes #250)
- Null check for posAtLogin; (issue #252)
- Fix chickens not laying eggs. (issue #242)
- Fix changing dimension falling bug; (issues #238 and #233 )