roberttkahelin8 / thingmajigs

A mod that adds decorations to your Minecraft Worlds.
Other
1 stars 1 forks source link

Can't retrieve crafted items from saw bench (ATM9 Modified Modpack) #7

Closed logixcraft closed 1 year ago

logixcraft commented 1 year ago

Whenever I go to craft a thingamajig the item I try to retrieve from the sawbench the crafted item vanishes. I've been trying to track down which mods are causing it with no luck so far.

I'm running a modified version of AllTheMods 9

I don't know what you need so I'm including my modlist and level.dat

Modlist.txt level.zip

roberttkahelin8 commented 1 year ago

Could you perhaps send some screenshots of this issue? A modlist and a level file doesn't help very much. I cannot download every mod on this list without taking some time. Could you perhaps tell me specifically what mods you added to the default modlist of ATM9? And what modpack version of ATM9 are you using?

roberttkahelin8 commented 1 year ago

Without proper additional details, I cannot verify if this bug is a modpack specific thing or my mod itself. Some modpacks do have progression systems and can disable ingredients and recipes altogether, breaking other mods that aren't normally in the modpack. ATM creators do change recipes and how blocks work using other mods and progression systems. I will check and verify if my mod is effected by their modpack.

roberttkahelin8 commented 1 year ago

@logixcraft Corail sawmill is for cutting wood items only. It will not do stonecutter recipes. If this is the sawmill block you are talking about this is not a bug, rather an intended feature by the mod developer.

logixcraft commented 1 year ago

https://i.imgur.com/Ek1mtnv.mp4 Video of the issue. I know it was working fine earlier on, but some changes were made and I'm not sure what caused the conflict, I'm slowly slowly disabling and testing different mods to track down the issue.

I'm running the latest mod pack for atm9 (.65) but with additional mods. The default mod pack worked fine, we started a new world but with some additional mods that were requested. We didn't test the thingamajigs for awhile after adding more mods but when we got to the point of starting to use thingamajigs we couldn't craft the final items. Now it's backtracking and testing to see what started the issue

roberttkahelin8 commented 1 year ago

Based on the video, it appears this is a handheld crafting item. Due to personal experience with item desync, I think perhaps the amount of recipes (stonecutter) being loaded in on this screen for this item might be a cause for concern. The fact that the selected item keeps bouncing back to the first thing you clicked before you started scrolling, that might be the issue right there. If you use a vanilla stonecutter, it shouldn't do this. If you track down the mod that adds this item, try looking for a bug report on it. If there is a known bug with this mod regarding this item, it may be a universal issue. You also have a lot of non-stacking AE items there as well (having a full inventory can contribute to crafting bugs sometimes), and trying to crafting too many things at once may contribute to the issue. Try other stonecutter recipes and craft them quickly with this item to see if they glitch out sometimes as well.

roberttkahelin8 commented 1 year ago

In my experience with my mod, the vanilla stonecutter never has desync issues when switching and crafting at a standard speed (one click every 2->~3 seconds). This item is custom, so there may be a bit of lag with updating what you clicked to craft and it saving that choice when you scroll.

roberttkahelin8 commented 1 year ago

A lot of mods with custom crafting interfaces seem to have issues similar to this (as far as i can tell) because they aren't direct access points to a block entity but rather an interface to the inventory of the player and a 'fake' crafting entity. Example: a crafting stick item might be slightly slower at updating and syncing than a regular old crafting table, or an auto crafting block. If it gets to a point where the player is clicking nearly instantaneous clicks between crafts, there may be a lag issue if even a millisecond passes between the clicks. Usually it is a client server desync issue. Is this modpack being used on a server per-chance?

roberttkahelin8 commented 1 year ago

Issue may persist if multiple stonecutter recipes using same item are loaded at once. In survival, Thingamajigs 1.6.7+ fixes this issue as no items are breaking the stonecutter anymore, because of the addition of Components. Closing this as complete now.