Modding Help Issue with crop harvesting

Discussion in 'Starbound Modding' started by Dumacon, Jul 26, 2017.

  1. Dumacon

    Dumacon Aquatic Astronaut

    I have been trying to mod and have come across an issue with harvesting a crop. I made a moisture farmer from Star Wars that I want to output a certain amount of water after a while. The problem is that it isn't becoming harvestable. I have two frames for it, one with a red light and the other with a green that shows when it should be ready to harvest. It just stays on red, no matter how much time goes by. I have no clue what is wrong.


    {

    "objectName" : "moisturefarmer",

    "colonyTags" : [ "nature" ],

    "rarity" : "rare",

    "category" : "seed",

    "description" : "Collects moisture from the air.",

    "shortdescription" : "Moisture Farmer",

    "objectType" : "farmable",

    "printable" : false,

    "price" : 30,

    "largeImage" : "moisturefarmer.png:default.0.1",

    "inventoryIcon" : "moisturefarmericon.png",

    "orientations" : [



    {

    "dualImage" : "moisturefarmer.png:<color>.<stage>.<alt>",

    "imagePosition" : [0, 0],

    "frames" : 1,

    "animationCycle" : 0.5,


    "spaceScan" : 0.1,

    "requireTilledAnchors" : false,

    "anchors" : [ "bottom" ]


    }

    ],


    "stages" : [

    {

    "duration" : [1, 2]

    },

    {


    "harvestPool" : "moisturefarmerharvest"

    } ],

    "maxImmersion" : 0.125

    }
     
    Last edited: Nov 25, 2017
  2. Dumacon

    Dumacon Aquatic Astronaut

    I discovered that even though I turned tilled anchors off, this still requires them to grow. Now I just need to figure that part out.
     
  3. IHart

    IHart Scruffy Nerf-Herder

    "consumeSoilMoisture" : false
    have you tried?
     
    Dumacon likes this.
  4. Dumacon

    Dumacon Aquatic Astronaut

    Nope. I'll try now though.
     
  5. Dumacon

    Dumacon Aquatic Astronaut

    It didn't work. It still consumes the moisture, so I'm not sure if I'm doing it correctly.
     
  6. IHart

    IHart Scruffy Nerf-Herder

    I found it in one of the vanilla farmables. I've never made a farmable before so it was a crapshoot.
     
    Dumacon likes this.
  7. Dumacon

    Dumacon Aquatic Astronaut

    I guess I can make some special block that's already wet like the aeroponics tube from the Avali mod. Thanks for helping.
     

Share This Page