mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 10:43:14 +00:00
Create IrisSapling, Make sapling lists, rename toggles, add objects
This commit is contained in:
parent
80ede42191
commit
b4602c1e48
@ -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 {
|
||||
|
||||
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user