AgriCraft

AgriCraft

30M Downloads

Unable to place crops

rckymtnrfc opened this issue ยท 10 comments

commented

Just grabbed the new version, 0.0.10, and unfortunately still have a random problem placing crops on tiled soiled. If I wait awhile and come back, I'm eventually able to place them. Sometimes not. So far I haven't been able to detect any specific reason for this. At first I thought it was happen right after breaking crops but it even happens on freshly tiled soil.

Using Forge 1240 and this is running on a server (not LAN).

Thanks!

commented

Can you also list other mods you are using? And can you set up an instance with forge 1230 and look if it persists (just to see if I need to look at forge or other mods)?

commented

Thank you, that would save me a lot of hassle

commented

My mod list is here - https://docs.google.com/spreadsheets/d/1X9hy72vhLLwJBRJdsWGzUWIIT8V3A6MJrpcP2DcO25A/edit?usp=sharing

When I get home this evening I'll test out things with Forge 1230. I'll go ahead and create a new instance with just AgriCraft, HarvestCraft and Hunger Overhaul and see if the problem persists.

commented

Ok, thank you when you find out what mod it is I'll look into fixing it

commented

Ok, it's not a problem with Agricraft, HarvestCraft or Hunger Overhaul. I setup an instance with those 3 and Forge 1240 and it's working perfectly. It must be a conflict with another mod. I'll start adding them in one by one and testing. Might not finish tonight but when I track down the issue, I'll report back.

commented

Well I'm slacking at work today to test this. Shhhhhh. The good news, I found the problem mod!

I have an instance running Forge 1240, AgriCraft 0.0.10, NEI 1.0.3.71 and Railcraft 9.4.0.0 and I've got some tiled soil blocks I'm unable to place crops on.

This happens in SSP and SMP.

commented

Oh, I should have mentioned, removing Railcraft the problem goes away. Adding it back, the problem returns.

commented

I think I know what the problem is, railcraft leaves hidden blocks behind where the player has been (for the tracking aura) and I'm checking if there is no block present to place the crops and when it sees a block there (the hidden block) even though you don't see it, it refuses to put a crop down. I'll add in an exception for hidden blocks.

commented

That must be it. If I change B:residual.heat=true to false in the Railcraft blocks.cfg, the problem is gone. At least I have a work around for now. Thanks!

commented

Fix has been implemented, all you have to do now is wait for the next version to come out.