EveryCompat (Wood Good) support - #32
Open
Partonetrain wants to merge 8 commits into
Open
Partonetrain wants to merge 8 commits into
Partonetrain wants to merge 8 commits into
Conversation
cassiancc
reviewed
Sep 15, 2026
| ModParticleTypes.PARTICLE_TYPES.register(modEventBus); | ||
| ModCreativeTabs.CREATIVE_MODE_TABS.register(modEventBus); | ||
|
|
||
| if(LoadingModList.get().getModFileById("everycomp") != null){ //there is probably a better way to check? |
There was a problem hiding this comment.
Mod initialization is late enough you can just use ModList.get().isLoaded.
Author
There was a problem hiding this comment.
Thanks for that. I tend to forget all the different ways between Fabric, NeoForge, and Multiloader setups
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds support for EveryCompat enabling automatic support for wood types for seats and palisades.
In support of this, this PR also changes the NeoForge version, makes palisade constructors public, and adds Atmospheric (and its dep) to build.gradle (as runtimeOnly) to add some wood types for testing.