BaseBlock method no longer works with still water/lava
thegreatersea opened this issue ยท 1 comments
After updating to AgriCraft 1.3.1, the BaseBlock method doesn't seem to want to register still water or lava. MineTweaker puts this error in the chat window: a method available but none matches the parameters (minetweaker.item.IItemStack, minetweaker.item.IItemStack, int)
A sample of the code in question follows:
import mods.agricraft.growing.BaseBlock;
BaseBlock.set(<AgriCraft:seedSugarcane>, <minecraft:water>, 2);
BaseBlock.set(<magicalcrops:magicalcrops_MagicSeedsNether>, <minecraft:lava>, 2);
This code executed just fine with the final version of 1.3.0