-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
706f306
commit db379f2
Showing
1 changed file
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,18 @@ | ||
|
||
# LazyAE2-MA-Calc | ||
|
||
I wrote this small programm to calculate the mutliblock machine parts i need for | ||
[LazyAe2](https://www.curseforge.com/minecraft/mc-mods/lazy-ae2) | ||
mod (the Mass-Assembler). | ||
I wrote this small programm to calculate the mutliblock machine parts i need to the | ||
[LazyAe2](https://www.curseforge.com/minecraft/mc-mods/lazy-ae2) mod (the Mass-Assembler). | ||
|
||
This is a javafx application where you can put in the width and the height of the block. I made it, so that the cobe is a square. | ||
This is a javafx application where you can put in the width and the height of the block. I made it, so that the cobe is a square. | ||
|
||
|
||
## Authors | ||
|
||
- [@FTMahringer](https://github.com/FTMahringer) | ||
|
||
|
||
## More | ||
|
||
If you have [opencomputers](https://www.curseforge.com/minecraft/mc-mods/opencomputers) installed, here is the code for lua: | ||
[Lua-Code](https://github.com/FTMahringer/LazyAE2-MA-Calc/blob/master/lua-code.lua). |