mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-15 06:54:38 +01:00
Merge pull request #6458 from IThundxr/mc1.20.1/honey-chocolate-fix
Fix Honey Buckets & Chocolate Buckets not showing up in creative tabs
This commit is contained in:
commit
e8676cec09
@ -41,6 +41,9 @@ import net.minecraftforge.fluids.FluidType;
|
||||
import net.minecraftforge.fluids.ForgeFlowingFluid;
|
||||
|
||||
public class AllFluids {
|
||||
static {
|
||||
REGISTRATE.setCreativeTab(AllCreativeModeTabs.BASE_CREATIVE_TAB);
|
||||
}
|
||||
|
||||
public static final FluidEntry<PotionFluid> POTION =
|
||||
REGISTRATE.virtualFluid("potion", PotionFluidType::new, PotionFluid::new)
|
||||
|
Loading…
Reference in New Issue
Block a user