AllenSeitz / DimDungeons

A Minecraft mod which adds proceedurally generated dungeons.
15 stars 13 forks source link

Unable to plant more seeds in the personal dimension. #62

Closed breeece closed 1 year ago

breeece commented 1 year ago

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.

breeece commented 1 year ago

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?

AllenSeitz commented 1 year ago

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.

breeece commented 1 year ago

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

AllenSeitz commented 1 year ago

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.)

breeece commented 1 year ago

Oh awesome. Will definitely have to experiment around. Make something cool. Thank you!

On Tue, Apr 18, 2023, 9:43 AM Catastrophe573 @.***> wrote:

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.)

— Reply to this email directly, view it on GitHub https://github.com/AllenSeitz/DimDungeons/issues/62#issuecomment-1513275976, or unsubscribe https://github.com/notifications/unsubscribe-auth/APUIPCYRGVTZWUH4CZ7K6RTXB2SAJANCNFSM6AAAAAAW7DQ4FU . You are receiving this because you authored the thread.Message ID: @.***>

breeece commented 1 year ago

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