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

Set Frame block - NO WORK #56

Open bbslipers opened 3 years ago

bbslipers commented 3 years ago

Frame Block ID (Minecraft Java 1.12.2) = 389

mc = minecraft.Minecraft() pos = mc.player.getPos() + Vec3(1,0,1) mc.setBlock(pos,389)

NO WORK !!!

FinnT730 commented 3 years ago

very clear.....

xboxone08 commented 2 years ago

I assume you are getting an error. If so, please post the traceback. Then we can figure out which line is problematic. ITEM_FRAME is listed under Block.toRGBA and # the following may or may not be found in PI and other older ersions in mcpipy/mcpi/Block.py