
Everything posted by Cadiboo
-
Ticking World crash forge 2836
A coremod that messes with time, light or entities probably. Serene seasons would be my prime suspect
-
It looks like you are using an unsupported modified version of the game.
Delete the config files in .minecraft/config/
-
How do i make a block with a model, that it two blocks high?
You can use World#setBlockState to place the 2nd block, and just have your 2nd block have an empty model with the particle texture being the same as your 1st blocks model.
-
How do you add Optifine in run - mods folder?
https://github.com/octarine-noise/simpledeobf/blob/master/README.md
-
[1.13.2] Modifying vanilla ore generation 1.13+?
Why not just use a HashSet? Also there’s probably a better event for what you want (like the chunk decorate event)
-
Why does forge create a custom class in ASMEventHandler
The name of the class is in the format ASMEventHandler_ID_callbackClassSimpleName_callbackMethodName_eventSimpleName. I’m using “ExampleClientSubscriber#onModelBake(ModelBakeEvent)” as the callback for the for the example instance event subscriber and “ExampleClientSubscriber.onModelBake(ModelBakeEvent)” as the example callback for the static event subscriber. I’m also assuming the ID is 0. The generated class looks like 1) Instance Event Subscriber package net.minecraftforge.eventbus: public class ASMEventHandler_0_ExampleClientSubscriber_onModelBake_ModelBakeEvent extends Object implements IEventListener { public Object instance; //this could be made final public ASMEventHandler_0_ExampleClientSubscriber_onModelBake_ModelBakeEvent(Object unnamedParameter) { super(); this.instance = unnamedParameter; } @Override //Obviously @Override isn’t actually inserted, I put it here for clarity public void invoke(Event unnamedParameter) { this.instance.onModelBake((ModelBakeEvent) unnamedParameter); } } 2) Static Event Subscriber (the event parameter isn’t named, but I can’t edit the code block because I’m on mobile) package net.minecraftforge.eventbus; public class ASMEventHandler_0_ExampleClientSubscriber_onModelBake_ModelBakeEvent extends Object implements IEventListener { public ASMEventHandler_0_ExampleClientSubscriber_onModelBake_ModelBakeEvent() { super(); } @Override //Obviously @Override isn’t actually inserted, I put it here for clarity public void invoke(Event event) { // there seems to be an ALOAD 0 here that should only be in the non-static event subscriber? Doesn’t really effect anything though. ExampleClientSubscriber.onModelBake((ModelBakeEvent) event); } }
-
Why does forge create a custom class in ASMEventHandler
It makes an IEventListener that calls an arbitrary method (specifically one marked with @SubscribeEvent) when invoked. This allows events to be piped to event handlers without caring what those event handlers are. The call hierarchy is EventBus.post -> IEventListener.invoke (a ASMEventHandler) -> IEventListener.invoke (ASMEventHandler.handler) -> @SubscribeEvent method
-
Why does forge create a custom class in ASMEventHandler
Do you want to know what the code does (what the ASM code does and compiles to) or what it is useful for (why it exists)?
-
It looks like you are using an unsupported modified version of the game.
I would delete my Forge configs and then retry if I were you
-
forge wont open on minecraft
1) download the forge installer from the official forge website 2) run the forge installer 3) select the forge profile/create a new profile with Forge as the version 4) launch this profile (play the game) if you have issues at step 1 with chrome blocking the download If you have problems with step 2 with not being able to run the installer as a java application If you have problems with step 3 and aren’t able to see any forge version then post your logs from the installer (the installer logs are generated in the same folder and the installer) If you have problems with step 4 and can’t play minecraft, post your debug.log (or latest.log if you don’t have a debug.log) as described in my signature and the EAQ.
-
Crash :(
This is a vanilla server, not a forge one.
-
Forge 1.13.2 jar do not extract files
You should have a log that looks like that though
-
Forge 1.13.2 jar do not extract files
That log looks fine to me
-
Help
Please post your debug.log If it’s too big for these forums please use a service like Pastebin or GitHub Gist
-
Help
Please post your logs as described in my signature and the EAQ, and your computer specs.
-
[1.13.2] How do I make custom music discs and sounds?
A lot has changed in general, but nothing has changed with sounds.
-
Take screenshot on client and send to server
I was thinking of only updating the data on the logical client which obviously wouldn’t work well
-
Forge 1.13.2 jar do not extract files
The installer creates its log in the same folder as the installer
-
Ticking World crash forge 2836
The game crashes at “updateTimeLightAndEntities”, it’s likely a coremod causing issues
-
It looks like you are using an unsupported modified version of the game.
Make sure your using the latest Forge
-
java.lang.VerifyError: Inconsistent stackmap frames at branch target 47
I would check dynamic lights because the affected code has to do with lighting
-
Disable button not working for any mods
Universally disabling mods was never implemented in 1.12.2 and lower, and it was completely removed in 1.13.2 (mods that would have used it will now have a disable/enable switch in their config.
-
[SOLVED!] [1.12.2]Making an item using an OBJ model and blockstates JSON
No, it doesn’t exist anywhere because you’re using .obj not .json
-
Take screenshot on client and send to server
This is continued from discord. @The Box is trying to make a multiplayer-compatible camera mod. I said that this was because the code was being run on the server thread, and that I couldn’t think of a way to do what they wanted, so they should ask on the forums. The easiest solution would to just run everything on the client, but this will cause desyncs even in singleplayer.
-
[1.13.2] What's the most reliable up-to-date documentation for a beginner?
It isn’t completely stable, but it’s nearly done and it’s already so much better than 1.12.2 and below
IPS spam blocked by CleanTalk.