CCFRAddons
CCFRAddons - Extending ComputerCraft Capabilities
This modification adds two unique peripheral devices to Minecraft for interacting with ComputerCraft, significantly expanding the functionality of programmable computers within the game.
BatCopterController
This specialized peripheral device allows you to create and remotely control a flying mob - the Bat. Using Lua programs, you can:
- Make the bat move in any direction
- Pick up items from the ground and from chests
- Place items in chests and containers
In terms of functionality, BatCopterController resembles the famous Turtles from ComputerCraft, but offers more advanced capabilities and works with a living entity in the Minecraft world.
EFB (Entity From Block)
A creative block that opens up amazing possibilities for creating game mechanics. With it, you can:
- Create entities that look like ordinary blocks
- Link these entities to players, turning them into moving blocks
- Create mini-games in the style of PropHunt and other entertainments
Additionally, EFB generates various events that can be processed in programs: player jumps, interaction with blocks and items, logging in and out of the game, respawning after death, and other game situations.
This modification is perfect for creating complex automated systems and interactive game mechanics within Minecraft.