Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SynchroField/Floaxial
Minecraft modification for falling blocks
https://github.com/SynchroField/Floaxial
java minecraft minecraft-forge physics-simulation
Last synced: 3 months ago
JSON representation
Minecraft modification for falling blocks
- Host: GitHub
- URL: https://github.com/SynchroField/Floaxial
- Owner: SynchroField
- License: unlicense
- Created: 2022-09-26T01:25:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-27T11:03:18.000Z (over 2 years ago)
- Last Synced: 2023-02-28T18:58:21.112Z (almost 2 years ago)
- Topics: java, minecraft, minecraft-forge, physics-simulation
- Language: Java
- Homepage:
- Size: 356 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A modification for Minecraft that adds block physics.
## Latest Version
- [0.4.alpha](https://github.com/SynchroField/Floaxial/releases/download/0.4.alpha/Floaxial-0.4.alpha.jar)
- 2022 sep 26
- 0.5 MB Jar File
- For Minecraft 1.18.2## Overview
- Make any block a falling type (stone, dirt, water).
- Blocks move smoothly like regular sand.
- Sideways movement is also supported with 8 energy levels.- Focus in high performance rather than graphics.
- Speed limits can be set for heavy processes like scanning for blocks.
- Uses plain rendering instead of entities or block states.
See [Documentation](https://github.com/SynchroField/Floaxial/wiki/Documentation) for more information.