Add recipeBrewTime
== AT == public net.minecraft.world.inventory.BrewingStandMenu brewingStandData
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package io.papermc.paper.inventory;
|
||||
|
||||
import net.minecraft.world.inventory.SimpleContainerData;
|
||||
|
||||
public class BrewingSimpleContainerData extends SimpleContainerData {
|
||||
|
||||
public BrewingSimpleContainerData() {
|
||||
super(3);
|
||||
this.set(2, 400);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user