Swedz
Swedz
It uses strict matching. If the NBT for a block in the file is completely omitted, then it will not check will not check against the NBT in world. If...
Yes, you can use the member block and set the member as air.
Most people are used to the "standard" jetpack movement in modded minecraft where you move vertically and have an optional hover mode. MI's jetpack is different in that it uses...
This was already reported in #810 and fixed in #812. A fix likely won't be back-ported.
Can confirm this issue. It also affects Extended Industrialization's nano suit transparent visor (Swedz/Extended-Industrialization#140).
It might be worth considering changing `ProxyableMachineRecipeType#fillRecipeList` to have the `RecipeManager` and `RegistryAccess` as parameters instead of the `Level`. I can make this change too if that would be desirable
~~Is the cache invalidation something I did in this change? I don't see what would cause it to be invalidating. If there's something somewhere where this is happening I can...
As for passing the recipe manager and registry access, I'm a little conflicted on it. Passing the level is very useful for me in Extended Industrialization, since it lets me...
Looking for what event(s) to use for invalidating the cache here. I see `OnDatapackSyncEvent` and `AddReloadListenerEvent` which seems to be server side only, and `RecipesUpdatedEvent` which seems to be client...
Could be moved to #900