multicrafting numbers (lets say that this would be a feature request site folder, lets pretend)
InventionIO opened this issue ยท 9 comments
Describe the feature you'd like
example: you have a crafting table and exept one item for input you would add two for a crafting and it will craft it from the two item inputs from one, basically
Better example:
craftingTable.addShaped("coaldiamond", item:minecraft:diamond, [
[item:minecraft:coal_block * 64, item:minecraft:coal_block * 64, item:minecraft:coal_block * 64],
[item:minecraft:coal_block * 64, item:minecraft:coal_block * 64, item:minecraft:coal_block * 64],
[item:minecraft:coal_block * 64, item:minecraft:coal_block * 64, item:minecraft:coal_block * 64]]);
Same for furnaces and other things in minecraft and mods.
pretty trully similar to hypixel skyblock but wasnt inspired from it.
Describe alternatives you've considered
None, it aint possible cus it bugs.
Additional context
I have added all of it up there.
for repeat:
craftingTable.addShaped("coaldiamond", item:minecraft:diamond, [
[item:minecraft:coal_block * 64, item:minecraft:coal_block * 64, item:minecraft:coal_block * 64],
[item:minecraft:coal_block * 64, item:minecraft:coal_block * 64, item:minecraft:coal_block * 64],
[item:minecraft:coal_block * 64, item:minecraft:coal_block * 64, item:minecraft:coal_block * 64]]);
Minecraft version
1.16
The crafting table does not accept more than one stack in a single slot for recipes.
Is it possible to rewrite crafting table for that function ?
You are asking me to rewrite the crafting table of every single mod that adds one?
Yea no, not possible.