OpenBlocks

OpenBlocks

56M Downloads

[Enh/Amusement] Craftable grave!

AnrDaemon opened this issue · 5 comments

commented
recipes.removeShaped(<OpenBlocks:grave>);
recipes.addShaped(<OpenBlocks:grave>.withTag({display: {Lore: ["There's your name carved on that stone."]}}), [
  [<minecraft:cobblestone>, <minecraft:wooden_pickaxe:*>.transformDamage()],
  [<minecraft:wooden_shovel:*>.transformDamage(), <minecraft:dirt>]
  ]);

Like this.

commented

Well,I think it has been implemented in another mod. iirc,its name is Gravestone...
So,if we add this to OpenBlocks,it will just look like that we stole the idea...

commented

You can't "steal" ideas. They are not material.

commented

Though, thanks for the pointer. I will try out that mod for skull candles, if not for anything else.

commented

Well, I don't think anyone can accuse me of stealing since trivial and obvious idea. And this is already on my TODO list, but I want to add GUI screen on placing (something like sign, but with name, death cause and inventory). And there is always something more important.

Though maybe I can implement simpler solution...

commented

Eh, an inscription on placing would be wonderful.
And since the name is always "yours", I though a little joke in the item description could be fitting.
And I made it intentionally cheap, so not being able to "harvest" the placed grave isn't much of a setback.
But inventory…
Oh, speaking of inventory. If I die in survival mode, switch to creative, then place a grave crafted this way, breaking that grave will give me my last death's grave inventory back. As many times, as I place and break it. I'm not sure that's intended behavior, and it isn't reproducible in survival. I'm not sure how to classify it. Do you want a separate issue on that?