revert mishap - messes with thoth's

This commit is contained in:
yrsegal@gmail.com 2022-04-09 15:31:45 -04:00
parent 65e2349d4d
commit dc13b77322
2 changed files with 2 additions and 5 deletions

View file

@ -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")
}
}
}
}
}

View file

@ -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",