arpruss / raspberryjammod

Raspberry Jam Mod - a Mod Forge Minecraft mod implementing most of Raspberry Juice/Pi API
http://www.instructables.com/id/Python-coding-for-Minecraft/
Other
354 stars 94 forks source link

init for py #16

Closed byemypast closed 7 years ago

byemypast commented 7 years ago

wow very cool job! really like the work ~

would it be possible for loading the python script(s) when the world initializes? (e.g. loading a series of scripts from a configure file) it's possibile to utilize the mod to create new mod-like scripts for pythoners, but it would be inconvenient to ask the players run "/py" command and play the scripts. so would it be possible to add the feature in future?

thx

arpruss commented 7 years ago

I don't see adding this right now. Can a command block be used somehow? Command blocks can launch /py scripts.