Code Monkey home page Code Monkey logo

crock-pot-mod's People

Contributors

13rac1 avatar ap-1 avatar asiekierka avatar dmhyt avatar geolykt avatar i509vcb avatar jackassmc avatar modmuss50 avatar nerdthened avatar nikkyai avatar nosrick avatar pannoniae avatar prospector avatar qwinci avatar r4j4h avatar selebrator avatar sfplayer1 avatar shnupbups avatar stonelabs avatar technici4n avatar upcraftlp avatar ytg1234 avatar zerokun265 avatar zml2008 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

dmhyt

crock-pot-mod's Issues

Portion Issue

I can't seem to go past 18 portions. Fabric, 1.18.2, mod version is 0.8.4+1.18.2.

Only possible lead I can give is that the last thing I put in was a coconut slice from the Ecologics mod and perhaps that threw it off somehow.....?

Server Config issues

A config isnt generated when ran on a sever
Importing a config from single player doesnt allow any changes to take affect for crockpots on the server

Crock pots function as default on the server

Disconnect on Empty Hand Right-Click with Sodium

I saw there have been some previous issues similar to this but didn't see this exact problem or any for this version so figured it might be worth reporting. This is on Fabric 1.20.4 with Crockpot 1.14.0 and Sodium 0.5.8. If I attempt to right-click a Crockpot with an empty hand, I get booted from the world (singleplayer in this case) with the message "Internal Exception: java.lang.IllegalStateException: Accessing OpenGL function from outside the main render thread is not supported when using Sodium" and get put back on the multiplayer menu. It seems to still work fine for adding water, adding ingredients, and taking stew, just not right-clicking with an empty hand.

This was verified on a test profile with only Crockpot 1.14.0, Cloth Config 13.0.121 (the same happened without it), Sodium 0.5.8. and Fabric APU 0.96.0. Without Sodium, right-clicking with an empty hand does not disconnect. Here is the full log: https://gist.github.com/BioMasterZap/462b59400319c8647d7e4446fe1c5d5c

Issue with Crock Pot Menu

My fried eggs from Better Animals Plus just give me a purple-black missing asset texture in the crockpot menu. Though, the leeks from Croptopia do work. And, the fried eggs show up correctly once in inventory.ย 

Images are attached.

image
image

another crock pot crash with sodium

@Nosrick
right-clicking on the pot ontop of campfire disconnected me with this error message

crackpot

this was on the 1.20.2 version btw, i hope it gets fixed very soon because i'm tryna enjoy this mod in a modded server with friends

Incompatibility of Sodium Mod

1.18.2 latest version.
After testing, I can confirm that the cause of the blackening of the crock is the Sodium mod (single mod test), but I do not know the cause of the blackening.

placing block on heat source crashes client

Using crockpot-0.7.1+1.18.1.jar, when I put the crockpot onto a campfire or stove, I immediately get a client crash. I can put it onto the ground successfully (and like the new look/color fyi). This happens both in singleplayer and on a server. I am using sodium+iris so it could be a compat issue or something like that.

This did not occur using crockpot-0.6.5+1.18.1.jar so I think it must be specifically related to the new appearance.

[12:20:36] [Render thread/FATAL]: Unreported exception thrown!
java.util.concurrent.CompletionException: java.lang.ClassCastException: class net.minecraft.class_3924 cannot be cast to class com.github.nosrick.crockpot.blockentity.CrockPotBlockEntity (net.minecraft.class_3924 and com.github.nosrick.crockpot.blockentity.CrockPotBlockEntity are in unnamed module of loader net.fabricmc.loader.impl.launch.knot.KnotClassLoader @6d00a15d)
	at Not Enough Crashes deobfuscated stack trace.(1.18.1+build.22) ~[?:?]
	at java.util.concurrent.CompletableFuture.reportJoin(CompletableFuture.java:413) ~[?:?]
	at java.util.concurrent.CompletableFuture.join(CompletableFuture.java:2118) ~[?:?]
	at me.jellysquid.mods.sodium.common.util.collections.WorkStealingFutureDrain.findNext(WorkStealingFutureDrain.java:47) ~[sodium.jar:?]
	at me.jellysquid.mods.sodium.common.util.collections.WorkStealingFutureDrain.hasNext(WorkStealingFutureDrain.java:28) ~[sodium.jar:?]
	at me.jellysquid.mods.sodium.client.render.chunk.region.RenderRegionManager.setupUploadBatches(RenderRegionManager.java:123) ~[sodium.jar:?]
	at me.jellysquid.mods.sodium.client.render.chunk.region.RenderRegionManager.upload(RenderRegionManager.java:59) ~[sodium.jar:?]
	at me.jellysquid.mods.sodium.client.render.chunk.RenderSectionManager.updateChunks(RenderSectionManager.java:322) ~[sodium.jar:?]
	at me.jellysquid.mods.sodium.client.render.SodiumWorldRenderer.updateChunks(SodiumWorldRenderer.java:196) ~[sodium.jar:?]
	at net.minecraft.client.render.WorldRenderer.setupTerrain(WorldRenderer:16479) ~[?:?]
	at net.minecraft.client.render.WorldRenderer.render(WorldRenderer:1253) ~[?:?]
	at net.minecraft.client.render.GameRenderer.renderWorld(GameRenderer:1031) ~[?:?]
	at net.minecraft.client.render.GameRenderer.render(GameRenderer:811) ~[?:?]
	at net.minecraft.client.MinecraftClient.render(MinecraftClient:1117) ~[?:?]
	at net.minecraft.client.MinecraftClient.run(MinecraftClient:733) ~[?:?]
	at net.minecraft.client.main.Main.main(Main:238) [client-intermediary.jar:?]
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
	at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:416) [fabric-loader-0.13.3.jar:?]
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77) [fabric-loader-0.13.3.jar:?]
	at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28) [fabric-loader-0.13.3.jar:?]
