Skip to content

Commit

Permalink
Merge pull request #1006 from MuteTiefling/mallet
Browse files Browse the repository at this point in the history
Golden Mallet
  • Loading branch information
MuteTiefling committed Sep 9, 2024
2 parents cdb1891 + 51814da commit aba2112
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
1 change: 1 addition & 0 deletions changelogs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- [Expert] New Tree of Life structure, courtesy of Gefailter (credit: [gefailter ](https://github.com/gefailter)) [\#981](https://github.com/EnigmaticaModpacks/Enigmatica9/issues/981)
- [Expert] Cave Trolls no longer drop Magic Beans. They're only found in the Obsidian Vaults now. [\#981](https://github.com/EnigmaticaModpacks/Enigmatica9/issues/981)
- Steel Plates are no longer auto rewarded [\#981](https://github.com/EnigmaticaModpacks/Enigmatica9/issues/981)
- [Expert] Golden Mallet is now unbreakable. [\#1006](https://github.com/EnigmaticaModpacks/Enigmatica9/issues/1006)

### 🐛 Fixed Bugs

Expand Down
17 changes: 3 additions & 14 deletions config/ftbquests/quests/chapters/chapter_one.snbt
Original file line number Diff line number Diff line change
Expand Up @@ -2690,24 +2690,13 @@
]
id: "00FB8D9041ED6D73"
rewards: [{
id: "4C3A6668078E18B6"
id: "767B408789000894"
item: {
Count: 1b
id: "nomadictents:mallet"
id: "nomadictents:golden_mallet"
tag: {
Damage: 0
Enchantments: [{
id: "minecraft:unbreaking"
lvl: 3s
}]
display: {
Name: "{\"text\":\"Sturdy Tent Mallet\"}"
}
"quark:RuneAttached": 1b
"quark:RuneColor": {
Count: 1b
id: "quark:blank_rune"
}
Unbreakable: 1.0d
}
}
type: "item"
Expand Down
2 changes: 1 addition & 1 deletion kubejs/server_scripts/expert/recipes/naturesaura/altar.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ServerEvents.recipes((event) => {
id: 'naturesaura:altar/infused_iron_block'
},
{
output: 'nomadictents:golden_mallet',
output: Item.of('nomadictents:golden_mallet', { Damage: 0, Unbreakable: 1 }),
input: 'nomadictents:mallet',
aura: 500000,
time: 1800,
Expand Down

0 comments on commit aba2112

Please sign in to comment.