Blocky_Player: I tried registering a craft with multible items in one slot and it didnt work, here is the code for example: minetest.register_craft({
output = 'default:dirt',
recipe = {
{'', '', ''},
{'', 'default:cobble 4', ''},
{'', '', ''},
}
})
AwesomeDragon97: It should be a node with an interface like a crafting table, but with 16 slots and you should be able to register a craft with more than one item in a slot. Look at the example code above.
Im planing to include a special craftingtable in this mod. In this crafting you should be able to put more than one item in a slot, so that I can register crafts with for example 3 nickel, 6 germanium and 10 gallium. But Im not able to code such a table. Can someone help me with this?
Here are some questions:
1. Should I combine too many ores into one big mod or should I shum up similar ores into only four or five modsin the modpack
2. What should the different metal ores do?
3. Should I add this into the mod: if you combine every metal you will get an ultra stonge metal ingot. with this ultra strong metal ingot you can craft a new very strong armor and tools.
I have now tried to do so.
Could you please give me feedback once more? (the metals are not changed yet) So deactivate all but colorstone and semiperious stones
This was just an example. Normaly it would be way more than 20 or so.
I know. Therefore I am asking who knows how?
my discord is by the way: 1x1TpUser#6216 (for easier communication)
Blocky_Player: I tried registering a craft with multible items in one slot and it didnt work, here is the code for example: minetest.register_craft({ output = 'default:dirt', recipe = { {'', '', ''}, {'', 'default:cobble 4', ''}, {'', '', ''}, } }) AwesomeDragon97: It should be a node with an interface like a crafting table, but with 16 slots and you should be able to register a craft with more than one item in a slot. Look at the example code above.
I wont be able to code wires either
Im planing to include a special craftingtable in this mod. In this crafting you should be able to put more than one item in a slot, so that I can register crafts with for example 3 nickel, 6 germanium and 10 gallium. But Im not able to code such a table. Can someone help me with this?
Here are some questions: 1. Should I combine too many ores into one big mod or should I shum up similar ores into only four or five modsin the modpack 2. What should the different metal ores do? 3. Should I add this into the mod: if you combine every metal you will get an ultra stonge metal ingot. with this ultra strong metal ingot you can craft a new very strong armor and tools.
I have now tried to do so. Could you please give me feedback once more? (the metals are not changed yet) So deactivate all but colorstone and semiperious stones
also if you want only ores with use than just activate only orespremium or delete everything exept the folder 'ores++'
well this is what too many ores is for