Mod inspired from "LWG Europa Sgewerke" made by Mannie313 in ls-modcompany
I removed the pallet outputs and used a Ravenport wood chipper model

The chipper uses 1% petrol, but the global company script has a 10% limit.
To fix this limit, update FS19_GlobalCompany\objects\GC_ProductionFactory.lua
Line 786: productLine.inputsPercent[inputId] = math.min(math.max(inputPercent, 0.1), 1) change 0.1 to 0.01

Le broyeur utilise 1% de disel, mais le script global company a une limite de 10%
Pour corriger cette limite, modifiez FS19_GlobalCompany\objects\GC_ProductionFactory.lua
Ligne786: productLine.inputsPercent[inputId] = math.min(math.max(inputPercent, 0.1), 1) changez 0.1 en 0.01