Initial commit

This commit is contained in:
BarsTigerMeowcat
2020-01-26 12:49:01 +02:00
commit 8bed7171c2
125 changed files with 3212 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
from mcpi.minecraft import Minecraft
mc = Minecraft.create()
x = 95
y = 80
z = 340
eda = 103
blockType = mc.getBlock(x, y, z)
noMelon = not blockType == eda
mc.postToChat("Nuzna eda: " + str(noMelon))