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

Deployers set up with schematics use up double the resources #1273

Closed
NanakiPL opened this issue Jan 12, 2024 · 0 comments
Closed

Deployers set up with schematics use up double the resources #1273

NanakiPL opened this issue Jan 12, 2024 · 0 comments
Labels
type: bug Issue where something isn't working

Comments

@NanakiPL
Copy link

NanakiPL commented Jan 12, 2024

Describe the Bug

When using deployers with schematics set as filters, for every item placed, they use up 2 of that item from storage.

Reproduction Steps

  1. Create a new world.
  2. Prepare a schematic to be placed in an area.
  3. Create a contraption with deployers equipped with said schematic.
  4. Supply the contraption with required resources.
  5. Observe resources being used up at double the speed.

Expected Result

Deployers should use up only one item per item placed.

Screenshots and Videos

2024-01-12_21 41 03

Crash Report or Log

No response

Operating System

Windows 10

Mod Version

0.5.1d

Minecraft Version

1.20.1

Other Mods

Fabric API

Additional Context

It started with an all overworld type tree farm that used a schematic for the pattern to place tree saplings, but it kept running out of saplings. I quickly noticed that it was using up 2 saplings per one placed.

Then I did some testing with different versions and found that this is a bigger problem.

First was removing all mods. Issue persisted with clean Minecraft and only Create installed (and Fabric API in case of Fabric)

Overall I tested it on 4 versions. 1.20.1 and 1.19.2. Both Fabric and Forge. (And their respective latest versions of Create.)

The issue exists in both 1.19.2 and 1.20.1 versions of Fabric. But Forge version works as intended and uses one sapling per placement as it should. In both 1.19.2 and 1.20.1.

Then I got curious and tested if there are specific types of blocks that is uses the double of. I tested all types of torches, few types of slabs, few types of transparent blocks (chains, carpets, glass and glass panes) and in the end full blocks: dirt and sand (as a gravity block).

All of these were used up at double rate. I also tested it out with a rotation contraption on a mechanical bearing and one based on a gantry. Same result.

@NanakiPL NanakiPL added the type: bug Issue where something isn't working label Jan 12, 2024
@github-actions github-actions bot added the 1.19 label Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Issue where something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant