mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-25 06:27:41 +01:00
Refactored Bogey Sizes
This commit is contained in:
parent
e10d07ddc3
commit
6a185c4e72
1 changed files with 4 additions and 4 deletions
|
@ -47,10 +47,6 @@ public class BogeySizes {
|
|||
return BOGEY_SIZES.size();
|
||||
}
|
||||
|
||||
public static void init() {
|
||||
|
||||
}
|
||||
|
||||
public record BogeySize(ResourceLocation location, Float wheelRadius) {
|
||||
public BogeySize(String modId, String name, float wheelRadius) {
|
||||
this(new ResourceLocation(modId, name), wheelRadius);
|
||||
|
@ -66,4 +62,8 @@ public class BogeySizes {
|
|||
return size.location == this.location;
|
||||
}
|
||||
}
|
||||
|
||||
public static void init() {
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue