Skip to content

Fix BiomeModifications failing on NeoForge - #730

Merged
st0x0ef merged 1 commit into
architectury:1.21from
kvnmtz:1.21
Jul 17, 2026
Merged

Fix BiomeModifications failing on NeoForge#730
st0x0ef merged 1 commit into
architectury:1.21from
kvnmtz:1.21

Conversation

@kvnmtz

@kvnmtz kvnmtz commented Jul 17, 2026

Copy link
Copy Markdown

Added the missing impl.json biome modifier data file to the datapack of the neoforge module.

Because this file was missing, all programmatic biome modifications via BiomeModifications#addProperties were silently ignored on NeoForge. I basically just copied it over from the forge module which needed the same file for data-driven biome modifications to work. It seems copying the file over was simply overlooked :)

I've confirmed biome modifications to be working in the NeoForge test mod after adding this file. Before this change, the passed BiConsumer was never invoked.

All the NeoForge modules have this problem up to and including the most recent version--if that's welcome, I can open PRs for the other branches as well :)

Registered biome modifiers failed to be discovered previously on NeoForge
@CLAassistant

CLAassistant commented Jul 17, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@st0x0ef
st0x0ef merged commit 1ddbdf6 into architectury:1.21 Jul 17, 2026
1 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants