AllTheMods / ATM-4

Official ATM4 Repo
8 stars 4 forks source link

Can't craft Project Table #77

Open LezChap opened 4 years ago

LezChap commented 4 years ago

Can't craft a Project Table from Blue Power because it requires a vanilla chest, and crafting chests ends up with a Quark Chest (related to #71 ?). Recipe works if I use a chest I harvested from a village/dungeon.

LezChap commented 4 years ago

add Xnet Connectors to the list of "can't craft" blocks.

PABessero commented 4 years ago

just opened an issue on the XNet github, they arent using oreDict for the chests (https://github.com/McJtyMods/XNet/issues/385)

Edit: Same for Bluepower (https://github.com/Qmunity/BluePower/issues/529)

LezChap commented 4 years ago

Went through all the recipes in the pack, here's the ones that won't work with Quark Chests...working on a Zenscript (Crafttweaker) to fix the issue: xnet:connector_red, xnet:connector_blue, xnet:connector_yellow, xnet:connector_green, bluepower:project_table, minecraft:chest_minecart, tmechworks:upgrade_drawbridge_advanced, cyclic:trash, refinedrelocation:sorting_chest, storagenetworks:storage_kabel, waterstrainer:strainer_base, portality:items_input, bluepower:deployer, darkutils:self/crafting/import_plate

PABessero commented 4 years ago

all of the XNet related ones are currently being fixed by the dev

LezChap commented 4 years ago

https://pastebin.com/jpeAAAkJ Here's a pastebin of the script. Old/broken recipes are removed at the top and can be used as a table of contents, they are added afterwards in the same order. I also sorted them by mod so they can be removed as mods oredict their recipes and are updated in the pack...not that it should break anything if they aren't removed from the script when they do.

LezChap commented 4 years ago

Another solution would be a to change the Zenscript above to make crafting a Quark Chest return a Vanilla chest, and a Vanilla Chest return a Quark one...back and forth, back and forth, for whatever need you have.

PABessero commented 4 years ago

The project table has been fixed by the mod author, it will be in the next release of Blue Power

LezChap commented 4 years ago

Did BluePower also fix the bluepower:deployer recipe? Still a lot of recipes that are broken (and fixed in the Crafttweaker script)...just need to remove whatever lines for the ones that BluePower fixed before it's pushed in the next update.