Mineputing
IMPORTANT WARNING: THE TIER 1 MOTHERBOARD IS CURRENTLY NOT FUNCTIONAL. WHILE THE ISSUE REMAINS UNRESOLVED, PLEASE REFRAIN FROM USING THIS COMPONENT!
This modification introduces fully functional computers into Minecraft that can execute game commands and interact with the chat system. Additionally, a comprehensive electricity mechanism has been implemented, although it is not yet integrated with the computer systems at this time.
Core Features
As the name implies, the primary addition of this modification are computational devices. Their programming is accomplished using Minecraft Function Programming - a specialized approach based on the application of in-game commands and chat functions. To activate a computer, you need to supply it with a redstone signal, after which the system will execute the last message or command stored in its memory.
The technical foundation for the mod's energy system utilizes the FE (Forge Energy) standard.
Development Information
For creating new computer system components (motherboards, RAM, processors, or graphics cards), it is necessary to adhere to established naming conventions:
- Motherboard:
motherboard{tier} - RAM:
ram{tier} - CPU:
cpu{tier} - GPU:
memory{tier}
When working with MCreator, it is recommended to use the following naming format:
Motherboard{tier}
RAM{tier}
CPU{tier}
Memory{tier}