Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quark Chests for Beetles #128

Open
Liguma opened this issue May 26, 2021 · 3 comments
Open

Quark Chests for Beetles #128

Liguma opened this issue May 26, 2021 · 3 comments

Comments

@Liguma
Copy link

Liguma commented May 26, 2021

Describe your suggestion:
At the moment only vanilla chests can be used on beetles

Describe alternatives you've considered:
Also all Quark variants should be possible to use with beetles

Additional context:
For now we have to disable chest variants in quark

@noobanidus
Copy link
Collaborator

I believe there's a recipe that allows you to convert quark chests into vanilla chests.

If it doesn't, you should be able to use the wooden chest tag in a recipe as a shapeless ingredient with the output of a standard vanilla chest in order to convert.

@andrewduong2001
Copy link

andrewduong2001 commented May 26, 2021

I have a crafttweaker script for this:
craftingTable.addShapeless("chesto_chango", <item:minecraft:trapped_chest>, [<item:quark:acacia_trapped_chest>]); craftingTable.addShapeless("chesto_chango1", <item:minecraft:trapped_chest>, [<item:quark:jungle_trapped_chest>]); craftingTable.addShapeless("chesto_chango2", <item:minecraft:trapped_chest>, [<item:quark:birch_trapped_chest>]); craftingTable.addShapeless("chesto_chango3", <item:minecraft:trapped_chest>, [<item:quark:spruce_trapped_chest>]); craftingTable.addShapeless("chesto_chango4", <item:minecraft:trapped_chest>, [<item:quark:oak_trapped_chest>]); craftingTable.addShapeless("chesto_chango", <item:minecraft:trapped_chest>, [<item:quark:dark_oak_trapped_chest>]); craftingTable.addShapeless("chesto_chango5", <item:minecraft:chest>, [<item:quark:acacia_chest>]); craftingTable.addShapeless("chesto_chango6", <item:minecraft:chest>, [<item:quark:jungle_chest>]); craftingTable.addShapeless("chesto_chango7", <item:minecraft:chest>, [<item:quark:birch_chest>]); craftingTable.addShapeless("chesto_chango8", <item:minecraft:chest>, [<item:quark:spruce_chest>]); craftingTable.addShapeless("chesto_chango9", <item:minecraft:chest>, [<item:quark:oak_chest>]); craftingTable.addShapeless("chesto_chango9", <item:minecraft:chest>, [<item:quark:dark_oak_chest>]);

You just put this in the scripts folder as a .zs file.

@Liguma
Copy link
Author

Liguma commented May 27, 2021

Thx 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants