mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-18 06:40:55 +00:00
create YesDistributorTemplate
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
|||||||
|
package com.dfsek.terra.addons.feature.distributor.config;
|
||||||
|
|
||||||
|
import com.dfsek.tectonic.loading.object.ObjectTemplate;
|
||||||
|
|
||||||
|
import com.dfsek.terra.api.structure.feature.Distributor;
|
||||||
|
|
||||||
|
|
||||||
|
public class YesDistributorTemplate implements ObjectTemplate<Distributor> {
|
||||||
|
@Override
|
||||||
|
public Distributor get() {
|
||||||
|
return Distributor.yes();
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user