3
9
Fork
You've already forked farming
14

MineClonia/MineClone2 _mcl_hardness missed in crops #10

Closed
opened 2024年06月25日 16:41:26 +02:00 by usrib · 1 comment

In MineClonia/MineClone2 the nodes define the speed of diging them with the parameter _mcl_hardness

In MineClonia/MineClone2 the crops are digged instantly unlike MTG which takes a little longer to dig

In previous versions of MineClonia, farming worked well, because since the _mcl_hardness parameter was nil, when farming run in MineClonia the crops were instantly digged.

But since the commit 8bca4985d3c3faf9d0672b00222aea412e69adc3 update, blocks with _mcl_hardness = nil in MineClonia adopt _mcl_hardness = 1 by default.

Now farming crops take time to dig and MineClonia crops snap instantly, something that is strange when playing.

The solution would be set:

_mcl_hardness = 0.01,

on all crop nodes manually

and do NOT place this parameter in farming:beanpole or in hemp block, sugar cube, etc.

I suggest setting a global

farming.mcl_hardness = 0.01

in init.lua

and then set

_mcl_hardness = farming.mcl_hardness,

in each crops nodes file

@cora

In MineClonia/MineClone2 the nodes define the speed of diging them with the parameter `_mcl_hardness` In MineClonia/MineClone2 the crops are digged instantly unlike MTG which takes a little longer to dig In previous versions of MineClonia, farming worked well, because since the `_mcl_hardness` parameter was `nil`, when farming run in MineClonia the crops were instantly digged. But since the commit [8bca4985d3c3faf9d0672b00222aea412e69adc3](https://codeberg.org/mineclonia/mineclonia/commit/8bca4985d3c3faf9d0672b00222aea412e69adc3) update, blocks with `_mcl_hardness = nil` in MineClonia adopt `_mcl_hardness = 1` by default. Now farming crops take time to dig and MineClonia crops snap instantly, something that is strange when playing. The solution would be set: `_mcl_hardness = 0.01,` on **all crop nodes** manually and do NOT place this parameter in `farming:beanpole` or in hemp block, sugar cube, etc. I suggest setting a global `farming.mcl_hardness = 0.01` in init.lua and then set `_mcl_hardness = farming.mcl_hardness,` in each crops nodes file @cora
usrib changed title from (削除) MineClonia/MineClone2 `_mcl_hardness' missed in crops (削除ここまで) to MineClonia/MineClone2 _mcl_hardness missed in crops 2024年06月25日 16:43:33 +02:00

Fixed, thanks for the suggestion :)

Fixed, thanks for the suggestion :)
Sign in to join this conversation.
No Branch/Tag specified
master
No results found.
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
tenplus1/farming#10
Reference in a new issue
tenplus1/farming
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?