mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-08-30 05:40:34 +00:00
rename ore "type" to "algorithm"
This commit is contained in:
@@ -17,7 +17,7 @@ public class OreTemplate extends AbstractableTemplate {
|
|||||||
@Abstractable
|
@Abstractable
|
||||||
private BlockData material;
|
private BlockData material;
|
||||||
|
|
||||||
@Value("type")
|
@Value("algorithm")
|
||||||
@Abstractable
|
@Abstractable
|
||||||
@Default
|
@Default
|
||||||
private Ore.Type oreType = Ore.Type.VANILLA;
|
private Ore.Type oreType = Ore.Type.VANILLA;
|
||||||
|
|||||||
Reference in New Issue
Block a user