Ex Deorum

Ex Deorum

2M Downloads

Some problems/feature requests

EvanHsieh0415 opened this issue ยท 10 comments

commented

Problems

  • [ ] Flint sieves produce unreasonably high yields when sifting gravel, more so than iron sieves.
  • #53
  • #51

Feature Requests

commented

Are the Flint Mesh drops still an issue? If not, I'm going to close this as complete

commented

Are the Flint Mesh drops still an issue? If not, I'm going to close this as complete

I think it isn't

commented

Is Flint mesh giving too many ores? Or is it the other pebbles you're talking about? The extra pebbles dropping from the Flint mesh is intentional, so that higher meshes don't have them as inventory spammy drops.
Which item viewing mod are you using? In JEI, the compat mods blocks are hidden.
Crucible Heat sources can be configured in KubeJS.

commented

And why would witch water make dirt with water? I've never seen that in Ex Nihilo or any of its derivatives, and I think it's a silly feature that defeats the point of using barrels to make compost.

commented

Is Flint mesh giving too many ores? Or is it the other pebbles you're talking about? The extra pebbles dropping from the Flint mesh is intentional, so that higher meshes don't have them as inventory spammy drops. Which item viewing mod are you using? In JEI, the compat mods blocks are hidden. Crucible Heat sources can be configured in KubeJS.

  1. Some of the opinions are collected from other users, I will ask for more opinions.
  2. I'm using REI, but these blocks should check to see if the relevant mod is loaded before registering, if it's not loaded then it shouldn't be registered.
commented

And why would witch water make dirt with water? I've never seen that in Ex Nihilo or any of its derivatives, and I think it's a silly feature that defeats the point of using barrels to make compost.

from Ex Nihilo: Creatio

commented

I'm using REI, but these blocks should check to see if the relevant mod is loaded before registering, if it's not loaded then it shouldn't be registered.

Doing this is considered bad practice in Forge. I haven't added REI compatibility yet, but I can add compatibility next update to hide those.

from Ex Nihilo: Creatio

I could add a config option for this, disabled by default. I still think it's a bad idea for the reasons I mentioned before, and that it wasn't a thing until 1.12.

commented

Unhardcoding Crucible Heat Source and making it a recipe
Changed crook destroying leaf drops to recipes

commented

Unhardcoding Crucible Heat Source and making it a recipe

They are not hardcoded. Refer to the KubeJS docs to see how you can add/remove your own.

Changed crook destroying leaf drops to recipes

I'm working on this right now, just need to figure out how to show the recipes in JEI.

commented

I'm going to make the crucible heat sources into datapack recipes, so now you won't need to rely on KubeJS. KubeJS will still work though.