mirror of
https://github.com/minetest-mods/i3.git
synced 2025-07-05 10:00:21 +02:00
Fix some issues with register_cratf()
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
i3.register_craft({
|
||||
result = "default:ladder_wood",
|
||||
items = {"default:copper_ingot 7, default:tin_ingot", "default:steel_ingot 2"},
|
||||
})
|
||||
|
||||
i3.register_craft({
|
||||
grid = {
|
||||
"X #",
|
||||
@ -7,7 +12,7 @@ i3.register_craft({
|
||||
},
|
||||
key = {
|
||||
['#'] = "default:wood",
|
||||
['X'] = "default:glass",
|
||||
['X'] = "default:glass 2",
|
||||
},
|
||||
result = "default:mese 3",
|
||||
})
|
||||
|
Reference in New Issue
Block a user