Skip to content

Commit b65f536

Browse files
authored
1.21 (#21)
* flatten overrides - new datapacks will be for 1.21.x * Update GM4 lib_trades - add license to lib_trades folders * Rename Folders Used misode's script: Gamemode4Dev/GM4_Datapacks#1004 * technical datapack changes - update attribute ids - update loot table functions - `"looting_enchant"` -> `"enchanted_count_increase", "enchantment": "minecraft:looting"` - `"enchantments"` -> `"options"` for `enchant_randomly` function - `"treasure" : true` -> `"options": "#minecraft:on_random_loot"` for `enchant_with_levels` - update loot table conditions - random_chance_with_looting -> random_chance_with_enchanted_bonus - - update entity attributes (nbt) - add `run return 1` to "command-less" `execute store` commands bug fix: - add weld rules to `loot_tables/gameplay/fishing/treasure` * Add poetry - couldn't figure out how to get the beet 1.21 PR downloaded and targeted without using a virtual environment - should make development more consistent with potential other contributors * update MC version * script to modify structure files - currently set to only target trial chambers - removes all blocks except air (+ variants), jigsaws, structure blocks, and trial spawners - removes all entities except allays and shulkers * add vaults to structure whitelisted blocks - only trial spawners and vaults generate for trial chambers * 1.21 additions - cobweb from spiders disabled by default - infested blocks from lightning disabled by default - trial chamber exclusive pottery sherds (flow, guster, scrape) are added to mason gifts (enabled by default) or wandering traders (disabled by default) - trial chamber exclusive music disc (creator) added to wandering trader - a breeze wind charge hitting a falling anvil will turn the anvil into a heavy core item (disabled by default) - blazes killed from freezing in powdered snow will respawn as a breeze (disabled by default) - raid captains killed with looting by a player that started a level 5 raid can drop ominous trial keys (disabled by default) - during a level 5 raid, raid captains riding a ravager have a chance to break and replace bells with ominous vaults that have can drop a combination of normal and ominous rewards (disabled by default) * bump versions - worldgen bump minor - additions bump minor - everything else bump patch * remove all trial chamber blocks - trivially easy; alternative methods will be added for trial chamber items and entities (via skyvoid_additions and an upcoming structure pack) * Trial Chamber addition changes - made blaze -> breeze conversion enabled by default - Sculk Catalysts in trial chambers will convert shriekers on top of them into trial spawners when a player with Bad Omen V kills a specific mob standing on the shrieker (consumes the bad omen) - modified vaults from raid captain ravager jockeys to only replace within trial chambers and to place normal spawners too - split ominous key into its own config option (disabled by default) * builds - incomplete (untested; some stuff doesn't work) - make normal beet not do bundles (it was pulling from the zip files which aren't always the updated) * bug fixes - new features work properly now
1 parent 405c181 commit b65f536

File tree

1,195 files changed

+2480
-12693
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,195 files changed

+2480
-12693
lines changed

beet.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,3 @@ pipeline:
44
extend: 'beet.yaml'
55
pipeline:
66
- 'src.plugins.output'
7-
- broadcast: 'src/*/skyvoid_*'
8-
extend: 'beet.yaml'
9-
pipeline:
10-
- 'src.plugins.output'
-217 KB
Binary file not shown.
205 KB
Binary file not shown.

0 commit comments

Comments
 (0)