6 lines
125 B
Python
6 lines
125 B
Python
from mcpi.minecraft import Minecraft
|
|
mc = Minecraft.create()
|
|
|
|
immutableIs = False
|
|
|
|
mc.setting("world_immutable", immutableIs) |