There is MineTweaker support for that.Do you think that you could make your crops work with the MineFactory Reloaded fertile soil?
Does that mean the crop sticks will go onto the fertile soil like it does with the vanilla farmland?There is MineTweaker support for that.
Yes. You can make it required for certain crops or add it to the default soil list. The latter is what I assume you mean to do. For me, I added gardencore's farmland, so you could basically just cut and paste this code and change the soil to whatever your heart's content.Does that mean the crop sticks will go onto the fertile soil like it does with the vanilla farmland?
import mods.agricraft.growing.FertileSoils;
FertileSoils.add(<GardenCore:garden_farmland>);
Oh, ok thanks.Yes. You can make it required for certain crops or add it to the default soil list. The latter is what I assume you mean to do. For me, I added gardencore's farmland, so you could basically just cut and paste this code and change the soil to whatever your heart's content.
Code:import mods.agricraft.growing.FertileSoils; FertileSoils.add(<GardenCore:garden_farmland>);
We can't help you without seeing your MineTweaker script.Oh, ok thanks.
Edit : I don't think it's working unless I'm doing something wrong.
import mods.agricraft.growing.FertileSoils;We can't help you without seeing your MineTweaker script.
That should work, anything showing up in the log?import mods.agricraft.growing.FertileSoils;
FertileSoils.add(<MineFactoryReloaded:farmland>);
When i enter a world, it says "ERROR: error parsing New Text Document.zs:3 -- ) expected" in the chatThat should work, anything showing up in the log?
I don't see any upaired brackets. Do you want me to upload the zs file?Ye, you have an unpaired bracket somewhere then.
The file doesn't have an allowed extension so I'll upload it as a text document.Sure
Yes, this was due to missing @SideOnly(Side.CLIENT) annotations, I just pushed a new hotfix on CurseForge fixing this. You can get it once it has been approved.Sorry but I brought you and error report! Have a cake too.
[21:22:28] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.NoSuchMethodError: com.InfinityRaider.AgriCraft.tileentity.irrigation.TileEntityChannel.hasNeighbourCheck(Lnet/minecraftforge/common/util/ForgeDirectionZ
at com.InfinityRaider.AgriCraft.blocks.BlockWaterChannel.func_149743_a(BlockWaterChannel.java:67) ~[BlockWaterChannel.class:?]
at net.minecraft.world.World.func_72945_a(World.java:1953) ~[ahb.class:?]
at cofh.asmhooks.HooksCore.getEntityCollisionBoxes(HooksCore.java:102) ~[HooksCore.class:?]
at net.minecraft.entity.Entity.func_70091_d(Entity.java:739) ~[sa.class:?]
at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:520) ~[nh.class:?]
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(C03PacketPlayer.java:36) ~[jd.class:?]
at net.minecraft.network.play.client.C03PacketPlayer$C06PacketPlayerPosLook.func_148833_a(C03PacketPlayer.java:234) ~[jf.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:244) ~[ej.class:?]
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:173) ~[nc.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:991) ~[MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:431) ~[lt.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:809) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:669) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_51]
Running on latest version of forge for 1.7.10 Cauldron Server
This error happened randomly
Hmm, that should work.The file doesn't have an allowed extension so I'll upload it as a text document.
Just wondering, couldn't I just add it to the SoilWhitelist.txt in the configs?Hmm, that should work.