QuiltMC / quilted-fabric-api

Re-implementation of the Fabric API using QSL as implementation instead.
Apache License 2.0
85 stars 32 forks source link

`FabricBlockSettings` missing some methods #102

Closed Treetrain1 closed 1 year ago

Treetrain1 commented 1 year ago

In QFAPI 7.0.1, FabricBlockSettings is missing the pistonBehavior() and instrument() methods found in Fabric API and in QSL's QuiltBlockSettings

This causes a compatibility issue with mods that use these methods and crashes on startup. An example is this crash with the Wilder Wild mod: https://mclo.gs/KExZ9lJ

EnnuiL commented 1 year ago

dear god, there was quite the gap on FabricBlockSettings; I've reinstated it and will hopefully ship with QFAPI 7.0.2

EnnuiL commented 1 year ago

Fixed with QFAPI 7.0.2