mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
Schemadata descriptions for new enums
This commit is contained in:
parent
bdfe14e278
commit
6dd196a7a6
@ -1,5 +1,8 @@
|
||||
package com.volmit.iris.object;
|
||||
|
||||
import com.volmit.iris.util.Desc;
|
||||
|
||||
@Desc("The custom biome category. Vanilla asks for this, basically what represents your biome closest?")
|
||||
public enum IrisBiomeCustomCategory
|
||||
{
|
||||
beach,
|
||||
|
@ -3,6 +3,7 @@ package com.volmit.iris.object;
|
||||
import com.volmit.iris.util.Desc;
|
||||
import com.volmit.iris.util.DontObfuscate;
|
||||
|
||||
@Desc("Snow, rain, or nothing")
|
||||
public enum IrisBiomeCustomPrecipType
|
||||
{
|
||||
@Desc("No downfall")
|
||||
|
Loading…
x
Reference in New Issue
Block a user