
Missing config lines
Closed this issue ยท 1 comments
Version: (make sure you are on the latest version before reporting):
- Minecraft: 1.21.1
- Forge: Neoforge 21.1.172
- Powah: [NEOFORGE 1.21.1] v6.2.4
Issue description:
Missing magmator and thermo generators config fuels
Steps to reproduce:
look at config file
Is this a crash?, please includ it here: (Recommended to use Gist)
no
EXTRA:
In forje 1.20.1 powah 5.0.10 there were lines to add that, here the example:
// List of fluids used in the Magmator.
"magmatic_fluids": {
"minecraft:lava": 10000,
},
// List of coolant fluids used in the Reactor and the Thermo Generator.
"coolant_fluids": {
"minecraft:water": 1
},
// List of heat source blocks used under Thermo Generator.
"heat_blocks": {
"powah:blazing_crystal_block": 2800,
"minecraft:lava": 1000,
"minecraft:magma_block": 800,
},