mirror of
https://codeberg.org/AntumLuanti/mod-cleaner.git
synced 2025-03-21 15:41:22 +00:00
Register item replacement with node replacement
This commit is contained in:
parent
9230e0c392
commit
9fa1b2b4ff
1 changed files with 1 additions and 0 deletions
1
api.lua
1
api.lua
|
@ -137,6 +137,7 @@ function cleaner.register_node_replacement(src, tgt)
|
||||||
})
|
})
|
||||||
|
|
||||||
replace_nodes[src] = tgt
|
replace_nodes[src] = tgt
|
||||||
|
cleaner.register_item_replacement(src, tgt)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue