mirror of
https://github.com/TeamMidnightDust/ThisRocks.git
synced 2025-12-18 11:55:09 +01:00
ThisRocks 1.8.0 - Update to 1.21
- Fixed #15 - Allow blocks to replace rocks and sticks (closes #43) - Added unifiedPublishing for a better workflow
This commit is contained in:
@@ -7,7 +7,7 @@ public enum StarfishVariation implements StringIdentifiable {
|
||||
PINK("pink"),
|
||||
ORANGE("orange");
|
||||
|
||||
private final String name;
|
||||
public final String name;
|
||||
|
||||
StarfishVariation(String name) {
|
||||
this.name = name;
|
||||
|
||||
Reference in New Issue
Block a user