Expose vanilla brewing recipe registration
(cherry picked from commit 24bf163)
This commit is contained in:
parent
de80d4c4af
commit
40f335ba66
1 changed files with 8 additions and 0 deletions
|
@ -277,3 +277,11 @@ public net.minecraft.nbt.NBTPrimitive
|
|||
|
||||
#GuiOverlayDebug
|
||||
public net.minecraft.client.gui.GuiOverlayDebug func_181554_e()V # renderLagometer
|
||||
|
||||
|
||||
# Expose vanilla brewing recipe system
|
||||
public net.minecraft.potion.PotionHelper$ItemPredicateInstance
|
||||
public net.minecraft.potion.PotionHelper$MixPredicate
|
||||
public net.minecraft.potion.PotionHelper func_185201_a(Lnet/minecraft/item/ItemPotion;Lnet/minecraft/potion/PotionHelper$ItemPredicateInstance;Lnet/minecraft/item/ItemPotion;)V # registerPotionItemConversion
|
||||
public net.minecraft.potion.PotionHelper func_185202_a(Lnet/minecraft/potion/PotionHelper$ItemPredicateInstance;)V # registerPotionItem
|
||||
public net.minecraft.potion.PotionHelper func_185204_a(Lnet/minecraft/potion/PotionType;Lcom/google/common/base/Predicate;Lnet/minecraft/potion/PotionType;)V # registerPotionTypeConversion
|
Loading…
Reference in a new issue