Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kotmatross28729/deepercavespatched
The Deeper Caves mod for Minecraft.
https://github.com/kotmatross28729/deepercavespatched
minecraft minecraft-forge minecraft-forge-mod minecraft-mod
Last synced: about 2 months ago
JSON representation
The Deeper Caves mod for Minecraft.
- Host: GitHub
- URL: https://github.com/kotmatross28729/deepercavespatched
- Owner: kotmatross28729
- License: mit
- Created: 2023-09-02T18:51:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-15T19:28:33.000Z (over 1 year ago)
- Last Synced: 2024-12-21T17:16:37.092Z (about 2 months ago)
- Topics: minecraft, minecraft-forge, minecraft-forge-mod, minecraft-mod
- Language: Java
- Homepage:
- Size: 663 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Deeper Caves Patched
#### This is a patched [Deeper Caves](https://github.com/Valiec/DeeperCaves/tree/master) mod by [Valiec](https://github.com/Valiec)### What's changed?
## Fixes:
1. Fixed a rare crash (`java.lang.StackOverflowError: Exception while updating neighbours`) that occurs when entering Drop, which is related to water physics. The fix is to reduce the flowing water as much as possible (regular lakes remain)
2. Fixed a crash (`java.lang.IllegalArgumentException: bound must be positive`) that occurs when trying to break some ores from the mod
## Other changes:
#### Achievements have been removed due to the fact that they could not be obtained, and they were left unfinished anyway.
#### Various changes in .lang, mainly ru_RU.lang
#### Minor code optimization in general
## Credits:
#### [Valiec](https://github.com/Valiec) for creating the [original mod](https://github.com/Valiec/DeeperCaves/tree/master)
#### [GTNH](https://github.com/GTNewHorizons) for creating [ExampleMod 1.7.10](https://github.com/GTNewHorizons/ExampleMod1.7.10)