My Minecraft Clone (mmcc for short) is an attempt at replicating the internal functionality of the popular game Minecraft. This is an experiment by myself, since I want to attempt it without knowing much about how minecraft originally worked or knowing much about java.
Run this file with sudo: $ sudo sh ./Starter.sh You can also use the IntelliJ built-in run button The current commands Include:
- Inventory [String subcommand] [int Slotx] [int Sloty] [String itemId] [int amount]
- subcommands for Inventory are:
- get (do not include itemId and amount here)
- set
I am trying to replicate purely behavior of entities as well as the player. I will not be attempting to replicate the rendering or world-gen, since I don't think I can realistically do that by myself.
No. I am trying to do this by myself. It's a learning journey.