settingtypes.txt 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. #farmingNG settings
  2. #maximum charge of the seeder, lower values mean faster load if technic present
  3. farmingNG_seeder_max_charge (Maximum charge of the seeder) int 900000
  4. #costs to place a seed: maxcharge devided by charge_per_node = number of
  5. #nodes which can be placed (default 900000 / 1800 = 500 nodes)
  6. farmingNG_seeder_charge_per_node (How much it costs to place a seed) int 1800
  7. #more verbose, tells you how many seeds were used and more
  8. farmingNG_chaton (more verbose chat messages) bool false
  9. #less expensive recipe if technic mod is present
  10. farmingNG_easy (easy recipe if technic mod is present) bool false
  11. #maximum charge of the harvster, lower values mean faster load if technic present
  12. farmingNG_harvester_max_charge (Maximum charge of the harvester) int 650000
  13. #costs to place a seed: maxcharge devided by charge_per_node = number of
  14. #nodes which can be harvested (default 650000 / 1300 = 500 nodes)
  15. farmingNG_harvester_charge_per_node (Costs of harvesting one node) int 1300
  16. #plants like wheat, rice, oat etc do not grow equally but already give drops
  17. #if only 90% grown, set to false if you only want to harvest 100% grown nodes
  18. farmingNG_harvester_nofullg (harvest not already fully grown) bool true
  19. #set to false if you you do not need the harvester
  20. farmingNG_harvester_machine (harvester tool available) bool true