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

[Bug]: Threshold Switch (from the Create mod) not reading drawer capacity correctly #102

Open
SageofTurtles opened this issue Apr 22, 2024 · 2 comments
Labels
bug Something is behaving wierdly mod compatablity Relates to a compatibility with some other mod other mod This issue is caused by an other mod and is beyond the devs control unconfirmed Has not yet been confirmed

Comments

@SageofTurtles
Copy link

Description of the issue

Hello! I'm using this mod on my Fabric server for Minecraft 1.20.1. I'm not sure if this is a new issue due to an update or if this has been the case for some time without me noticing, but I have the Create mod installed on my server as well. One of the blocks in that mod is a "threshold switch", which outputs a redstone signal when the adjacent block is filled to a configurable capacity.

I realized today that some of my drawers are not being read correctly by the threshold switch (which may be a Create mod issue instead, I'm not sure). When I set up my drawer network with a threshold switch attached to some drawers, and then begin putting items in via an access point, it seems to glitch out the threshold switch, saying the drawer is 100% full when there are only a few hundred items in it. I can't really figure out what's causing this, but I'm hoping you might be able to help with it?

Reproduction steps

  1. Place a drawer (any type) with a threshold switch attached to it.
  2. Begin putting items into the drawer.
  3. It seems that each slot on the drawer is considered to hold one stack of items (however many the item can stack to, i.e. 1 for tools, 16 for ender pearls, 64 for stone, etc.). Once a single drawer has one stack of items the threshold switch will show it's 100% full, a double drawer with one stack of items will show as 50% full, and a quad drawer with one stack of items will show as 25% full.

Mod version

2.1.1 (Fabric)

Operating System

Windows 11

Minecraft version

1.20.1

Other mods

Fabric loader 0.15.7
Fabric API 0.92.0
Create (Fabric) 0.5.1-f (build 1417)

Server

Happens

Client

Happens

Logs

Nothing appears in the logs related to this issue

Extra Context

No response

@SageofTurtles SageofTurtles added bug Something is behaving wierdly unconfirmed Has not yet been confirmed labels Apr 22, 2024
@MattiDragon
Copy link
Owner

This is almost certainly fully on create to fix. Extended drawers implements the transfer api correctly.

@MattiDragon MattiDragon added mod compatablity Relates to a compatibility with some other mod other mod This issue is caused by an other mod and is beyond the devs control labels Apr 22, 2024
@Roger-Roger-debug
Copy link

Should be fixed as of Fabricators-of-Create/Create@84f54d7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is behaving wierdly mod compatablity Relates to a compatibility with some other mod other mod This issue is caused by an other mod and is beyond the devs control unconfirmed Has not yet been confirmed
Projects
None yet
Development

No branches or pull requests

3 participants