Update to 26.3 - #1312
Merged
Merged
Update to 26.3#1312
Conversation
(we do actually have some)
- `configured_feature` -> `feature` - squashing the `config` field - updating the overworld noise settings file used by cooler caves - various field renames - missing from this is `pfb_biome_extensions`
- add dappled forest to `#gm4_dangerous_dungeons:is_stone_base` - sort the rest
(its scuffed, but it works)
runcows
force-pushed
the
update-26.3
branch
from
September 15, 2026 21:17
47562d3 to
5c7e137
Compare
misode
marked this pull request as ready for review
September 15, 2026 22:12
github-actions Bot
pushed a commit
that referenced
this pull request
Sep 15, 2026
* update beet, mecha, bolt to edayot's branch * update version numbers used in plugins * update pack formats * Update github actions workflow to 26.3 * Update block state references * Update beet fork to latest commit * add file association for .bolt files (we do actually have some) * handle a majority of breaking worldgen changes - `configured_feature` -> `feature` - squashing the `config` field - updating the overworld noise settings file used by cooler caves - various field renames - missing from this is `pfb_biome_extensions` * Fix typo in workflow * Update biome extensions * Zauber cauldrons configured_feature -> feature * delete everstone * update biome tags - add dappled forest to `#gm4_dangerous_dungeons:is_stone_base` - sort the rest * update base tags * Update inline item modifiers (including those in inline loot tables) * Update inline predicates * Update inline loot tables (hopefully) * update inline bolt predicates i missed * Update JSON files with script * Fix advancement parsing in versioned_advancements plugin * fix: lib hooked entity advancement entity predicate * Actually fix versioned_advancements plugin * Upgrade block -> blocks in advanvements * fix plugins advancements, loot tables, item modifiers, predicates * fix guidebook criteria * fix bolted loot tables and predicates * Update template files * update guidebook criteria i missed * update a few things misodes script missed * fix zauber biome particles being broken * fix zauber feature templating NOTE: this might have to change based on the beet PR * Update damage type predicates * Fix more damage type predicates * Temporary plugin to load worldgen carver tags * Fix value check predicate in versioning plugin * Missed context float provider changes * Fix loot table tag entry * Fix recipe_unlocked trigger * Fix block_state_property -> match_block condition * Fix versioning plugin a final time (use all_of instead of sequence) * Fix player_generates_container_loot trigger * Fix various smaller missed changes * Fix score number providers in mcfunctions * any_block_use packtest bug was fixed * Update brewing stand and furnace NBT * feat: Reeling Rods cushions and poplar chest boat * improvement: Reling Rods number providers * feat: Vecto Shamir poplar boat * fix: Blossoming Pots pale oak sappling place sound being incorrect * feat: Blossoming Pots Poplar Sapling, Poplar Leaves, Red Shrub * Update beet fork to latest commit * remove temp plugin to load carvers * zauber plugin render rename (pls work) * Remove lib_brewing * Add brewing recipes to lightning in a bottle * Re-add LIAB connector texture and fix tests * Fix blossoming pots test * Re-implement cooler caves with separate material rule files * Small fixes * More block and item tag updates * add poplar sapling support to lib_trees * Towering Trees: split structure meta data csv file into 1 per tree type * Towering Trees: Add support for poplar tree * Towering Trees: Add 2x2 Poplar Tree structures * delete liab lightning rod item tag * Washing Tanks: add cushions, wool slabs and stairs * Add bump minor versions script (its scuffed, but it works) * minor version script hidden exception * bump minor versions --------- Co-authored-by: Misode <misoloo64@gmail.com>
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 is a big one
😢 Discontinued
✨Feature Changes
🐛 Fixes
Notes
.boltfile association since we have some bolt modules from the liquid tanks rewritegm4_lightning_in_a_bottle:brew_lightningitem modifier still had oldmodifierfields in addition to the correct ones, wasnt breaking anything, but wasnt needed#gm4_lightning_in_a_bottle:lightning_roditem tag was removed. It was not used, since its usage was swapped to the vanilla tag a bit ago