Fix nutrient paste missing from creative tab

This commit is contained in:
DBotThePony 2021-08-22 17:13:45 +07:00
parent 5c72218cf8
commit 20a0a96c84
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -162,7 +162,7 @@ public class Registry {
public static final ItemPatternStorage PATTERN_DRIVE_NORMAL = new ItemPatternStorage(4);
public static final ItemPatternStorage PATTERN_DRIVE_CREATIVE = new ItemPatternStorage();
public static final Item NUTRIENT_PASTE = new Item(new Item.Properties().stacksTo(64).food(new FoodProperties.Builder().meat().nutrition(8).saturationMod(0.9F).build()));
public static final Item NUTRIENT_PASTE = new Item(new Item.Properties().stacksTo(64).food(new FoodProperties.Builder().meat().nutrition(8).saturationMod(0.9F).build()).tab(OverdriveThatMatters.CREATIVE_TAB));
static {
ANDROID_STATION.setRegistryName(Names.ANDROID_STATION);