Recent content by nimO

  1. N

    [1.7.10] AgriCraft

    Just tried it and indeed it does not work with flowing water. I am not sure if we want to support flowing fluids as a base requirement though, have to check with @InfinityRaider on this.
  2. N

    [1.7.10] AgriCraft

    Can you be more specific? I tried it with seeds that need a specific soil and with seeds that work with the default soils and in both cases it did work for me. The used MT lines are: BaseBlock.set(<AgriCraft:seedSugarcane>, <minecraft:water>, 1, false); BaseBlock.set(<minecraft:wheat_seeds>...
  3. N

    [1.7.10] AgriCraft

    By any chance did you check that in NEI instead of placing down the block and testing it? Because there is a bug in the mutation NEI GUI (alpha2 version) which ignores the metadata of the soil block. This is fixed in the most recent version (alpha3) where it should display soil blocks correctly.
  4. N

    [1.7.10] AgriCraft

    AgriCraft adds seeds for vanilla plants like carrots, sugarcane, potatoes and even mushrooms. You can't place carrots / potatoes / etc. directly on crop sticks, you have to obtain the certain seeds. Also if you need support for a specific mod you can request it here, we support a lot of mods...
  5. N

    [1.7.10] AgriCraft

    This works for me: FertileSoils.add(<minecraft:stone>); Soil.set(<AgriCraft:seedSugarcane>, <minecraft:dirt:2>); The first line adds normal MC stone as a possible soil for all seeds. The second line sets the specificly required soil for Sugarcane to podzol.
  6. N

    [1.7.10] Regrowth - A WIP HQM pack - Now Listed!

    Put a lever on it or, alternativley, on the block next / above / below it.
  7. N

    [1.7.10] AgriCraft

    This crashlog seems more related to wireless redstone. Also I was not able to reproduce the crash that happens when you die and respawn. I suspect it has something to do with forge multipart levers placed on valves but that is just a wild guess. Can you post a picture of your setup and also what...
  8. N

    [1.7.10] AgriCraft

    No, this is the first time I hear from this crash (maybe @InfinityRaider has?). Thanks for bringing this to our attention.
  9. N

    [1.7.10] AgriCraft

    That is a known bug and already fixed in the next version of AgriCraft. Thanks for reporting anyway :cool:.
  10. N

    [1.7.10] Regrowth - A WIP HQM pack - Now Listed!

    Stay strong, AgriCraft 1.3 will be released (this year) eventually:
  11. N

    [1.7.10] Regrowth - A WIP HQM pack - Now Listed!

    One of the next versions of AgriCraft will show the needed Soils a mutation needs in NEI.
  12. N

    [1.7.10] AgriCraft

    Hey, I just documented the planned (and nearly finished implemented) MineTweaker3 API for the upcoming 1.3 version of the mod. Head over to our GitHub wiki (https://github.com/InfinityRaider/AgriCraft/wiki/%5B1.3.%2A%5D-MineTweaker3#growth-requirements) and tell us if we missed something...
  13. N

    [1.7.10] Regrowth - A WIP HQM pack - Now Listed!

    Scythe did work with right clicks so far but destroyed the crop sticks with left clicks; this will be fixed in 1.2.3. Also Horn of the wild is intended to uproot everything except the crop sticks (including the seeds). If you encounter reproducable different behaviour leave us a note over at...
  14. N

    [1.7.10] AgriCraft

    I built you a Snapshot release with the fix of @InfinityRaider. You can get it here: https://github.com/InfinityRaider/AgriCraft/releases/tag/v1.2.3-SNAPSHOT
  15. N

    [1.7.10] AgriCraft

    Which version are you using? This was a real problem in 1.2.1 but was fixed to an extend in 1.2.2. In 1.2.2 we reworked the water levels to only render in discrete steps (16 for channels, 32 for tanks), also we fixed some lag causing code in the tank. If you are using 1.2.2 and the lag still...