mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 06:11:47 +02:00
Remove/Tweak (nearly) all unknown recipes
This commit is contained in:
@ -83,10 +83,10 @@ minetest.register_abm(
|
||||
--- Health
|
||||
|
||||
minetest.register_craft({
|
||||
output = 'NodeItem "bobblocks:health_off" 1',
|
||||
output = "bobblocks:health_off",
|
||||
type = "shapeless",
|
||||
recipe = {
|
||||
{'node "default:dirt" 1', 'node "default:paper" 1', 'node "default:apple" 2'},
|
||||
|
||||
"default:dirt", "default:paper", "default:apple", "default:apple"
|
||||
},
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user