1 2 3 4 5 6 7 8 9 10 11 12
package gtPlusPlus.xmod.bop.blocks.rainforest; import gtPlusPlus.xmod.bop.blocks.base.LogBase; public class LogRainforestTree extends LogBase { public LogRainforestTree() { super("Rainforest Oak", "rainforestoak", new String[] { "rainforest" }); this.treeType = new String[] { "rainforest" }; } }