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

unable to add custom woods #4

Closed
InkDragon opened this issue Jun 27, 2015 · 3 comments
Closed

unable to add custom woods #4

InkDragon opened this issue Jun 27, 2015 · 3 comments

Comments

@InkDragon
Copy link

I'm attempting to add ancient trees/dendrology woods in the config and they don't show up. This is what I am using based on what is shown in the config

general {
# blockName | metadata | button | fence | gate | pressurePlate | bookshelf
# e.g.:Forestry:planks | 2 | true | true | true | true | false
S:woods <
dendrology:wood0 | 0 | true | true | true | true | true
dendrology:wood0 | 1 | true | true | true | true | true
dendrology:wood0 | 2 | true | true | true | true | true
dendrology:wood0 | 3 | true | true | true | true | true
dendrology:wood0 | 4 | true | true | true | true | true
dendrology:wood0 | 5 | true | true | true | true | true
dendrology:wood0 | 6 | true | true | true | true | true
dendrology:wood0 | 7 | true | true | true | true | true
dendrology:wood0 | 8 | true | true | true | true | true
dendrology:wood0 | 9 | true | true | true | true | true
dendrology:wood0 | 10 | true | true | true | true | true
dendrology:wood0 | 11 | true | true | true | true | true
dendrology:wood0 | 12 | true | true | true | true | true
>
}

where the metadata is, is any number between 0 and 12 for each of the different planks added by the mod. Each entry is on it's own line, without a following comma.

@buttilda
Copy link
Owner

Does is crash or spill out anything on the logs?

@buttilda
Copy link
Owner

Fixed it.
Dendrology uses colons in it's blocks names and that breaks the block registry when WoodStuff copies those names over... Easy fix.

Also, I added support for that mod natively :)

@InkDragon
Copy link
Author

awesome! <3 Thank you so much

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

2 participants