Hello,
I inform you of the modifications I did on raspberryJuice and mcpe.
I wanted to use new Minecraft blocks with bukkit - spigot name : https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
I've modified the RemoteSession.java file in the RaspberryJuice 1.12 and give a new name to the plugin : pythondsminecraft.jar. ( because world.setBlocks and world.setBlock have been modified and are no more compatible with id numbers : Material blockType = Material.getMaterial(args[3]);
and a lot of world.setxxxx have been added too ...
I've modified the minecraft.py file - class Minecraft only and called it mcse (MineCraftSErver) in this way.
Because of the different BlockData, I've created different python modules (setBlock... setGate ...) I'm a one moth java programmer experience (began to learn java to use the plugin with 1.15 Minecraft version) and it's too difficult for me to program a unique SetBlock creation for the different BlockData. Heritage notions are complex in bukkit ...
You can have a look to the result here (see the video) and dowload the files (Sorry I'm not familiar with Gitub) :
http://pinet.rouviere.free.fr/description_mcse/index.html
I hope you won't be angry, I'm not a thief, I'm not intented to harm.
I 'm intend to adapt Entity function too (getTypeId is depreciated ...) I'd like to create a cat !
The most important : thanks for your work !
Hello,
I inform you of the modifications I did on raspberryJuice and mcpe.
I wanted to use new Minecraft blocks with bukkit - spigot name : https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
I've modified the RemoteSession.java file in the RaspberryJuice 1.12 and give a new name to the plugin : pythondsminecraft.jar. ( because world.setBlocks and world.setBlock have been modified and are no more compatible with id numbers : Material blockType = Material.getMaterial(args[3]);
and a lot of world.setxxxx have been added too ...
I've modified the minecraft.py file - class Minecraft only and called it mcse (MineCraftSErver) in this way.
Because of the different BlockData, I've created different python modules (setBlock... setGate ...) I'm a one moth java programmer experience (began to learn java to use the plugin with 1.15 Minecraft version) and it's too difficult for me to program a unique SetBlock creation for the different BlockData. Heritage notions are complex in bukkit ...
You can have a look to the result here (see the video) and dowload the files (Sorry I'm not familiar with Gitub) :
http://pinet.rouviere.free.fr/description_mcse/index.html
I hope you won't be angry, I'm not a thief, I'm not intented to harm.
I 'm intend to adapt Entity function too (getTypeId is depreciated ...) I'd like to create a cat !
The most important : thanks for your work !