mirror of
https://github.com/minetest-mods/nether.git
synced 2025-07-15 23:00:45 +02:00
fix toolranks support for Nether Pickaxe
combine the after_use() event of nethertools with toolranks
This commit is contained in:
@ -27,9 +27,12 @@ read_globals = {
|
||||
"stairsplus",
|
||||
"string.split",
|
||||
table = { fields = { "copy", "getn" } },
|
||||
"technic",
|
||||
"toolranks",
|
||||
"vector",
|
||||
"VoxelArea",
|
||||
"VoxelManip",
|
||||
"walls",
|
||||
xpanes = { fields = { "register_pane" } },
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user