Fixed ModLogDirectional's alias
This commit is contained in:
@@ -40,7 +40,7 @@ public class ModLogDirectional extends BlockPlaceMod {
|
|||||||
ModType.STATELESS,
|
ModType.STATELESS,
|
||||||
null,
|
null,
|
||||||
enabledByDefault,
|
enabledByDefault,
|
||||||
"BetterDirectional" + material.name().toLowerCase()
|
"LogDirectional" + material.name().toLowerCase()
|
||||||
);
|
);
|
||||||
|
|
||||||
this.material = material;
|
this.material = material;
|
||||||
|
|||||||
Reference in New Issue
Block a user