YOUTUBE MOD SHOWCASE: https://youtu.be/bpsltZwu6Cg https://scratch.mit.edu/discuss/youtube/bpsltZwu6Cg This is a mod for paper minecraft that adds COMMAND BLOCKS to the game. You can automatically execute the commands you would normally type into chat by pressing T. I started with griffpatch's YouTube tutorial, but I also added A LOT of custom code to the internal parts of the game to get the command blocks to work. This mod is a PROOF OF CONCEPT and is in no way good for making actually advanced creations. ORIGINAL PAPER MC DESCRIPTION: Modding Guide: ▶️ https://youtu.be/PexNsUvqD5w [1 to 9] - Select Item [Click] - Place or Mine [WASD] - Move / Jump [E] - Open/Close Inventory [E+hover] - Open / Close Chest, Crafting Table, Door [Space] - Drop single tile from a stack while dragging. [F] - Eat food [N] - Label a sign or chest [Q] - Drop item [P] - Pause / Unpause [T] - Talk / Command [O] - Save your game [M] - Music / Sounds [Shift] - Sprint PS: I know I said I'm leaving scratch, and THAT IS STILL THE CASE. I saw @griffpatch's modding tutorial and I couldn't resist. Paper MC is my childhood.
COMMAND BLOCK USE: -Command blocks can be found in the REDSTONE category of the creative mode menu. -Place a command block and press E while hovering over it to enter a command. -Whenever you activate that command block with REDSTONE, it will activate that command as if you typed it yourself by pressing T. KNOWN ISSUES: -Not 100% sure how to replicate this one, but there seems to be an issue sometimes with running multiple command blocks at once. I've specifically had trouble with gamemode switching but it might happen for others too. This mod is a PROOF OF CONCEPT and is in no way good for making actually advanced creations. Credit to @griffpatch for the original paper minecraft and 99% of the code