Botania

Botania

133M Downloads

Custom recipes cannot require >99,999 mana

aaronhowser1 opened this issue ยท 0 comments

commented

Version Information

Forge version: 36.1.10
Botania version: Botania-1.16.5-416

{
        "type": "botania:mana_infusion",
        "input": {
          "item": "mekanism:ultimate_fluid_tank"
        },
        "output": {
          "item": "kubejs:mana_tank"
        },
        "mana": 99999
    }

This is the highest I can set the Mana. I wanted it to require an entire Pool's worth (1,000,000), but any higher than 99,999 makes it simply do nothing.

{
        "type": "botania:runic_altar",
        "output": {
          "item": "botania:mana_tablet",
          "nbt": {
              "mana":500000,
              "creative":1
        }},
        "mana": 99999,
        "ingredients": [
          {
            "item": "botania:creative_pool"
          },
          {
            "item": "botania:creative_pool"
          },
          {
            "item": "botania:creative_pool"
          }
        ]
      }

I wanted this recipe to require multiple full Mana Pools, but that also cannot go higher than 99,999.