Commit Graph
10 Commits
Author SHA1 Message Date
Stone_Red b7caf1ce35 Fix conveyor belts 2022-05-13 10:21:59 +02:00
Stefan-5422 5bb37573eb Add Hub; Fix Conveyor; 2022-05-12 12:49:37 +02:00
Stone_Red 1c55813d85 Calculate max amount of rendered chunks based on window size 2022-04-01 13:10:40 +02:00
Stefan-5422 06e6c72dc3 Add items;
+ Minor changes
2022-03-24 12:09:12 +01:00
Stone_Red ce2d26b762 Improve code readability and structure
- Fix exception when trying to place an item without one selected
- Add access modifiers to all class members
- Add `final` to all variables if applicable
- Add `TestBehaviour` to the machines to test the event system
- Convert classes to records where appropriate
- Change `Function<T, T>` to `Consumer<T>`
- Change non generic methods in the `EventHandler` class to generic methods
- Remove unused imports
- Other minor improvements
2022-03-18 18:10:24 +01:00
Stone_Red 84a904dcac Add class to get entities around other entities
- Add `BlockContainer` class
- Add more error logging
- Refactor code to work with the new system
2022-03-04 11:31:01 +01:00
Stone_Red a4212ca567 Add class to get entities around other entities
- Add `BlockContainer` class
- Add more error logging
- Refactor code to work with the new system
2022-03-04 11:28:36 +01:00
Stefan-5422 64f47ca5e0 a 2022-03-03 15:22:16 +01:00
Stefan-5422 a4f5310aa6 Added basic world and chunk code
-Basic chunk code
-Basic world code
2022-02-11 11:30:35 +01:00
Stefan-5422 3996d6383b Updated readme; Init projekt
- Updated the README file
- Created a IDEA project inside the folder
2022-02-11 10:07:18 +01:00