mirror of
https://github.com/FabricMC/fabric.git
synced 2025-03-01 09:54:12 -05:00
Fixes FabricBlockSettings' copyOf method missing several new settings introduced as a result of the removal of Materials.
Specifically, burnable, liquid, forceNotSolid, forceSolid, pistonBehavior, instrument, and replaceable. These are all copied by the vanilla `BlockSettings.copy` as well.
The emissiveLightingPredicate is also now copied in vanilla, so I moved the copy of that to reflect that change.
(cherry picked from commit
|
||
---|---|---|
.. | ||
src | ||
build.gradle |