Caused by: java.lang.ClassCastException: class net.minecraft.class_3924 cannot be cast to class com.github.nosrick.crockpot.blockentity.CrockPotBlockEntity (net.minecraft.class_3924 and com.github.nosrick.crockpot.blockentity.CrockPotBlockEntity are in unnamed module of loader net.fabricmc.loader.impl.launch.knot.KnotClassLoader @6d00a15d)
	at com.github.nosrick.crockpot.client.colours.CrockPotBlockColourProvider.getColor(CrockPotBlockColourProvider.java:26) ~[crockpot.jar:?]
	at me.jellysquid.mods.sodium.client.model.quad.blender.LinearColorBlender.getBlockColor(LinearColorBlender.java:28) ~[sodium.jar:?]
	at me.jellysquid.mods.sodium.client.model.quad.blender.LinearColorBlender.getVertexColor(LinearColorBlender.java:55) ~[sodium.jar:?]
	at me.jellysquid.mods.sodium.client.model.quad.blender.LinearColorBlender.getColors(LinearColorBlender.java:20) ~[sodium.jar:?]
	at me.jellysquid.mods.sodium.client.render.pipeline.BlockRenderer.renderQuad(BlockRenderer.java:127) ~[sodium.jar:?]
	at me.jellysquid.mods.sodium.client.render.pipeline.BlockRenderer.renderQuadList(BlockRenderer.java:113) ~[sodium.jar:?]
	at me.jellysquid.mods.sodium.client.render.pipeline.BlockRenderer.renderModel(BlockRenderer.java:84) ~[sodium.jar:?]
	at me.jellysquid.mods.sodium.client.render.chunk.tasks.ChunkRenderRebuildTask.redirect$dmf000$onRenderBlock(ChunkRenderRebuildTask.java:555) ~[sodium.jar:?]
	at me.jellysquid.mods.sodium.client.render.chunk.tasks.ChunkRenderRebuildTask.performBuild(ChunkRenderRebuildTask.java:99) ~[sodium.jar:?]
	at me.jellysquid.mods.sodium.client.render.chunk.compile.ChunkBuilder.processJob(ChunkBuilder.java:254) ~[sodium.jar:?]
	at me.jellysquid.mods.sodium.client.render.chunk.compile.ChunkBuilder$WorkerRunnable.run(ChunkBuilder.java:294) ~[sodium.jar:?]
	at java.lang.Thread.run(Thread.java:833) ~[?:?]

[1.18.2] Crock Pots are black even with Indium installed

A similar issue has already been closed; the solution of using Sodium with Indium doesn't work for me. Tested with Fabric API, Sodium and Indium only.
Mod version: 1.12.0
Fabric API version: 0.58.0
Sodium 0.4.1+build 15
Indium 1.0.7

A couple of Errors Reported by my logs

I'm going through my multi mc console output that I get on start up to see what errors are occurring to report them to the various mod makers. I noticed a few that I think are attributed to this mod. I'm on fabric 1.18.2 and my mod version is 0.8.5

First is some sound thing. I think it means that you forgot to add a sound effect file or something? Below is the line of the multi mc console output that is relevant.

