Skip to content

Commit cc05336

Browse files
committed
Make HatchType final
1 parent f84e20c commit cc05336

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/aztech/modern_industrialization/machines/multiblocks

1 file changed

+1
-1
lines changed

src/main/java/aztech/modern_industrialization/machines/multiblocks/HatchType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
import net.minecraft.network.chat.MutableComponent;
3030
import net.minecraft.resources.ResourceLocation;
3131

32-
public class HatchType {
32+
public final class HatchType {
3333
private final ResourceLocation id;
3434
private final Either<Component, ResourceLocation> descriptionOrBlockId;
3535

0 commit comments

Comments
 (0)