generated from TropheusJ/fabric-example-mod
-
Couldn't load subscription status.
- Fork 42
1.20.1 to 1.20.4
AlphaMode edited this page Feb 27, 2024
·
6 revisions
-
ConditionalRecipeandConditionalAdvancement- Removed. Use standard alternatives with Fabric resource conditions.
-
ItemPredicateRegistry- Removed.
ItemPredicatehas been changed to a record and codec'd.
- Removed.
-
CraftingHelper- Removed. 1.20.4 NeoForge now only uses this class for serializing there ingredients. Which you can just use
Ingredient.CODECfor since Fabric API modifies this already.
- Removed. 1.20.4 NeoForge now only uses this class for serializing there ingredients. Which you can just use
-
IEntityAdditionalSpawnData- Using
IEntityAdditionalSpawnDatanow requires you to overrideEntity#getAddEntityPacketand return PortingLibEntity.getEntitySpawningPacket(this). This now matches the same style as neo/forge.
- Using
-
AbstractSelectionListAccessor#port_lib$getWidth()->AbstractSelectionList#getRowWidth() -
ExtendedButton: removed. Use vanillaButton, features have been implemented. -
ShapedRecipeUtil: removed. Unnecessary, Porting Lib now always changes the max dimensions to MAX_VALUE. -
AdvancementCallback.EVENT->AdvancementEvent.EARNthis event is now accurate to the NeoForge version.