Can not edit the toucan sapling planting
BurningSulphur opened this issue ยท 0 comments
the config bit shown here in the code in the AMConfig.java file doesn't show up in the created config file.
Also it would be nice if it used the tag system as I removed the alexsmobs:banana in favour of one from a different mod. Everything else in Alex's Mobs runs through the banana tags
public static List<? extends String> toucanFruitMatches = Lists.newArrayList(
"minecraft:apple|minecraft:oak_sapling",
"minecraft:golden_apple|minecraft:oak_sapling",
"minecraft:enchanted_golden_apple|minecraft:oak_sapling",
"alexsmobs:banana|minecraft:jungle_sapling"
);