OpenNBS / OpenNoteBlockStudio

An open-source Minecraft music maker.
https://opennbs.org/
MIT License
731 stars 50 forks source link

20 tps compatibility for schematic #53

Open MacashD opened 4 years ago

MacashD commented 4 years ago

by alternating the notes played between the lines you could make songs that work with 20tps in survival noteblock stuff

i think this would be good as you could make the 20tps tempo compatible with survival/schematica

HielkeMinecraft commented 4 years ago

The .schematic format doesn't support >1.13 blocks, as the format hasn't been updated in years. So sadly this is not possible.

MacashD commented 4 years ago

The .schematic format doesn't support >1.13 blocks, as the format hasn't been updated in years. So sadly this is not possible.

you can do it without the >1.13 blocks using pistons image hopefully this makes it possible?

ShinkoNet commented 4 years ago

With the pistons it needs to be very specific for it to work. For example, it explains the circumstances and issues required here (but in japanese): https://youtu.be/CejiPtUKeTE?t=609

Anyway, this change would have to heavily alter the current structure for schematic export. Might as well rehaul it entirely if we were to do that.

JasonYuan869 commented 3 years ago

Using this schematic specification allows for 1.13+ blocks (I've used it up to 1.15.x). It's also the one used by the WorldEdit plugins.