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.
1 Comments for Shovelset Standard + TP + Terrassement
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.