Dirkfried
Dirkfried
Ok, I understand now that the bug is maybe another mods fault. To reproduce: Use the latest MT release 5.6.1 and the currently latest versions of all of the following...
I updated i3 from the database (your new commit is included there) and tried the quick crafting again as described before and it still does not work.
Adding "i3" to the optional dependencies of farming solves the issue :-) But, sure, this replacement problem should not be solved by adding dependencies :-D
Also at the moment the block has too much groups, it is `groups = {snappy = 1, bendy = 2, cracky = 1, melty = 2, level = 2},` instead...
Another idea to let the mithril block stand out would be if one makes it resistant to (TNT) explosions by adding `on_blast = function() end,` (This is done for example...
Note that this changes the underlying structure of the code to some degree, as described in the following: The line "if oredef.makes.ore then" is replaced by "if oredef.mineral then" meaning...
An explanation for level=5: The mithril block should have less "uses" and a greater "digging time" than the diamond block, which is a level=3 node. Uses and digging times of...