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

how to add multiple entrances in config file? #21

Open
peow opened this issue Oct 29, 2023 · 0 comments
Open

how to add multiple entrances in config file? #21

peow opened this issue Oct 29, 2023 · 0 comments

Comments

@peow
Copy link

peow commented Oct 29, 2023

im trying to configurate the mod but i don't understand something, i want to put 2 items in this list:

// Codes for which repair items to use for which Ruined Items Ashes (e.g. 'copper_mod:copper_sword/minecraft:copper_ingot;')
"ruinedItemsAshesRepairItems": "",

when i try this:

// Codes for which repair items to use for which Ruined Items Ashes (e.g. 'copper_mod:copper_sword/minecraft:copper_ingot;')
"ruinedItemsAshesRepairItems": "sculkhornid:sculkhorn_sonicboom/minecraft:sculk_shrieker;",

its works, but when i try to put 2 items:

// Codes for which repair items to use for which Ruined Items Ashes (e.g. 'copper_mod:copper_sword/minecraft:copper_ingot;')
"ruinedItemsAshesRepairItems": "sculkhornid:sculkhorn_sonicboom/minecraft:sculk_shrieker;", "sculkhornid:sculkhorn/minecraft:sculk_shrieker;",

it doesnt work, i dont know how to type properly the code

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

1 participant