FarmSystem/LSL/src
2024-07-17 01:52:04 -07:00
..
.placeholder Initialize repo structure 2024-05-19 04:42:52 -07:00
Farm Server Relay Plugin [AC].lsl Adds discord relay plugin 2024-07-17 01:52:04 -07:00
Ingredient [AC].lsl Implemented basic water well and water bucket 2024-06-11 00:41:37 -07:00
Item Server [AC].lsl Implemented basic water well and water bucket 2024-06-11 00:41:37 -07:00
ItemSink.lsl Implemented basic water well and water bucket 2024-06-11 00:41:37 -07:00
README.md Implemented basic water well and water bucket 2024-06-11 00:41:37 -07:00
Service Daemon [AC].lsl Implemented basic water well and water bucket 2024-06-11 00:41:37 -07:00
Tree [AC].lsl Initial version of Tree 2024-06-11 14:11:53 -07:00
Water Bucket [AC].lsl Implemented basic water well and water bucket 2024-06-11 00:41:37 -07:00
Water Well [AC].lsl Implemented basic water well and water bucket 2024-06-11 00:41:37 -07:00

Farming System

Why did I choose this way of doing things?

I wanted to ensure that I can continue to update the sub-products. Say I fix a bug in the water well, I don't want to force anybody to go return to get a new one. The way I came up with instead is to enable everything, all products, to be craftable with my system, including tree saplings. The current architecture may change. That is why I designed it this way. It is not to punish the player, or anti-cheat. This is purely to ensure updates can be delivered in a more or less friendly way. In the future the products will check for a newer version, if there is one, it'll start the decay timer. Currently the decay timer is just always on. 5000 uses till decayed.

How can I craft something?

When you purchased the starter kit, you would have received a HUD. That is how you craft. The starter kit will have come with three things.

  1. Tree Sapling
  2. Water Well
  3. Iron Mine

The iron mine will often produce stone, you won't get 100% iron yield out of your mine. That would be unrealistic. You can use that stone to craft the water well. Use some of the wood to craft the roof of the well. The HUD will have a recipe search to aid in getting materials loaded, you will not need to memorize anything.