Compare commits

...

2 Commits

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] # Block to put underneath a bed so that it qualifies as a teleporter bed [default: minecraft:diamond_block]
S:specialBedBlock=minecraft:diamond_block S:specialBedBlock=minecraft:command_block
# Config version. Do not modify this manually! # Config version. Do not modify this manually!
I:version=7 I:version=7

View File

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