no-tree-punching icon indicating copy to clipboard operation
no-tree-punching copied to clipboard

(Forge) Loose rock generation does not check config value

Open Spoghet99 opened this issue 11 months ago • 3 comments

I try to turn off loose rock generation but the rocks still generate no matter what i do. In the config i set "enableLooseRocksWorldGen = false" but rocks generate regardless Minecraft version: 1.20.1 Forge version: 42.2.20

Spoghet99 avatar Feb 29 '24 14:02 Spoghet99

I'm also having this issue on these exact versions. No matter what, these little rocks still generate.

P4YN-Ki avatar Apr 17 '24 02:04 P4YN-Ki

nolooserocks.zip You can just make a datapack that removes the rocks from generating for now until this issue is patched. I attached the datapack that i made for this

Willusman avatar Jun 12 '24 00:06 Willusman

N.B. on Forge,

https://github.com/alcatrazEscapee/no-tree-punching/blob/05c46ca24a69302f0b1fe86b48a54e5704cf4928/Data/main.py#L445-L450

and on Fabric,

https://github.com/alcatrazEscapee/no-tree-punching/blob/05c46ca24a69302f0b1fe86b48a54e5704cf4928/Fabric/src/main/java/com/alcatrazescapee/notreepunching/FabricNoTreePunching.java#L19-L26

Fabric appears to be correctly checking the config value; Forge does not.

alcatrazEscapee avatar Sep 06 '24 14:09 alcatrazEscapee