Nerf matter capacity of matter reconstructor

This commit is contained in:
DBotThePony 2023-03-24 23:31:16 +07:00
parent 72d4cdf29b
commit 11e3ff5161
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -238,7 +238,7 @@ class ItemRepairerBlockEntity(blockPos: BlockPos, blockState: BlockState) : Matt
ENERGY_VALUES = BlockEnergyStorageImpl.makeConfigEntry(builder, capacity = Decimal(400_000), throughput = Decimal(2_000))
_CAPACITY = builder.defineDecimal("matterCapacity", Decimal(4_000), Decimal.ONE_TENTH)
_CAPACITY = builder.defineDecimal("matterCapacity", Decimal(800), Decimal.ONE_TENTH)
_ENERGY_CONSUMPTION = builder.defineDecimal("energyConsumption", Decimal(600), Decimal.ONE)
_ONLY_ANVIL = builder