Page 1 of 1

Farming Issue

PostPosted: Mon Aug 03, 2015 23:54
by Clouds
For some reason the hoes are no longer tilling soil on left or right click in the latest minetest_game ( about 4 days old ). If anyone has a solution that would be much appreciated, srry no debug I for some reason am not seeing a error for this.

Re: Farming Issue

PostPosted: Tue Aug 04, 2015 07:25
by TenPlus1
What mods do you have running, and what soil/dirt types are you trying to hoe ?

Re: Farming Issue

PostPosted: Tue Aug 04, 2015 16:05
by Clouds
Its dirt, dirt_with_grass, desert_sand and nothing is working and the list of mods is on my server page but from my knowledge nothing is messing with farming.

Re: Farming Issue

PostPosted: Tue Aug 04, 2015 16:20
by TenPlus1
I would still like to know what mods you have running, it may give some insight into the problem... Type /mods and let me know please...

Re: Farming Issue

PostPosted: Tue Aug 04, 2015 17:03
by Clouds
I mean i stated where they are, but anymatter
Anti-Guest, Bone ( not original bones, this bones grows grass and flowers on click with bone meal), Fake Fire, Item Drop, Itemframes, Landrush, Ambiance, Money2, Vendors, Moreblocks, Moreores, Last seen, Unified Inventory, U-Skins, Whereis, Hardened Clay, Advancedteleport, Plantlife, xban2, xdecor, travelnet,

Re: Farming Issue

PostPosted: Tue Aug 04, 2015 17:24
by TenPlus1
OK, to fix this go to the bone mod and edit the init.lua file... on line 5 and 26 you will see this:

groups = {crumbly=3},

...change them both to read:

groups = {crumbly=3, soil=1},

...then save, run Minetest again and you can now use hoes on soil...

Re: Farming Issue

PostPosted: Tue Aug 04, 2015 18:03
by Clouds
Alright i did so and still no luck. the hoes are still not working

Re: Farming Issue

PostPosted: Tue Aug 04, 2015 19:10
by TenPlus1
Works ok here, download and install this working bone mod: viewtopic.php?id=5429#p186154

Re: Farming Issue

PostPosted: Tue Aug 04, 2015 22:30
by Dragonop
maybe you changed one of the values and not both of them?

Re: Farming Issue

PostPosted: Tue Aug 04, 2015 23:56
by Clouds
I double checked the code multiply times because I thought the same that maybe I missed one. Im trying the one TenPlus1 fixed above to see if that results in a different outcome.

Re: Farming Issue

PostPosted: Wed Aug 05, 2015 06:51
by Clouds
TenPlus1, that fixed hoes not working altogether but they still wont work on dirt or dirt_with_grass. Do you have anyother suggestions?

Re: Farming Issue

PostPosted: Wed Aug 05, 2015 07:48
by TenPlus1
On my setup both work fine, dirt with grass and normal dirt can be hoe'd... I will check the rest of the mods just incase something was missed...

Re: Farming Issue

PostPosted: Wed Aug 05, 2015 07:56
by Clouds
alright thanks

Re: Farming Issue

PostPosted: Wed Aug 05, 2015 09:36
by TenPlus1
k, I've re-written the bone mod to work with minetest 0.4.12 features so it should work a little better now:

viewtopic.php?f=11&t=5429&p=186154#p186154

Re: Farming Issue

PostPosted: Wed Aug 05, 2015 15:13
by Clouds
Ok the complete rewrite worked, thanks TenPlus1