Dimensional Dungeons

Dimensional Dungeons

7M Downloads

Unable to plant more seeds in the personal dimension.

breeece opened this issue · 6 comments

commented

2023-04-14_21 38 03
2023-04-14_21 54 06

2023-04-14_21 45 50
So I have about 20-30 wheat seeds planted in my personal dimension and I am unable to plant more for some reason... :\ I have tried to remove some of the wheat and try other crops but it seems there is a hard limit to how many seeds can be planted in the personal dimension. We are running 1.19.3 with dimdungeons-172-forge-1.19.3 I am also unable to plant any seeds other than saplings past this closer row. To my further testing this has something to do with the light level.

commented

Just light level, but I would like to figure out how to rebuild this dimension with all it's properties and just make the default light level different. Any steps on this?

commented

You can use a datapack to override dimdungeons\dimension_type\build_dimension.json. Then in that file change has_skylight to true.

In the wiki on this very github there's a page named "datapacks for dummies" that describes how to do this. It's very simple.

commented

So I've followed all steps and changed that has_skylight to true. Still 0 on the light level. :\ ambient_light level is set to 0.8 by default should that be changed too ? Does the "example" folder need to have a different name ?

UPDATE: changing ambient light level to 15 fixed all of this but am not seeing a sun or moon in the personal build dimension i do see a sun/moon in the dungeons though

commented
commented

Oh good it sounds like your datapack is working then. The choice of sky is purely cosmetic. To change the sky from the one The End uses to the one the Overworld uses change the "effects" line from minecraft:the_end to minecraft:overworld. (Another option is the_nether.)

commented

Forgot to update. Modified the dimensions sky light properties. All good now!