revert mishap - messes with thoth's
This commit is contained in:
parent
65e2349d4d
commit
dc13b77322
2 changed files with 2 additions and 5 deletions
|
@ -53,10 +53,8 @@ class OpConjure(val light: Boolean) : SpellOperator {
|
|||
if (ctx.world.getBlockState(pos).block is BlockConjuredLight) {
|
||||
BlockConjured.setColor(ctx.world, pos, cap.colorizer)
|
||||
}
|
||||
} else
|
||||
throw MishapBadBlock.of(pos, "replaceable")
|
||||
} else
|
||||
throw MishapBadBlock.of(pos, "replaceable")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -314,7 +314,6 @@
|
|||
"hexcasting.mishap.bad_item.rechargable": "a rechargable item",
|
||||
"hexcasting.mishap.bad_block": "Expected %s at %s, but got %s",
|
||||
"hexcasting.mishap.bad_block.sapling": "a sapling",
|
||||
"hexcasting.mishap.bad_block.replaceable": "space for a block",
|
||||
"hexcasting.mishap.bad_brainsweep": "The %s rejected the villager's mind",
|
||||
"hexcasting.mishap.already_brainswept": "The villager has already been used",
|
||||
"hexcasting.mishap.no_spell_circle": "%s requires a spell circle",
|
||||
|
|
Loading…
Reference in a new issue