Creative Mode Recommended
LifeCraft (Conway's Game of Life 3D)
This mod was created using AI
You can play Conway's Game of Life in Minecraft, but the world will turn into a nightmare. Cell treats every block except itself as a dead cell and replaces them with air when they die, which destroys the world.
Rules
- A live cell that has live neighbors below 5 or above 6 dies.
- A dead cell that has 4 live neighbors becomes a live cell.
Commands
/lifegame This command displays the current state of the Life game and the number of cells.
/lifegame start This command runs lifegame.
/lifegame stop This command stops the life game.
/lifegame clear This command deletes all cells in the world.
/lifegame interval <tick> This command specifies the update interval for the cell. The default is 20 ticks.
/lifegame limit unlimited This command sets the upper limit for the number of cells to Long.MAX_VALUE.
/lifegame limit <max> This command changes the maximum number of cells to any value greater than or equal to 0.
Note
This mod was created using AI.
It also places a load on the server because it uses BlockEntity.
You can use a resource pack to change the texture of the Cell block to any texture you like.
You can specify the texture by placing cell.png in the lifecraft/textures/block/ directory.

