Skip to content

Commit 594454b

Browse files
committed
Comment informing of the use of the blockId on HatchTypes
1 parent 04f9ada commit 594454b

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ public static HatchType register(ResourceLocation id, MIText description) {
5757
return register(id, description.text());
5858
}
5959

60+
/**
61+
* The block id corresponds to the user-facing description of the hatch type.
62+
*/
6063
public static HatchType register(ResourceLocation id, ResourceLocation blockId) {
6164
if (registeredHatches.containsKey(id)) {
6265
throw new IllegalArgumentException("Duplicate hatch type definition: " + id);

0 commit comments

Comments
 (0)