// -->
if (mechanism.matches("skull_skin") && getBlock().getState() instanceof Skull) {
Skull state = ((Skull)getBlock().getState());
if (!state.setOwner(value.asString()))
dB.echoError("Failed to set skull_skin!");
state.update(true);
}
if (!mechanism.fulfilled())
mechanism.reportInvalid();
}