Dimensional ItemGate

Dimensional ItemGate

2 Downloads

[Suggestion]: Option to consume item on entry.

meridianrealms opened this issue ยท 0 comments

commented

General Info

  • I would like to propose new content
  • I would like to propose changes
  • I would like to propose another thing

Suggestion Description

Adding an option to require and consume a specified amount of the item could allow pack authors to add more depth to dimensional travel. An example of what a config could look like is below. This could allow use of a currency or use mob drops to require a certain amount of effort for continuous portal use, but just consuming the item alone would be a nice addition if nothing else.

{
  "type": "dimensional_itemgate:recipe",
  "ingredients": [
    {
      "tag": "minecraft:diamond"
    }
  ],
  "required": true,
  "amount": 5,
  "consume": true,
  "dimension": "minecraft:the_nether"
}