Minebench / Pipes

Simple transport pipes and item sorters for Paper
https://ci.minebench.de/job/Pipes/
GNU General Public License v3.0
2 stars 3 forks source link

Bedrock Crash #4

Closed BijuuKrunos closed 1 year ago

BijuuKrunos commented 1 year ago

Used Version

Pipes v1.5-SNAPSHOT (build 292)

Config

 pipeCacheDuration: 600 #s
pipeCacheSize: 1000 #number of cached inputs
transferCooldown: 100 #ticks
transferCount: 10 #max amounts of stacks that one pipe can transfer
inputToOutputRatio: 0.0 #ratio for max transfers per pipe per move task
pistonUpdateCheck: true
convertToBlockInfoOnChunkLoad: false
customModelDataOffset: 1
dispenserRecipe:
  DISPENSER: 1
  HOPPER: 1
  BOOK: 1
dropperRecipe:
  DROPPER: 1
  HOPPER: 1
  BOOK: 1
maxPipeLength: 256
maxPipeOutputs: 128
gui:
  true: "LIME_WOOL"
  false: "RED_WOOL"
  input: "YELLOW_WOOL"
  whitelist:
    true: "WHITE_WOOL"
    false: "BLACK_WOOL"
  copy: "WRITABLE_BOOK"

What is happening?

If you have Geyser installed on the Bungeecord Server (perhaps on the paper server directly too) the player crashes by opening the inventory. It has to do something with the recipes,

What did you expect to happen?

Not Crashing the Bedrock Players Client

Additional context

image

BijuuKrunos commented 1 year ago

could get the error out. Do not delete one of the recipes from the config. This was causing that. :)