Create

Create

86M Downloads

Tree Farm

BuddyBoy12 opened this issue ยท 5 comments

commented

I'm having issues with the deployer. I'm attempting to build a simple tree farm. The deployer puts down saplings, a saw cuts down growm trees. I build in a test world, it works just fine. I go to build it for real in survival, in what I am fairly certain is the exact same way, and the minecart goes around the track, rapidly makinig the sound like it is placing saplings, put places nothing. It just loops forever making the noise but not actually placing anything. I'm feeling crazy at this point. Anyone know what I am missing?

commented

Things to check:

  • do you have the deployer's filter set to saplings?
  • does the contraption actually have saplings in its inventory? (you'll have to prevent your unloading system from pulling them out)
  • is the ground valid placement for the saplings?
  • is the deployer the correct height above the ground?
  • do you have any mods that do area protection, like FTB Chunks or MineColonies?
commented

Things to check:

  • do you have the deployer's filter set to saplings?
  • does the contraption actually have saplings in its inventory? (you'll have to prevent your unloading system from pulling them out)
  • is the ground valid placement for the saplings?
  • is the deployer the correct height above the ground?
  • do you have any mods that do area protection, like FTB Chunks or MineColonies?

Yep filter is set to saplings
There is no unloading system yet so it is full of saplings
It is on Grass
The deployer is two blocks above the ground
I do have those mods, but the area is claimed as mine

Like I said, this exact system works on a creative test world I am using. AND it makes the sound of placing saplings, but just doesn't place them. Very frustrating.

commented

I do have those mods, but the area is claimed as mine

Well that's the issue, the claim does not know that the deployer is yours, try adding it to your claim whitelist. It should be a fake player by the name of Deployer

commented

You can fix this by going into ftb map, click on the team button in the corner, click on allies, and then accept the deployer as an ally. Assuming, ftb chunks is installed.

commented

You can fix this by going into ftb map, click on the team button in the corner, click on allies, and then accept the deployer as an ally. Assuming, ftb chunks is installed.

I do have those mods, but the area is claimed as mine

Well that's the issue, the claim does not know that the deployer is yours, try adding it to your claim whitelist. It should be a fake player by the name of Deployer

I'll try that out! Thank you.