diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/Reactor.java b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/Reactor.java index bbdf949fc..c9110eba6 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/Reactor.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/electric/reactors/Reactor.java @@ -78,7 +78,7 @@ public abstract class Reactor extends AbstractEnergyProvider implements Hologram private final Set explosionsQueue = new HashSet<>(); @ParametersAreNonnullByDefault - public Reactor(Category category, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) { + protected Reactor(Category category, SlimefunItemStack item, RecipeType recipeType, ItemStack[] recipe) { super(category, item, recipeType, recipe); new BlockMenuPreset(getId(), getInventoryTitle()) {