Conversation
* integrated Web Server; incl. POST support * build script fetches get Blockly and jQuery * working basic minimal *.js copied from Lauro's ZIP * re-disabled httpServer.openURL(), because with refresh() its PITA :( * .gitignore for files which should not be under source control * clean-up up, minor reformatting, fixed a typo * README blurb & Help TODO reminder
added multilanguage support for materials added multilanguage to animals and ocmmands fixed indentation of generated javascript removed dependency from third party messages Added the warning messages to the translation mechanism renamed files, reorganized functions, added info in the README.txt added language files for minecraft messages
|
Hi @vorburger , Walter |
|
Is this what LearnToMod is based on? |
|
I had built something along these lines as a standalone server and then have a simple command in ScriptCraft to just fetch the code from the server and eval it. Now of course that's a bit dangerous, but since it's done at the behest of the user, I felt like it wasn't so bad. But importantly, it would mean little to no changes to the ScriptCraft code to support this. I do think this is a super important step in using this for certain age groups. The current "REPL" is just too brittle for new users. |
|
Closing PR as it is 4 years old. |
Hello @walterhiggins, here is finally the PR for the Blockly stuff! Do you like? Will merge? Best, M.