Skip to content

Commit

Permalink
Merge pull request #1099 from TheBedrockMaster/Stuff
Browse files Browse the repository at this point in the history
Removed Duplicate Bronze Dust Recipe
  • Loading branch information
whatthedrunk authored Nov 10, 2024
2 parents 15c45a0 + e8566d2 commit 78577bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kubejs/server_scripts/Unification/ingots.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ ServerEvents.recipes(allthemods => {
allthemods.remove({ id: 'railcraft:brass_ingot_crafted_with_ingots'})
allthemods.remove({ id: 'silentgear:bronze_ingot'})
allthemods.remove({ id: 'mysticalagriculture:essence/extremereactors2/yellorium_ingot'})
allthemods.remove({ id: 'modern_industrialization:materials/bronze_dust'})
})

// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10.
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.

0 comments on commit 78577bd

Please sign in to comment.