Actual Filler Metadata
Opened this issue ยท 3 comments
Is it possible to set the meta data for an actual filler block and if so how would one go about it?
You can specify the metadata when you register the replacement. I assume that's what you mean.
https://github.com/superckl/BiomeTweaker/wiki/Basic-Script-Commands#registergenblockrep
https://github.com/superckl/BiomeTweaker/wiki/On-the-Topic-of-Block-Replacement#whats-new-in-20152
Sorry. I should've been more specific.
When you use the script command
object.addActualFillerBlock("minecraft:sandstone") how would I go about adding a meta data value to the sandstone? Or is that not possible.