mirror of
https://github.com/FabricMC/fabric.git
synced 2025-02-16 19:59:56 -05:00
* Oxidizable Blocks registry * Allow waxable blocks to be registered outside of OxidizableFamilies * Refactor Separated OxidizableBlocksRegistry and WaxableBlocksRegistry Separated OxidizableFamily and WaxableBlockPair Added null check to WaxableBlockPair Added several methods * whoops lol * Apply suggestions from code review Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com> * Update ContentRegistryTest.java * Refactor again lol Now uses mixins to change the vanilla ImmutableBiMaps to HashBiMaps and adds to them instead of keeping separate maps and having methods of their own. Much cleaner! * gutted everything lol removed all the charm and character- uh, i mean, superfluous stuff and reduced the api to the bare basics oh and also one-way methods which is neat i guess if you're into that sort of thing * 🦀one way methods are gone🦀 all my homies hate one way methods maps are linked again * re-merged oxidizable and waxable registry classes * Update ContentRegistryTest.java * implement suggestions by @Juuxel * Oxidization -> Oxidation as per https://github.com/FabricMC/yarn/pull/2837 * Improve Dynamics Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com> |
||
---|---|---|
.. | ||
src | ||
build.gradle |