Author Topic: [Client] AutomatonGardeningFeature 🧑‍🌾  (Read 6512 times)

Space

  • Newbie
  • *
  • Posts: 12
    • View Profile
[Client] AutomatonGardeningFeature 🧑‍🌾
« on: August 06, 2020, 04:50:26 pm »
AutomatonGardeningFeature

Mod adds ability to automatically water plants and use fertilizers if corresponding item selected at your hotbar.

Prerequisites: Requires installed Automaton Mod version not lower than 0.3.5 which can be found here: https://forums.atomictorch.com/index.php?topic=1097.0



Mod type: Client-side mod.

Latest version: 0.1.0

Supported game version: 0.27.7.30

Download latest version: here

Bug tracker: here



How to install mod:

Please read instructions in Automaton's topic

If you don't have any other mods result file should look like this:
Code:
Code: [Select]
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<mods>
  <mod>core_1.0.0</mod>
  <mod>automaton</mod>
  <mod>AutomatonGardeningFeature</mod>
</mods>

or if you have another mods installed:

Code:
Code: [Select]
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<mods>
  <mod>core_1.0.0</mod>
   ... other mods lines
  <mod>automaton</mod>
  <mod>AutomatonGardeningFeature</mod>
</mods>
« Last Edit: August 06, 2020, 04:58:54 pm by Space »

Mars

  • Full Member
  • ***
  • Posts: 171
    • View Profile
Re: [Client] AutomatonGardeningFeature 🧑‍🌾
« Reply #1 on: August 06, 2020, 06:31:47 pm »
Nice work, thanks

LucasR

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: [Client] AutomatonGardeningFeature 🧑‍🌾
« Reply #2 on: August 06, 2020, 08:18:22 pm »
Awesome! Thank you!  :D

Doggfite

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: [Client] AutomatonGardeningFeature 🧑‍🌾
« Reply #3 on: January 20, 2021, 09:25:46 am »
Doesn't appear to be up to date with the game, any plans to update?

Mars

  • Full Member
  • ***
  • Posts: 171
    • View Profile
Re: [Client] AutomatonGardeningFeature
« Reply #4 on: January 21, 2021, 07:49:33 pm »
Not sure if the author will give news, so you can use this for the moment...
https://drive.google.com/file/d/1c5gHXAzDG5POsfiwtibIOJNvkTYKsj5y/view?usp=sharing

Mars

  • Full Member
  • ***
  • Posts: 171
    • View Profile