
Conduit Facades dont have crafting recipes
KillerBoy001 opened this issue ยท 4 comments
Pls add crafting recipes for the Newly added facades
====================================================================
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"S": {
"item": "enderio:conduit_binder"
}
},
"pattern": [
"SSS",
"S S",
"SSS"
],
"result": {
"count": 8,
"id": "enderio:conduit_facade"
}
}
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"S": {
"item": "enderio:conduit_binder"
}
"G": {
"tag": "c:glass_blocks/clear"
}
},
"pattern": [
"SSS",
"SGS",
"SSS"
],
"result": {
"count": 8,
"id": "enderio:transparant_conduit_facade"
}
}
===============================================================================
Known issue. Will be fixed soon.
Next time, please properly fill out the bug report form as requested
Fixed in dev, will be released in the next day or so. Thanks
Just noticed they are added in code but all with a count of 1.
To my knowledge this should be 8 just like the conduits themselves, with the exception beeing the hardened since they are an upgrade of the 8 you alreayd created priorly.
Fixed in dev, will be released in the next day or so. Thanks
Just noticed they are added in code but all with a count of 1.
To my knowledge this should be 8 just like the conduits themselves, with the exception beeing the hardened since they are an upgrade of the 8 you alreayd created priorly.
I implemented the same recipes as in 1.12.2 but I'll think and see if this might be more sensible. Cheers