Port of the original Ex Nihilo to 1.20+.
Go to file
Jeremy 8ce323d70c Avoid copying empty NBT when draining bottles
When filling a barrel from a bottle, ensured that empty NBT tags (ex: "{}") are replaced with null values and not transferred to the fluid unnecessarily. This ensures that water bottles placed in a barrel properly merge with the current contents of the barrel instead of not matching because {} != null.
2026-01-08 13:59:34 -05:00
.github/workflows Allow rerunning workflows 2025-06-04 10:40:42 -07:00
gradle/wrapper Switch to ModDevGradle 2025-11-30 15:39:29 -08:00
src Avoid copying empty NBT when draining bottles 2026-01-08 13:59:34 -05:00
.gitattributes Initial commit 2023-07-21 21:16:52 -07:00
.gitignore Fix overriding default world type when config is set to false 2024-05-12 12:40:43 -07:00
build.gradle Added Thirst Was Taken to test environment 2026-01-08 12:47:01 -05:00
changelog.md Fix broken mappings crash from 1.47 2025-12-02 18:41:24 -08:00
gradle.properties [Release] Ex Deorum 1.47 2025-12-01 14:54:59 -08:00
gradlew Automate CurseForge and Modrinth releases 2024-09-30 16:15:29 -07:00
gradlew.bat Initial commit 2023-07-21 21:16:52 -07:00
LICENSE.md Finished. First test build 2023-08-08 16:06:29 -07:00
logo.pdn Save 2023-08-15 18:46:14 -07:00
logo.png Save 2023-08-15 18:46:14 -07:00
README.md Finished. First test build 2023-08-08 16:06:29 -07:00
settings.gradle Initial commit 2023-07-21 21:16:52 -07:00
todo.md Save 2023-08-15 18:46:14 -07:00

Ex Deorum

"From the Gods"

Ex Deorum is a port of the 1.7 SkyBlock companion mod Ex Nihilo by Erasmus_Crowley. It also borrows ideas from Ex Nihilo Adscensio by unascribed, YUNoMakeGoodMap by LexManos, and Ex Compressum by BlayTheNinth, although Ex Deorum does not use code from any of those mods.

Unlike the original mod and any of its ports, Ex Deorum includes a SkyBlock world type out of the box. All of this mod's recipes exist in data packs. The default recipes only cover items from Vanilla Minecraft, and the sieve drops are generous enough that this mod should be playable without Ex Compressum.

Ex Nihilo is licensed under the GNU General Public License Version 3.0, so Ex Deorum uses the same license. A copy of the license is provided in this repository.