[19:32:28] [Worker-Main-7/WARN]: File minecraft:sounds/entity/generic/splash.ogg does not exist, cannot add it to event crockpot:block.crock_pot_splash

Second, there seems to be multiple missing model variants, whatever that means. Relevant lines below.

[19:32:35] [Worker-Main-3/WARN]: Exception loading blockstate definition: 'crockpot:blockstates/crock_pot.json' missing model for variant: 'crockpot:crock_pot#electric=false,facing=down,has_food=false,has_liquid=true,needs_support=true'
[19:32:35] [Worker-Main-3/WARN]: Exception loading blockstate definition: 'crockpot:blockstates/crock_pot.json' missing model for variant: 'crockpot:crock_pot#electric=true,facing=down,has_food=true,has_liquid=true,needs_support=true'
[19:32:35] [Worker-Main-3/WARN]: Exception loading blockstate definition: 'crockpot:blockstates/crock_pot.json' missing model for variant: 'crockpot:crock_pot#electric=true,facing=up,has_food=false,has_liquid=true,needs_support=true'
[19:32:35] [Worker-Main-3/WARN]: Exception loading blockstate definition: 'crockpot:blockstates/crock_pot.json' missing model for variant: 'crockpot:crock_pot#electric=false,facing=down,has_food=false,has_liquid=false,needs_support=false'
[19:32:35] [Worker-Main-3/WARN]: Exception loading blockstate definition: 'crockpot:blockstates/crock_pot.json' missing model for variant: 'crockpot:crock_pot#electric=true,facing=down,has_food=false,has_liquid=false,needs_support=true'
[19:32:35] [Worker-Main-3/WARN]: Exception loading blockstate definition: 'crockpot:blockstates/crock_pot.json' missing model for variant: 'crockpot:crock_pot#electric=true,facing=up,has_food=false,has_liquid=true,needs_support=false'
[19:32:35] [Worker-Main-3/WARN]: Exception loading blockstate definition: 'crockpot:blockstates/crock_pot.json' missing model for variant: 'crockpot:crock_pot#electric=false,facing=up,has_food=false,has_liquid=true,needs_support=false'
[19:32:35] [Worker-Main-3/WARN]: Exception loading blockstate definition: 'crockpot:blockstates/crock_pot.json' missing model for variant: 'crockpot:crock_pot#electric=false,facing=down,has_food=true,has_liquid=true,needs_support=false'
[19:32:35] [Worker-Main-3/WARN]: Exception loading blockstate definition: 'crockpot:blockstates/crock_pot.json' missing model for variant: 'crockpot:crock_pot#electric=false,facing=down,has_food=true,has_liquid=false,needs_support=false'
[19:32:35] [Worker-Main-3/WARN]: Exception loading blockstate definition: 'crockpot:blockstates/crock_pot.json' missing model for variant: 'crockpot:crock_pot#electric=true,facing=up,has_food=true,has_liquid=true,needs_support=true'
[19:32:35] [Worker-Main-3/WARN]: Exception loading blockstate definition: 'crockpot:blockstates/crock_pot.json' missing model for variant: 'crockpot:crock_pot#electric=true,facing=down,has_food=false,has_liquid=false,needs_support=false'
[19:32:35] [Worker-Main-3/WARN]: Exception loading blockstate definition: 'crockpot:blockstates/crock_pot.json' missing model for variant: 'crockpot:crock_pot#electric=true,facing=down,has_food=true,has_liquid=true,needs_support=false'
[19:32:35] [Worker-Main-3/WARN]: Exception loading blockstate definition: 'crockpot:blockstates/crock_pot.json' missing model for variant: 'crockpot:crock_pot#electric=true,facing=up,has_food=false,has_liquid=false,needs_support=true'
[19:32:35] [Worker-Main-3/WARN]: Exception loading blockstate definition: 'crockpot:blockstates/crock_pot.json' missing model for variant: 'crockpot:crock_pot#electric=false,facing=up,has_food=false,has_liquid=false,needs_support=false'
[19:32:35] [Worker-Main-3/WARN]: Exception loading blockstate definition: 'crockpot:blockstates/crock_pot.json' missing model for variant: 'crockpot:crock_pot#electric=true,facing=down,has_food=false,has_liquid=true,needs_support=false'
[19:32:35] [Worker-Main-3/WARN]: Exception loading blockstate definition: 'crockpot:blockstates/crock_pot.json' missing model for variant: 'crockpot:crock_pot#electric=false,facing=down,has_food=false,has_liquid=false,needs_support=true'
[19:32:35] [Worker-Main-3/WARN]: Exception loading blockstate definition: 'crockpot:blockstates/crock_pot.json' missing model for variant: 'crockpot:crock_pot#electric=false,facing=up,has_food=false,has_liquid=false,needs_support=true'
[19:32:35] [Worker-Main-3/WARN]: Exception loading blockstate definition: 'crockpot:blockstates/crock_pot.json' missing model for variant: 'crockpot:crock_pot#electric=true,facing=down,has_food=true,has_liquid=false,needs_support=true'
[19:32:35] [Worker-Main-3/WARN]: Exception loading blockstate definition: 'crockpot:blockstates/crock_pot.json' missing model for variant: 'crockpot:crock_pot#electric=false,facing=up,has_food=true,has_liquid=false,needs_support=true'
[19:32:35] [Worker-Main-3/WARN]: Exception loading blockstate definition: 'crockpot:blockstates/crock_pot.json' missing model for variant: 'crockpot:crock_pot#electric=true,facing=up,has_food=false,has_liquid=false,needs_support=false'
[19:32:35] [Worker-Main-3/WARN]: Exception loading blockstate definition: 'crockpot:blockstates/crock_pot.json' missing model for variant: 'crockpot:crock_pot#electric=true,facing=down,has_food=true,has_liquid=false,needs_support=false'
[19:32:35] [Worker-Main-3/WARN]: Exception loading blockstate definition: 'crockpot:blockstates/crock_pot.json' missing model for variant: 'crockpot:crock_pot#electric=false,facing=down,has_food=false,has_liquid=true,needs_support=false'
[19:32:35] [Worker-Main-3/WARN]: Exception loading blockstate definition: 'crockpot:blockstates/crock_pot.json' missing model for variant: 'crockpot:crock_pot#electric=true,facing=up,has_food=true,has_liquid=false,needs_support=false'
[19:32:35] [Worker-Main-3/WARN]: Exception loading blockstate definition: 'crockpot:blockstates/crock_pot.json' missing model for variant: 'crockpot:crock_pot#electric=false,facing=down,has_food=true,has_liquid=true,needs_support=true'
[19:32:35] [Worker-Main-3/WARN]: Exception loading blockstate definition: 'crockpot:blockstates/crock_pot.json' missing model for variant: 'crockpot:crock_pot#electric=true,facing=up,has_food=true,has_liquid=false,needs_support=true'
[19:32:35] [Worker-Main-3/WARN]: Exception loading blockstate definition: 'crockpot:blockstates/crock_pot.json' missing model for variant: 'crockpot:crock_pot#electric=false,facing=up,has_food=true,has_liquid=true,needs_support=true'
[19:32:35] [Worker-Main-3/WARN]: Exception loading blockstate definition: 'crockpot:blockstates/crock_pot.json' missing model for variant: 'crockpot:crock_pot#electric=false,facing=up,has_food=false,has_liquid=true,needs_support=true'
[19:32:35] [Worker-Main-3/WARN]: Exception loading blockstate definition: 'crockpot:blockstates/crock_pot.json' missing model for variant: 'crockpot:crock_pot#electric=false,facing=down,has_food=true,has_liquid=false,needs_support=true'
[19:32:35] [Worker-Main-3/WARN]: Exception loading blockstate definition: 'crockpot:blockstates/crock_pot.json' missing model for variant: 'crockpot:crock_pot#electric=false,facing=up,has_food=true,has_liquid=false,needs_support=false'
[19:32:35] [Worker-Main-3/WARN]: Exception loading blockstate definition: 'crockpot:blockstates/crock_pot.json' missing model for variant: 'crockpot:crock_pot#electric=true,facing=up,has_food=true,has_liquid=true,needs_support=false'
[19:32:35] [Worker-Main-3/WARN]: Exception loading blockstate definition: 'crockpot:blockstates/crock_pot.json' missing model for variant: 'crockpot:crock_pot#electric=false,facing=up,has_food=true,has_liquid=true,needs_support=false'
[19:32:35] [Worker-Main-3/WARN]: Exception loading blockstate definition: 'crockpot:blockstates/crock_pot.json' missing model for variant: 'crockpot:crock_pot#electric=true,facing=down,has_food=false,has_liquid=true,needs_support=true'

Crash With Sodium

I placed the crock pot on the campfire and then when I right clicked it, it instantly crashed with this screen:

2024-03-10_18 30 54

I looked in the log and found this error too:

https://pastebin.com/Ty1R2j5T

Game and mod version:

Minecraft 1.20.1 Fabric

crockpot-1.14.0+1.20.1.jar

sodium-fabric-0.5.8+mc1.20.1.jar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.