Minecraft: Bedrock Documentation Homepage Updates and News Casual Creator Article Series Learning Journey Concepts Game Logic Assets and Sound Worlds and Cameras Entities and Particles Items and Recipes Blocks Tools and Libraries Reference Documentation ...
MinecraftServer server = player.getServer(); if( server == null || !server.isCommandBlockEnabled() )2 changes: 1 addition & 1 deletion 2 src/main/java/dan200/computercraft/shared/computer/blocks/TileComputer.java Original file line numberDiff line numberDiff line change @@ -53,7 +53,7...
scythe.use.harvest : Allows a player to harvest blocks using scythe functionality scythe.use.replant : Allows a player to auto-replant crops using scythe functionality scythe.toggle : Allows the player to toggle the feature for themselves using the /scythe toggle command. scythe.reload : Allows...