changelog, added blood lily to klayze loot
This commit is contained in:
parent
5f7b9dd291
commit
afc88dda91
2 changed files with 8 additions and 2 deletions
|
|
@ -4,14 +4,19 @@
|
||||||
### New features
|
### New features
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
- Fixed double ingots not having a temperature (#1165) @Pyritie
|
- Fixed double ingots not having a temperature (#1165) @Pyritie
|
||||||
- Removed a few recipes that had unobtainable create-related materials @Pyritie
|
- Removed a few recipes that had unobtainable greate-related materials @Pyritie
|
||||||
- Fixed the color of placed zinc ingots and plated blocks to match the material @Pyritie
|
- Fixed the color of placed zinc ingots and plated blocks to match the material @Pyritie
|
||||||
- Fixed some other steel/colored steel items being extractable in LV @Pyritie
|
- Fixed some other steel/colored steel items being extractable in LV @Pyritie
|
||||||
|
- Fixed polished/cut migmatite recipe conflict (#1153) @JeanRdSz
|
||||||
|
- You can now use casting channels, mold tables, and mechanical pumps on top of a Hellforge (#1183) @Indiiix
|
||||||
### Changes
|
### Changes
|
||||||
- Changed pineapple yarn recipe from assembler to wiremill & coiling machine, like the other strings (#1162) @Pyritie
|
- Changed pineapple yarn recipe from assembler to wiremill & coiling machine, like the other strings (#1162) @Pyritie
|
||||||
- Lowered durability of wooden tongs @Pyritie
|
- Lowered durability of wooden tongs @Pyritie
|
||||||
- Streamlined the Metallurgy Age quest chapter a bit @Pyritie
|
- Streamlined the Metallurgy Age quest chapter a bit @Pyritie
|
||||||
- Mushroom blocks now drop way less mushroom @Pyritie
|
- Mushroom blocks now drop way less mushroom @Pyritie
|
||||||
|
- Removed gems tag from flint @Pyritie
|
||||||
|
- Updated texture for aqueous accumulator (#1168) @Redeix
|
||||||
|
- Kaolin Klayzes now also drop blood lilies @Pyritie
|
||||||
|
|
||||||
## [0.9.11] - 13.06.2025
|
## [0.9.11] - 13.06.2025
|
||||||
### New features
|
### New features
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,9 @@ function registerPrimitiveCreatesLoots(event) {
|
||||||
event.addEntityLootModifier('kaolinclayze:tfc')
|
event.addEntityLootModifier('kaolinclayze:tfc')
|
||||||
.removeLoot(ItemFilter.ALWAYS_TRUE)
|
.removeLoot(ItemFilter.ALWAYS_TRUE)
|
||||||
.addWeightedLoot([12,16], ['tfc:kaolin_clay', 'minecraft:clay_ball'])
|
.addWeightedLoot([12,16], ['tfc:kaolin_clay', 'minecraft:clay_ball'])
|
||||||
|
.addLoot('tfc:plant/blood_lily')
|
||||||
|
|
||||||
event.addEntityLootModifier('kaolinclayze:golem_2')
|
event.addEntityLootModifier('kaolinclayze:golem_2')
|
||||||
.removeLoot(ItemFilter.ALWAYS_TRUE)
|
.removeLoot(ItemFilter.ALWAYS_TRUE)
|
||||||
.addWeightedLoot([4,6], ['gtceu:rich_raw_graphite'])
|
.addWeightedLoot([3,5], ['gtceu:rich_raw_graphite'])
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue