i need more buckets i need more buckets i need more buckets i need more buckets

This commit is contained in:
YuRaNnNzZZ 2023-10-22 03:47:13 +03:00
parent 092b2f0a44
commit 9b2566e08d
Signed by: YuRaNnNzZZ
GPG Key ID: 5F71738C85A6006D

View File

@ -21,6 +21,21 @@ fun addMatterData(provider: MatterDataProvider) {
provider.inherit(MItems.TRITANIUM_ANVIL[i], MItems.TRITANIUM_ANVIL[i - 1], 0.85) provider.inherit(MItems.TRITANIUM_ANVIL[i], MItems.TRITANIUM_ANVIL[i - 1], 0.85)
} }
provider.inherit(Items.WATER_BUCKET, Items.BUCKET) {
plus(Decimal(1), 20.0)
}
provider.inherit(Items.LAVA_BUCKET, Items.MAGMA_BLOCK) {
plus(Decimal(0), 666.0)
plus(Items.BUCKET)
}
provider.inherit(Items.POWDER_SNOW_BUCKET, Items.SNOW_BLOCK) {
multiply(Decimal(0.75), 1.0)
plus(Decimal(0), 200.0)
plus(Items.BUCKET)
}
provider.inherit(Items.MILK_BUCKET, Items.BUCKET) { provider.inherit(Items.MILK_BUCKET, Items.BUCKET) {
plus(Decimal(7), 480.0) plus(Decimal(7), 480.0)
} }