mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-26 18:49:06 +00:00
Create IrisSapling, Make sapling lists, rename toggles, add objects
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
package com.volmit.iris.engine.object;public class IrisSapling {
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.volmit.iris.engine.object;
|
||||
|
||||
import com.volmit.iris.engine.object.annotations.Desc;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
import lombok.experimental.Accessors;
|
||||
|
||||
@Accessors(chain = true)
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
@Desc("Sapling override settings")
|
||||
@Data
|
||||
public class IrisSaplings {
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user