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

Slowed Item Entity Movement making Thaumcraft's Infernal Furnace unable to work #16

Closed
Krutoy242 opened this issue Jun 18, 2024 · 5 comments

Comments

@Krutoy242
Copy link

Setting this option to true making unable to use Infernal Furnace from mod Thaumcraft (and other furnaces from TC addons like Thaumic Wonders that working by the same princeple).

        # Slows how often item entities update their position to improve performance
        B:"Slowed Item Entity Movement (Vanilla)"=false

How it should work: dropping items into furnace consume them and smelting:
javaw_PFW1rg2EJJ

If Slowed Item Entity Movement set to true, items just lie inside Furnace and cant be consumed.

debug.log

@fonnymunkey
Copy link
Owner

I would highly recommend not using the Slowed Item mixin if you don't absolutely need to, especially in cases like this where you have blocks that interact with dropped items.

The intention of that mixin is for people playing on absolute potatoes who need that little bit of performance, and moreso on packs like RLCraft that don't have anything really involving item interaction like this.

@Krutoy242
Copy link
Author

Krutoy242 commented Jun 18, 2024

Thank you for the recommendation! It would save me lot of debugging time to find exact mod and config option that caused this bug if this caution would be written in config description 😅

Any other options from this list that i should be aware of? Krutoy242/Enigmatica2Expert-Extended@4baf31f

@fonnymunkey
Copy link
Owner

I believe setting "Spawn Chunk Radius" to -1 has a possibility of interfering with some more complicated redstone mechanics but that may only be valid for older MC versions and wouldn't worry about it unless an issue presents.

"Entity Tracker Warning More Info" is a debug mixin I've already removed for the next version, I wouldn't recommend actually using it as you can technically view other players locations from a client with it.

Those and slowing items is all I can think of in your enabled list outside of enabling duplicate mixins across multiple mods, such as "Missing Particle Rendering" also being handled by RandomPatches.

@Krutoy242
Copy link
Author

Thanks for advices.

Krutoy242 added a commit to Krutoy242/Enigmatica2Expert-Extended that referenced this issue Jun 19, 2024
Also this fix other Thaumcraft-like furnaces from Thaumic Wonders.

Related fonnymunkey/RLMixins#16
Krutoy242 added a commit to Krutoy242/Enigmatica2Expert-Extended that referenced this issue Jun 19, 2024
@fonnymunkey
Copy link
Owner

Added a warning for next version in cfc1db7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants