Big Shovel [Asphalt MDK]

Due to human (non-bot) spam the first contribution of a user has to be reviewed and activated manually, all further contributions do not require this.
As long as a user does not have at least one reviewed and activated contribution, the user is unable to edit his profile, set a avatar, title picture or a signature.
  • Hi Kirthos, just wanted to ask if it's possible to edit the info, because if you change the stacksize of the LandScapeItems file your shovel can dig WAY more than 10 blocks , so the shovel can carry to your configurated stacklimit of Dirt,Sand and Clay. (Works for me with 64 Stacksize ^^)
    Besides of that it's a great mod, keep up the good work ;)

  • I try to change Iron cost on the config file but it doesn't change ingame. (after restarting the server)

    Code
    "ingredients": [
            {
              "item": "BoardItem",
              "quantity": 20.0
            },
            {
              "item": "IronIngotItem",
              "quantity": 30.0
            }
          ]


    in game it is still 100 iron (with modifiers if we have)


  • I just wanted to report, I have the same issue as @Minikea

    Same issue here.

    **HOWEVER** I have verified the durability and the repair station DOES work with the config!

    Acts like it is not reading the config file.

    Here is my file...

    {
    "IronBigShovel": {
    "$type": "Kirthos.Mods.BigShovel.ToolStorage, BigShovel",
    "durability": 99999.0,
    "calories": 1.0,
    "repair": {
    "item": "IronIngotItem",
    "quantity": 1.0
    },
    "craft": {
    "enable": true,
    "table": "AnvilObject",
    "craftMinutesTime": 0.5,
    "ingredients": [
    {
    "item": "BoardItem",
    "quantity": 1.0
    },
    {
    "item": "IronIngotItem",
    "quantity": 1.0
    }
    ]
    }
    },
    "SteelBigShovel": {
    "$type": "Kirthos.Mods.BigShovel.ToolStorage, BigShovel",
    "durability": 99999.0,
    "calories": 1.0,
    "repair": {
    "item": "SteelItem",
    "quantity": 1.0
    },
    "craft": {
    "enable": true,
    "table": "AnvilObject",
    "craftMinutesTime": 0.5,
    "ingredients": [
    {
    "item": "BoardItem",
    "quantity": 1.0
    },
    {
    "item": "SteelItem",
    "quantity": 1.0
    }
    ]
    }
    },
    "ModernBigShovel": {
    "$type": "Kirthos.Mods.BigShovel.ToolStorage, BigShovel",
    "durability": 99999.0,
    "calories": 1.0,
    "repair": {
    "item": "FiberglassItem",
    "quantity": 1.0
    },
    "craft": {
    "enable": true,
    "table": "AssemblyLineObject",
    "craftMinutesTime": 0.5,
    "ingredients": [
    {
    "item": "FiberglassItem",
    "quantity": 1.0
    },
    {
    "item": "SteelItem",
    "quantity": 1.0
    }
    ]
    }
    }
    }

    2 Mal editiert, zuletzt von Shoe73 (17. Juli 2019 um 02:48)

  • hi i changed the configs to change the price, restarted the server, but it didnt show the change, even with a new anvil


    {
    "IronBigShovel": {
    "$type": "Kirthos.Mods.BigShovel.ToolStorage, BigShovel",
    "durability": 200.0,
    "calories": 20.0,
    "repair": {
    "item": "IronIngotItem",
    "quantity": 20.0
    },
    "craft": {
    "enable": true,
    "table": "AnvilObject",
    "craftMinutesTime": 10.0,
    "ingredients": [
    {
    "item": "BoardItem",
    "quantity": 50.0
    },
    {
    "item": "IronIngotItem",
    "quantity": 50.0
    }
    ]
    }
    },
    "SteelBigShovel": {
    "$type": "Kirthos.Mods.BigShovel.ToolStorage, BigShovel",
    "durability": 500.0,
    "calories": 15.0,
    "repair": {
    "item": "SteelItem",
    "quantity": 20.0
    },
    "craft": {
    "enable": true,
    "table": "AnvilObject",
    "craftMinutesTime": 20.0,
    "ingredients": [
    {
    "item": "BoardItem",
    "quantity": 50.0
    },
    {
    "item": "SteelItem",
    "quantity": 50.0
    }
    ]
    }
    },
    "ModernBigShovel": {
    "$type": "Kirthos.Mods.BigShovel.ToolStorage, BigShovel",
    "durability": 1000.0,
    "calories": 10.0,
    "repair": {
    "item": "FiberglassItem",
    "quantity": 20.0
    },
    "craft": {
    "enable": true,
    "table": "AssemblyLineObject",
    "craftMinutesTime": 30.0,
    "ingredients": [
    {
    "item": "FiberglassItem",
    "quantity": 50.0
    },
    {
    "item": "SteelItem",
    "quantity": 100.0
    }
    ]
    }
    }
    }

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!