Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paperclip Factory can NOT be formed due to Conveyor #2404

Closed
SihenZhang opened this issue May 13, 2018 · 2 comments
Closed

Paperclip Factory can NOT be formed due to Conveyor #2404

SihenZhang opened this issue May 13, 2018 · 2 comments

Comments

@SihenZhang
Copy link

Issue / Bug

Paperclip Factory can NOT be formed just like this.

Because the NBT Tag of the Conveyor is wrong.

Expected Behavior

The NBT tag of the Conveyor in the JSON is just like this.

{
"x": -2,
"y": 0,
"z": 1,
"nbt": {"conveyorBeltSubtypeNBT":{"dyeColour":"-1","direction":"0"},"facing":"2","conveyorBeltSubtype":"immersiveengineering:conveyor","id":"immersiveengineering:conveyorbelt"},
"elements": [
"immersiveengineering:conveyor@0"
]
},

But the NBT tag of the Conveyor has changed to "conveyorSubtype" so a player can NOT get the Conveyor.
Besides, if use "setBlock" to place this Conveyor which is with wrong NBT tag, the client will crash.
I also upload the crash report if necessary.

Possible Solution

Just rewrite the JSON file of Paperclip Facotry. MAYBE it will work. :)

Steps to Reproduce (for bugs)

  1. Just try to build a Paperclip Factory.

Context

Logs

Client Information

  • Modpack Version: 3.0.7
  • Java Version: 1.8.0_171
  • Launcher Used: MultiMC
  • Memory Allocated: 6144 MB

Server Information

  • Java Version: 1.8.0_171
  • Operating System: Windows Server 2012R2
  • Hoster/Hosting Soultion:
  • Sponge (Non-Vanilla Forge) Server?: No
  • Additional Content Installed?:
@Jandakast
Copy link
Contributor

Currently the conveyors must be facing/moving items north in order for the machine to detect them correctly. We are exploring either adding a tooltip to the blueprint or potentially changing the conveyor blocks out with a different block that doesn't require a facing.

@Jandakast
Copy link
Contributor

Actually I figured out how to make it accept conveyors in any orientation. Should be fixed in 3.0.8 :)

@lock lock bot locked as resolved and limited conversation to collaborators Jul 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants