Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theepicblock/concraftwaylifeofgamemine
Made for modfest 1.16!
https://github.com/theepicblock/concraftwaylifeofgamemine
fabricmc modfest-1-16
Last synced: about 1 month ago
JSON representation
Made for modfest 1.16!
- Host: GitHub
- URL: https://github.com/theepicblock/concraftwaylifeofgamemine
- Owner: TheEpicBlock
- License: mit
- Created: 2020-06-13T20:48:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-01T19:07:01.000Z (about 4 years ago)
- Last Synced: 2024-10-14T06:11:03.434Z (3 months ago)
- Topics: fabricmc, modfest-1-16
- Language: Java
- Size: 162 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# con-craft way life of game mine
Implements Conway's game of life in minecraft blocks!
## using
This mod works with special blocks called "conway life of game blocks". These blocks count as alive. All other blocks are considered dead.
These Conway blocks can replace [almost](#notes) any block, and will drop the block they replace. Conway blocks can also be pushed with pistons.
### mechanics
Conway blocks update every 3 seconds. Would've added a config for that. But didn't have the time, so you're stuck with 3 seconds. Each Y layer is considered seperately.
### obtaining
Conway blocks can either be crafted with an eye of ender surrounded with grass.
They can also be mined with a silk touch pickaxe
### what can I do with this?
Use your imagination :P
For some ideas, you could make a parkour, maybe even giving the player some conway blocks to strategically place.
You could also use this to farm blocks, since they drop blocks they break. Maybe even make some moving machines.
## performance
Con-craft way life of game mine is surprisingly quite performant. When no blocks are present, you shouldn't notice any lag. With a lot of blocks lag will happen though. This is largely due to the amount of blocks changed, something I can't optimize. Con-craft way life of game mine adds a section to the profiler to track the amount of time it takes to calculate and replace blocks.
### chunks
Conway blocks will kinda load chunks when needed. The loaded chunk won't tick, redstone won't function etc. The only thing that'll happen in that chunk are conway block updates.
# Gimme Forge!1!!!1!!!
Please check out [this](https://www.curseforge.com/minecraft/mc-mods/game-of-life-3d-forge) awesome looking mod for Forge and Fabric 1.15.2 :)
## notes
[1] The `wither_immune` block tag is being used to check which blocks can be broken or not