Compare commits

..

No commits in common. "master" and "7.1.0" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ general {
>
# Block to put underneath a bed so that it qualifies as a teleporter bed [default: minecraft:diamond_block]
S:specialBedBlock=minecraft:command_block
S:specialBedBlock=minecraft:diamond_block
# Config version. Do not modify this manually!
I:version=7

View File

@ -40,7 +40,7 @@ for (var entry : [0: 'glass', 20: 'covered', 40: 'smart', 60: 'dense_smart', 500
.output(output)
.input(cables, fluidIng(fluid('water')))
.setInputTooltip(1, IngredientFluidBucket.getInputTooltip(fluid('water')))
.register()
.replace().register()
}
// Paper