-
Notifications
You must be signed in to change notification settings - Fork 421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[1.21.4] Sync remaining c
tags with NeoForge
#4186
Open
TelepathicGrunt
wants to merge
46
commits into
FabricMC:1.21.4
Choose a base branch
from
TelepathicGrunt:SyncWithNeoforge2
base: 1.21.4
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[1.21.4] Sync remaining c
tags with NeoForge
#4186
TelepathicGrunt
wants to merge
46
commits into
FabricMC:1.21.4
from
TelepathicGrunt:SyncWithNeoforge2
Conversation
This file contains 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
TelepathicGrunt
changed the title
[1.21.3] Sync remaining c tags with NeoForge
[1.21.3] Sync remaining Oct 25, 2024
c
tags with NeoForge
TelepathicGrunt
changed the title
[1.21.3] Sync remaining
[1.21.4] Sync remaining Dec 12, 2024
c
tags with NeoForgec
tags with NeoForge
Juuxel
approved these changes
Dec 16, 2024
modmuss50
approved these changes
Dec 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Fabric 1.21.1 Port: #4161
Neoforge PR: neoforged/NeoForge#1628
In the original unify tag PR, the aim was to sync majority of tags but leave out the super niche tags in order to not bug down the unify work with too much nitpicking. I think it is now a good time to work on discussing these niche tags on which to fully sync between Fabric and Neoforge and which might be time to retire in 1.22 instead of adding to the other loader.
I ran a small Python script and collected all the tags that are in NeoForge but not Fabric and vice versa. I made this PR to NeoForge to add
c
tags to it that Fabric had: neoforged/NeoForge#1628This current PR is for
c
tags that are in Neoforge but not Fabric. HOWEVER, I will point out, there is quite a handful of tags added and I honestly don't expect them all to be liked. Please take a look and give feedback which tag looks good, or missing entries, or is inconsistent, or you feel is too niche or pointless.Neo side is willing to discuss this. Like I am yeeting the
c:is_modified
biome tag out of Neo in 1.22 (marking deprecated now) instead of syncing it because that tag is outdated and lost all meaning with today's worldgen systems.I did split every tag into a separate commit to help reviewers out. It should be easier to look through all the tags in this PR than the original unify PR that lagged GitHub lol. Also ran the game locally to make sure that there is no tag logspam.
Again, no rush on this PR. Lets give it time needed for review. This PR should be easy to cherry pick into 1.21.2 as well in theory. I would like to get it in for both 1.21.1 and future versions since a lot of modpacks are gonna to settle on 1.21.1 for a while.
Side note: Looks like the
c:is_cold
tag was missingc:is_cold/end
tag. Fixed now in this PR.The Nether stem and hyphae was missing from the Stripped wood/logs tag. This is fixed as well.