mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-07-04 00:51:13 +02:00
more recipe schemata
This commit is contained in:
@ -158,7 +158,7 @@ function api.register_single(node, shape, overrides, meta)
|
||||
|
||||
if not meta.allow_override_groups and overrides.groups then
|
||||
stairsplus.log("warning", "removing group overrides from %s (was %s, will be %s)",
|
||||
shaped_name, minetest.serialize(overrides.groups):sub(8), minetest.serialize(def.groups):sub(8)
|
||||
shaped_name, minetest.write_json(overrides.groups), minetest.write_json(def.groups)
|
||||
)
|
||||
overrides.groups = nil
|
||||
end
|
||||
|
Reference in New Issue
Block a user