Remove cinnabar to redstone recipe (#1548)
* Remove cinnabar to redstone recipe * Changelog --------- Co-authored-by: Gustavo <77560533+gustovafing@users.noreply.github.com>
This commit is contained in:
parent
7210213f1f
commit
8c1aec9d30
2 changed files with 1 additions and 1 deletions
|
|
@ -13,6 +13,7 @@
|
|||
- Fixed a crash when trying to spawn rabbits on the moon (#1528) @Pyritie
|
||||
- Fixed duplicate Create recipes @Pyritie
|
||||
- Prevented hammers, wrenches, and spades from being placed in chests to match other tools. (#1538) @dimethylene
|
||||
- Removed cinnabar to redstone recipe, which generated free resources. (#1548) @SpicyNoodle5
|
||||
|
||||
## [0.10.5] - 03-08-2025
|
||||
### Major changes
|
||||
|
|
|
|||
|
|
@ -946,7 +946,6 @@ global.TFC_QUERN_POWDER_RECIPE_COMPONENTS = [
|
|||
{ input: '#forge:dusts/malachite', output: '4x tfc:powder/malachite', name: 'malachite_powder' },
|
||||
{ input: '#forge:dusts/yellow_limonite', output: '4x tfc:powder/limonite', name: 'limonite_powder' },
|
||||
{ input: '#forge:dusts/hematite', output: '4x tfc:powder/hematite', name: 'hematite_powder' },
|
||||
{ input: '#forge:dusts/cinnabar', output: '4x minecraft:redstone', name: 'cinnabar_powder' },
|
||||
{ input: '#forge:dusts/sulfur', output: '4x tfc:powder/sulfur', name: 'sulfur_powder' },
|
||||
{ input: '#forge:dusts/saltpeter', output: '4x tfc:powder/saltpeter', name: 'saltpeter_powder' },
|
||||
{ input: '#forge:dusts/salt', output: '4x tfc:powder/salt', name: 'salt_powder' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue