Fixes for 1.21 release#22
Open
averyc1876 wants to merge 7 commits into
Open
Conversation
(Assumed) due to changes in 1.21 dry grass no longer has thatch at the start of its item code - changed the if statements just to tell if the player is shifting to start the AoG firepit construction.
Dough behaviour patch missed a dependsOn for butchering causing the game to try to load buthering items whether or not the mod was loaded.
fixed standard flail using using old leather item code fixed flaxbundle using old ceramic bowl block code
Lang: en, ru, fixed old ceramic bowl block code Recipe: fixed nutcandy using old ceramic bowl block code
averyc1876
commented
Sep 4, 2025
Author
There was a problem hiding this comment.
AoG: fix firepit contstruction not being handled
This is only a temporary fix, replacing the default firepit construction with the straw one as that seems to make cooking pots work.
Disregard the description I added to the commit - I didn't know what I was looking at at the time.
This commit has now been reverted and replaced with a proper fix
Proper fix this time, changed paths in claypot patch to work for 1.21 Revert "AoG: fix firepit contstruction not being handled" This reverts commit 0ca2668.
|
I'm just glad someone else is also giving these mods the love they deserve. Hope @Fedarmens gets back to us someday in 2026, even if in a consulting role. |
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.
A couple of fixes for changes introduced by Vintage Story 1.21, as well as for a problem inherent to dough.json from Art of Cooking.
I have not included any fixes covered by Yootah's pull request to avoid conflicts
If you want to see my implementation of similar fixes they are in the new-development branch of my fork, but they are not as comprehensive as Yootah's.