Skip to content

Conversation

@runcows
Copy link
Contributor

@runcows runcows commented Oct 12, 2025

This PR

  • removes CanDuplicate nbt field from Gemini Shamir, this field was removed in MC 1.21.5
  • adds copper torch to Crossbow Cartridges
  • Updates Metallurgy and its expansions for copper tools and armor
  • Replaces #gm4:boots with #minecraft:foot_armor
  • Swaps most 1.21.9 overlays to backport_81
    • left out from this is Disassemblers (since_88 contents are generated) and Standard Crafting

Copy link
Member

@misode misode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We prefer backwards/negative overlays, for example backport_81. This makes it easier to remove these overlays in the future and ensures that the data folder is always the latest version.

@runcows

This comment was marked as outdated.

runcows and others added 8 commits October 31, 2025 09:43
- Disassemblers was left as `since_88` as the contents are generated
- Standard Crafting was left as `since_88` because inverting it is not easy without errors in prior versions
Metallurgy Expansions - Update `modeldata_registry` with copper
@runcows

This comment was marked as outdated.

@runcows runcows mentioned this pull request Oct 31, 2025
Copy link
Member

@TheThanathor TheThanathor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Left two comments but they're not really blocking anything

We should maybe look at updating Metallurgy at some point to also accept custom items or items with custom durability, but for now it's fine.

Comment on lines +7 to +8
execute store result score $tool_max_damage gm4_ml_data run data get storage gm4_audere_shamir:temp/player/tool SelectedItem.components."minecraft:custom_data".MaxDurability
# | MaxDamage is set by gm4_moneo_shamir:store_maximum
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this mean Audere is now reliant on Moneo? While that's technically fine while Moneo is in base Metallurgy it might cause problems if Moneo is ever updated / removed since it's unlikely this would be thought of then

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, although this is a change from #1167 which is only mixed in here because I needed to handle overlays of the same files for copper tools. We can definitely move the store_maximum function into the metallurgy namespace if needed though

execute unless block ~ ~ ~ #gm4_crossbow_cartridges:torch run loot spawn ~ ~ ~ loot minecraft:blocks/copper_torch

# place block sound
playsound minecraft:block.wood.place block @a[distance=..15]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also for the other materials, but I feel like this shouldn't play if the torch didn't actually place

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh huh, yeah. Likely a change for a different PR though so I'll make an issue to track it

@misode misode merged commit b8fe6b3 into Gamemode4Dev:update-1.21.9 Nov 3, 2025
4 checks passed
@runcows runcows deleted the 1.21.9-again branch November 4, 2025 01:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants