StickyPiston-development / CreateCobblestone

Adds a block generating cobblestone using SU, stopping cobblestone generators from eating your frames.
Creative Commons Zero v1.0 Universal
2 stars 0 forks source link

Disappearing generators #12

Open BonezTheWonderful opened 1 month ago

BonezTheWonderful commented 1 month ago

Attempted to make a deepslate generator Tried manual and automatic Both resulted in the block being destroyed I checked and had both Deepslate and Cobbled deepslate enabled.

MrStickyPiston commented 1 month ago

Did you restart?

BonezTheWonderful commented 1 month ago

Did you restart?

yup still just POP

MrStickyPiston commented 1 month ago

Could you provide logs?

BonezTheWonderful commented 1 month ago

latest.log

MrStickyPiston commented 1 month ago

Why did you close the issue?

BonezTheWonderful commented 1 month ago

hit it by accident my bad

MrStickyPiston commented 1 month ago

Can you send the config file? (Search 'cobblestone' in the config folder. It looks like something is wrong with your config.

BonezTheWonderful commented 1 month ago

createcobblestone-common.zip had to copmress it

MrStickyPiston commented 1 month ago

Can you try it again and send logs again? The config looks fine.

BonezTheWonderful commented 1 month ago

latest.log I also noticed this time that the generators don't appear in the creative search menu

MrStickyPiston commented 1 month ago

The log no longer says something about the config, can you send it again?

MrStickyPiston commented 1 month ago

Btw do they appear as /give or as blocks usin /setblock

BonezTheWonderful commented 1 month ago

No to both of those the config says that they are enabled but the game acts like they don't exist latest.log most recent log

MrStickyPiston commented 1 month ago

So also no blocks? Can you try disabling some other mods?

BonezTheWonderful commented 1 month ago

Yea i tried that a while ago still nothing

MrStickyPiston commented 1 month ago

Marked it as bug, but i could not reproduce it

MrStickyPiston commented 3 weeks ago

i could reproduce it today, it seems to be forge specefic.

MrStickyPiston commented 2 weeks ago

I found the problem: the forge config system is not loaded when the blocks are added, so the default values are added. I dont know a fix yet.

BonezTheWonderful commented 1 week ago

Damn hopefully you can i'll use an alternative but this mod already has a place in my heart

TrizzlyGH commented 1 week ago

perhaps changing the default values might be an easy fix for us users at the moment until an update comes out.

MrStickyPiston commented 1 week ago

perhaps changing the default values might be an easy fix for us users at the moment until an update comes out.

Might do this just for you guys, but i cant release that on modrinth or curseforge because it is not really vanilla create

TrizzlyGH commented 1 week ago

Perhaps a tutorial so that we could do it ourselves? Maybe if you have a discord server you could post the fix there along with the problems that are occuring as to why the config isn't affecting the CreateCobblestoneCommon.class (?)

MrStickyPiston commented 1 week ago

it was not much work, here it is: https://github.com/StickyPiston-development/CreateCobblestone/actions/runs/10703195463 It requires a github account to download.

MrStickyPiston commented 1 week ago

WARNING: this was not the real fix, the issue remains open