OASIS-learn-study / minecraft-storeys-maker

Minecraft extension to make your own stories in, with and for Minecraft - it's like being a movie director!
https://www.learn.study
GNU Affero General Public License v3.0
14 stars 10 forks source link

Support re-loading JS scripts #367

Closed vorburger closed 2 years ago

vorburger commented 2 years ago

WIP - it doesn't actually work... ;-( But unclear why - it's as if https://github.com/vorburger/ch.vorburger.fswatch didn't work at all... perhaps it's something container specific?! Perhaps the best next step is to bild a Minecraft Storeys Maker unrelated fswatch demo in a container, to see if that works.

This (when it works) fixes #310.

vorburger commented 2 years ago

WIP - it doesn't actually work... ;-( But unclear why - it's as if https://github.com/vorburger/ch.vorburger.fswatch didn't work at all... perhaps it's something container specific?! Perhaps the best next step is to bild a Minecraft Storeys Maker unrelated fswatch demo in a container, to see if that works.

It wasn't container related at all, just some (dumb) bugs! (Can't use try-with-resources, that immediately stopped watching! Also a few other problems.) Fix everything now, and hope to (force) push a version that works soon.