Download download Mod 'Shovelset Standard + TP + Terrassement'

Modhoster user rating
5.0 / 5 Votes

Empfehlungsrate

-/-      
noch nicht genug Stimmen

Do you think this mod should be featured?

1 Comments for Shovelset Standard + TP + Terrassement

You have to log in for writing comments.
You can also sign up for free, id you don't have an account yet - it only takes 5 minutes.

  1. BZ455 02. 04 2016

    In script dirt.lua is following line:

    FruitUtil.registerFruitType("dirt", false, false, false, 0, 0.005, 0.01, 1, 1, hudFile);

    The second argument of the method register FruitType is the i18n-Name (nameI18N)!
    (see: http://www.ls-mods.de/scriptDocumentation.php?class=fruitUtil&language=de#registerFruitType)

    Value false is wrong. A string value is expected.

    Please correct that.



}