i need more buckets i need more buckets i need more buckets i need more buckets
This commit is contained in:
parent
092b2f0a44
commit
9b2566e08d
@ -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)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user