Attempting to place specific quantities of single slot items from creative inventory into a normal inventory will result in 9999999 of the item being placed, regardless of the amount selected via right click . Multislot items, such as armor seem to be unaffected.
Description
Description
Details
Details
- Task Type
- Bug
Testing Results
- Affected Gamemode(s)
- Single and Multi
- Reproducible
- Yes
- Last tested (version)
- 0.199.491
- Category
- Ingame GUI/HUD
Hardware/Software/System
- OS-Specific
- No
- Hardware-Specific
- No
- Video Card Vendor
- uncertain
Steps to reproduce
- in creative mode right click a single item (not multislot) within the creative inventory
- enter any number in the popup window that the cargo space can handle
- attempt to place that amount into another inventory (storage block, factory)
At this point the game will place 9999999 of the item into the inventory regardless of amount selected.
Tester information (Internal use only)
Partial fix.
2 Different cases:
- "Old" multi-slots (not merged, such as cargo space + storage):
- Amount that is dropped is 9 999 999
- Amount that is moved to chests is correct
- Normal slots (+ merged such as hull)
- Amount that is dropped is correct
- Amount that is moved to chests is 9 999 999, but uses the correct amount to determine if it can be moved or not (enough cargo space). error Inventory capacity too small in case it doesn't which is expected behavior.
Serverconfig (server.cfg)
<replace this line with the file content>
Clientconfig (settings.cfg)
<replace this line with the file content>
Status | Assigned | Task | ||
---|---|---|---|---|
In Queue | lancake | T1037 Can't split group of items in Creative mode | ||
In Queue | lancake | T1282 can't place small amounts of single block items into inventories in creative mode |
Event Timeline
Comment Actions
I ran across this bug earlier and it's really annoying. I was trying to test something with shipyards.
Comment Actions
-QA Testing-
Partial fix.
2 Different cases:
- "Old" multi-slots (not merged, such as cargo space + storage):
- Amount that is dropped is 9 999 999
- Amount that is moved to chests is correct
- Normal slots (+ merged such as hull)
- Amount that is dropped is correct
- Amount that is moved to chests is 9 999 999, but uses the correct amount to determine if it can be moved or not (enough cargo space). error Inventory capacity too small in case it doesn't which is expected behavior.