
Some items cant be pulled using IntegratedTerminals
wolfsilver00 opened this issue ยท 3 comments
Versions
- Silent Gear: 4.0.12
- Silent's Gems: x.x.x
- Silent Lib: 10.3.1
- NeoForge: 21.1.115
- Modpack: ATM10
- Optifine Installed: No
Expected Behavior
When using an integrated terminal connected to a chest, I should be able to pull an item
(Description here)
Actual Behavior
Item can be clicked and it seems to be picked up, when clicking in the inventory, nothing happens. Using hotkeys to move it directly to inv or hotbar also do not work.
(Description here)
Links/Images
I've had a couple items with this issue, the latest one was this one (I couldnt find anything in particular that seems to be causing this behavior)
The only thing I can say that does not seem to be the cause is enchantments, as Ive had an unenchanted item present this behavior.
Item has the following data:
{components: {"silentgear:construction": {repairedCount: 7, broken_count: 2, parts: [{item: {components: {"silentgear:material_list": [{item: {count: 1, id: "minecraft:obsidian"}, material: "silentgear:obsidian"}, {item: {count: 1, id: "minecraft:obsidian"}, material: "silentgear:obsidian"}, {item: {count: 1, id: "minecraft:obsidian"}, material: "silentgear:obsidian"}, {item: {count: 1, id: "minecraft:obsidian"}, material: "silentgear:obsidian"}, {item: {count: 1, id: "minecraft:obsidian"}, material: "silentgear:obsidian"}, {item: {count: 1, id: "minecraft:obsidian"}, material: "silentgear:obsidian"}, {item: {count: 1, id: "minecraft:obsidian"}, material: "silentgear:obsidian"}, {item: {count: 1, id: "minecraft:obsidian"}, material: "silentgear:obsidian"}]}, count: 1, id: "silentgear:chestplate_plates"}, part: "silentgear:chestplate_plates"}, {item: {components: {"silentgear:material_list": [{item: {count: 1, id: "minecraft:leather"}, material: "silentgear:leather"}]}, count: 1, id: "silentgear:lining"}, part: "silentgear:lining"}, {item: {components: {"silentgear:material_list": [{item: {count: 1, id: "minecraft:prismarine_crystals"}, material: "silentgear:prismarine"}]}, count: 1, id: "silentgear:coating"}, part: "silentgear:coating"}], example: 0b}, "minecraft:enchantments": {levels: {"ars_nouveau:mana_regen": 3, "apothic_enchanting:berserkers_fury": 1, "tombstone:soulbound": 1, "tombstone:curse_of_bones": 3, "minecraft:unbreaking": 4, "minecraft:protection": 4, "ars_nouveau:mana_boost": 4, "minecraft:blast_protection": 5}}, "silentgear:model_key": "chestplate:chestplate_plates{obsidian},lining{leather},coating{prismarine},", "minecraft:damage": 187, "silentgear:model_index": 3, "silentgear:properties": {"silentgear:armor": 8.639317f, "silentgear:enchantment_value": 7.0f, "silentgear:projectile_speed": 0.7000001f, "silentgear:harvest_speed": 5.9999995f, "silentgear:armor_durability": 14.624999f, "silentgear:block_reach": 0.0f, "silentgear:armor_toughness": 5.0f, "silentgear:attack_reach": 6.0f, "silentgear:harvest_tier": {level_hint: "1", name: "obsidian", incorrect_blocks_for_tool: "silentgear:incorrect_for_obsidian_tools"}, "silentgear:knockback_resistance": 0.25f, "silentgear:repair_value": 0.0f, "silentgear:projectile_accuracy": 0.7000001f, "silentgear:rarity": 10.0f, "silentgear:attack_speed": -0.40000007f, "silentgear:repair_efficiency": 1.0f, "silentgear:charging_value": 0.59999996f, "silentgear:magic_armor": 8.0f, "silentgear:traits": [{level: 2, trait: "silentgear:crushing", conditions: []}, {level: 4, trait: "silentgear:flexible", conditions: []}, {level: 4, trait: "silentgear:aquatic", conditions: []}], "silentgear:durability": 1100.8f, "silentgear:attack_damage": 2.2006948f, "silentgear:ranged_damage": 0.0f, "silentgear:magic_damage": 2.0f, "silentgear:draw_speed": -0.40000007f}, "minecraft:repair_cost": 63, "minecraft:dyed_color": {show_in_tooltip: 0b, rgb: -7223881}}, count: 1, id: "silentgear:chestplate"}
Steps to Reproduce the Problem
- No idea.
Could be related to: CyclopsMC/IntegratedTerminals#130 which was fixed October last year.
I have the same issue for my storage solution in occultism (klikli-dev/occultism#1313).
I just tested on 4.0.16 and there still seem to be problems.
A quick debugging showed that if I serialize a hammer (Iron head, wood handle, string binding, leather grip) and then try to compare it using ItemStack.isSameItemSameComponents or ItemStack.hashItemAndComponents it fails. Presumably integrated terminals has the same issue