I'm trying to add Draconium Ore to what the Laser Drill can dig up, and my research so far has led me to the following code:
However, when I run it, I get the following error:
I typed that command in exactly as I saw it in three different places. What's going on? I'm using Minecraft 1.7.10 and Minetweaker 3.0.9C.
Code:
107 import mods.mfr.MiningLaser;
108 MiningLaser.addOre(<DraconicEvolution:draconiumOre>.weight(40));
109 MiningLaser.addPreferredOre(2, <DraconicEvolution:draconiumOre>);
Code:
Error parsing misc.zs:107 -- Invalid expression, last token: import