Toblexson Posted June 30, 2015 Posted June 30, 2015 I have already added stone types which are metadata blocks (like wool) and have them generating. I am now working on having ores generate in them, each stone type having set ore blocks. However, the WorldGenMinable method accepts a block parameter as a target and no metadata for said target. Is there a way I can generate a block in a specific metadata block? Quote
larsgerrits Posted June 30, 2015 Posted June 30, 2015 Looking at the code from WorldGenMinable, I don't think you can specify a metadate block as the replacable block. You'd have to make a copy of WorldGenMinable make it however you want. Quote Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
Toblexson Posted July 4, 2015 Author Posted July 4, 2015 I thought that might be the only solution. Thanks for the verification. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.