#2900 add shapeless recipes to convert old stone dusts into new

This commit is contained in:
Pyritie 2026-01-29 12:17:47 +00:00
parent a3cbbc0dcf
commit af398a45d8
2 changed files with 11 additions and 0 deletions

View file

@ -25,6 +25,8 @@
- High speed on a Belt Grinder now only requires 64 RPM instead of 128 RPM
- Glow ink now just requires a fluid solidifier and a ball mold, instead of whatever it was doing before @Pyritie
- TFC "pure" fertilisers are now all craftable and provide 100 fertiliser instead of 15 (#2884) @Coox1e
- Added shapeless recipes to convert any old stone dusts into their new equivalents (#2900) @Pyritie
- Fixed the crucible capacity config on servers (#2899) @Pyritie
### Bug fixes
- Fixed large miners not outputting crushed ore when mining Migmatite @Pyritie
- Fixed red granite ores never dropping poor or rich raw ores @Pyritie

View file

@ -29,6 +29,15 @@ function registerTFGTemporaryRecipes(event) {
event.shapeless('greate:rose_quartz_lens', 'gtceu:rose_quartz_lens')
event.shapeless('greate:rose_quartz_plate', 'gtceu:rose_quartz_plate')
event.shapeless('tfg:igneous_felsic_dust', 'gtceu:granite_dust')
event.shapeless('tfg:igneous_intermediate_dust', 'gtceu:diorite_dust')
event.shapeless('tfg:igneous_intermediate_dust', 'gtceu:andesite_dust')
event.shapeless('tfg:metamorphic_dust', 'gtceu:marble_dust')
event.shapeless('tfg:metamorphic_dust', 'gtceu:deepslate_dust')
event.shapeless('tfg:igneous_ultramafic_dust', 'gtceu:blackstone_dust')
event.shapeless('tfg:igneous_felsic_dust', 'gtceu:red_granite_dust')
event.shapeless('tfg:igneous_mafic_dust', 'gtceu:basalt_dust')
// TODO: remove nether/ender air in 0.12