Krutoy242

Results 50 issues of Krutoy242

Some recipes like `Forestry` carpenter allow transforming fluid containers into fluid ingredients: ![image](https://user-images.githubusercontent.com/936618/236626041-0ac4836f-a7c3-4d8f-8195-78efdb11c81f.png) This makes wrong liquid amount in result (if amount of containers always 2)

bug

Add ability to automatically create Starlight Altairs recipes

enhancement

I don't have `FTBUltimine` installed, but according to `debug.log` file, RandomTweaker still trying to inject its code: ```java [mixin]: @Mixin target com.feed_the_beast.mods.ftbultimine.client.FTBUltimineClient was not found mixins.randomtweaker.mods.json:ftbultimine.MixinFTBUltimineClient from mod unknown-owner ```...

Launching game with a version `1.4.6` causing crash: ```ruby java.lang.UnsatisfiedLinkError: 'long org.lwjgl.opengl.CallbackUtil.ncreateGlobalRef(java.lang.Object)' at org.lwjgl.opengl.CallbackUtil.ncreateGlobalRef(Native Method) at org.lwjgl.opengl.CallbackUtil.createGlobalRef(CallbackUtil.java:61) at org.lwjgl.opengl.GL43.glDebugMessageCallback(GL43.java:304) at meldexun.renderlib.opengl.debug.OpenGLDebugMode$1.enable(OpenGLDebugMode.java:26) at meldexun.renderlib.opengl.debug.OpenGLDebugMode.setupDebugOutput(OpenGLDebugMode.java:350) at net.minecraft.client.Minecraft.handler$zei000$init_finishMinecraftLoading(MinecraftAccessor.java:5358) at net.minecraft.client.Minecraft.init(MinecraftAccessor.java:535) ``` ## https://mclo.gs/eYDZLxY...

With Valkyrie installed, clouds shown even on planets, where they should not be. This what I see **with** Valkyrie (wrong): ![image](https://github.com/Red-Studio-Ragnarok/Valkyrie/assets/936618/829546a8-408e-4b97-9beb-45f99b9da5de) This what I see **without** Valkyrie (as it should...

Bug

## Describe the bug Launching `Valkyrie` + `Optifine` + `ComplementaryUnbound` shaders causing shadow glitching (some kind of circle of shadow appears in center of the screen): https://github.com/Red-Studio-Ragnarok/Valkyrie/assets/936618/ee3c20ff-4981-40b9-88b8-08d59dd5a5f8 Normal behavior with...

Bug

My code (only key calls): ```ts #sideonly client item.addAdvancedTooltip(function (item) { return client.player.difficulty; }); ``` Full code: https://github.com/Krutoy242/Enigmatica2Expert-Extended/blob/v1.41.0/scripts/category/uu_client.zs#L13 Error: ```ruby [Client thread/ERROR] [Had Enough Items]: Failed to get tooltip: 1xitem.thermalfoundation.material@772...

When `Better Placement` is turned ON and `CarryOn` is installed, taking entity causing to drop it right next tick. It feels like Better Placement overrides some CarryOn code, since without...

bug
question

## Description The pod become unusable as it can't grow or accept bone meal, it also don't even give date/papaya fruit when you first try it... **To Reproduce** Steps to...

bug

Sometimes, after updating modpack to next version, custom tweaked mob drops not working. For example, after recent updates players found that `Zotzpyres` not dropping `Hardened Leather` and `Nether Wings`. 1....

bug