[1.7.10] AgriCraft

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

BricksParts

New Member
Jul 29, 2019
35
0
0
Does that mean the crop sticks will go onto the fertile soil like it does with the vanilla farmland?
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>);
 

SkepticalTurtle

New Member
Jul 29, 2019
8
0
0
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>);
Oh, ok thanks.
Edit : I don't think it's working unless I'm doing something wrong.
 
Last edited:

rouge_bare

Well-Known Member
Oct 4, 2014
969
324
79
If he means the one he quoted, that's not referencing mfr's fertile soil, rather garden stuff's. I don't recall the MFR one's full name off top of head though.
 

Team Tempest

New Member
Jul 29, 2019
1
0
0
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/ForgeDirection;)Z
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
 

InfinityRaider

New Member
Jul 29, 2019
1,169
-1
1
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/ForgeDirection;)Z
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
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.

The file doesn't have an allowed extension so I'll upload it as a text document.
Hmm, that should work.
 

Bluejay99

New Member
Jul 29, 2019
2
0
0
Hey do I have permission to use this mod in my AT mudpack? I'm making a science and machines pack and this is sort of scientific.