Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
5ad363ed47 | |||
37411c0cf8 |
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user