- End Stone Smelter REI fuel display
- End Furnaces REI fuel and smelting displays
This commit is contained in:
parent
2fabb39f41
commit
f29d69c69b
8 changed files with 205 additions and 34 deletions
|
@ -8,6 +8,6 @@ import ru.betterend.blocks.basis.BlockBase;
|
|||
public class CharcoalBlock extends BlockBase {
|
||||
public CharcoalBlock() {
|
||||
super(FabricBlockSettings.copyOf(Blocks.COAL_BLOCK));
|
||||
FuelRegistry.INSTANCE.add(this, 6000);
|
||||
FuelRegistry.INSTANCE.add(this, 16000);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue