We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84e20c commit cc05336Copy full SHA for cc05336
src/main/java/aztech/modern_industrialization/machines/multiblocks/HatchType.java
@@ -29,7 +29,7 @@
29
import net.minecraft.network.chat.MutableComponent;
30
import net.minecraft.resources.ResourceLocation;
31
32
-public class HatchType {
+public final class HatchType {
33
private final ResourceLocation id;
34
private final Either<Component, ResourceLocation> descriptionOrBlockId;
35
0 commit comments