GnaspGames / Smelt

A CLI tool for Minecraft map makers
http://smelt.gnasp.com
MIT License
19 stars 4 forks source link

Conditional corners: always checking for "chain" in previous block #86

Open GnaspGames opened 7 years ago

GnaspGames commented 7 years ago

Comments:

vexSpectre - Today at 7:03 AM I think i've found anoother bug, this time related to the conditional corners. Smelt creates a block testing for a "Chain" block when it is a "Repeating" block, breaking the chain. Idk if someone hast reported it on the Git Issues page, if not, i'll do. https://cdn.discordapp.com/attachments/199644580189044736/299423874037317634/Sin_titulo-3.png

destruc7i0n - Jan 5 Bug report With the hotfix for conditional command blocks in the end of a line, the command will always testforblock a chain command block even if the last command block isn't a chain http://i.thedestruc7i0n.ca/mRZIIB.png

GnaspGames commented 7 years ago

I wonder if there's a simple way of testing for any command block, or am I going to need to have Smelt remember the last command block type?