#(lantoaster) Plant Plants.

8 messages · Page 1 of 1 (latest)

pliant halo
#

Good Evening, i´m trying to replace Placeholder Blocks to different Blocks.

I currently store whatever Block its supposed to be in a CommandBlock, and replace it with the Proper Block.
This is what I currently have.
https://paste.denizenscript.com/View/125332
(Though the Adjustblock doesnt work at the moment)

My Main Problem is currently, I cant figure out how to properly change the Blockstates.

I can change a very limited amount of things with the adjustblock command.
For example on pink_petals I can change the direction, but not the amount of flowers. And the Blockstates appear to be different from what minecraft uses. So I´d like to access and change the Blockstate, instead of mechanisms.

Secondly, I would like to know if there is a way to simulate maybe a Block Placement, e.g. on this Script a DoublePlant would just spawn its lower part.

Thirdly, is there a way to disable/circumvent the Error Message when it fails to Generate a Tree? (Maybe like in Python with "try:")

Aaand Lastly, how does the Bot work, I´ve seen several times the Bot is supposed to say something, but I dont see any Messages from the bot. (I mean the Bot that appears to help with Tags and stuff specifically)

Edit: Sorry, I forgot to Clarify the title 😦

jaunty latchBOT
#

(lantoaster) Plant Plants.

jaunty latchBOT
#

Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.

pliant halo
#

NVM the not working part of the AdjustBlock.
I found the Problem there, had the "modifyblock" inside the loop.

pliant halo
#

...
This can be Closed.
The issue with flower amount on Pink Petals is already addressed somewhere else, and might be included at some point.

I didnt find a way to create Double Plants, I´ll just have them placed as Schematic. So if someome else also wants to place Double Plants, this is a way to do it. Just make sure that your Offset inside the Schematic is at 0,0,0 Otherwise they wont spawn where they are supposed to be.

ancient fractal
#

If resolved, then please use /resolved in the thread.

#

@pliant halo