Everything posted by Luis_ST
-
HELP
Looks like a problem with Alex's Mobs. Make sure you are using the latest version. If the Mod is already up to date, talk to the Mod author.
-
My minecraft is crashing with 1.19.2
Please post debug.log from the logs folder. The issue you have is caused by a Mod which adds custom Entities.
-
bug ao baixar
Due a few other threads on this Forum I would guess you have problems with adfoc.us? If you have issues with adfoc.us you can use the direct download by clicking on the i near the installer. You find the direct download after clicking on "Show all Versions" then click on the i near the installer yu want to download.
-
My game crashes when I run minecraft
@Bruce_SharkyyPlease do not post in a thread even if you have the same issue. Please do always create a new thread. Problem with PackMenu. Make sure you are using the latest version. If the Mod is already up to date, talk to the Mod author. If you having still issues with running the game create a new thread.
-
My game crashes when I run minecraft
@Mr_Dam12471please post debug.log from the logs folder. The issue you have is caused by a Mod which adds custom Entities.
-
Can't install Forge 1.18.x, 1.19.x, 1.17.x, and some others
Press Win + R, paste in %windir%\system32\drivers\etc\hosts then search for the file, choose a editor with which you want to open the file. Post the full content of the file here. The explanation above is tested on a properly installed windows installation.
-
Corail Tombstone Bug
Make sure you not disable features in the config files. If this is not the case talk to the Mod author, there is nothing we can do to fix this issue.
-
Modded 1.19.2 Minecraft keeps crashing on launch
I'm not be able to access the log, on that website. Please post debug.log from the logs folder. On CurseForge you need to enable the debug.log in the settings. You can use https://gist.github.com/ to upload text files.
-
Medieval Minecraft Server Freezes
If you have the same issue the solution is above, if the solution does not fix your problem you having not the same issue. Then create your own thread and post debug.log.
-
How to start run.bat file using opc console (bitvise ssh client)
Are you using version 1.16.5?
-
My mixing furnace doesnt work
You main issue is that you copied the vanilla Furnace code, then you add some stuff without changing the code you copied. Your Menu use a ItemStackHandler, your BlockEntity a NonNullList. If you add Items to the Menu they are stored in the ItemStackHandler of your BlockEntity but the code still use the vanilla NonNullList. If you then check if there is a Item in Slot 0, you're using the NonNullList which is empty, since you add the Items to the ItemStackHandler. How to fix your code: Remove all vanilla code which is unnecessary (the Constans, unused methods, ...), this include the NonNullList Add names to the local variables and parameter Initialize your LazyOptional for the ItemStackHandler directly at declaration Fix all errors caused by step 1 Then choose on serverTick method which you want to keep, remove the other Put a few breakpoints into the serverTick method to see if it work now: If it work try to add the missing logic for your BlockEntity If not fix the issues in the serverTick method, your IDE should support hot swapping, this means you can edit the code while the game is still running (only works in debug mode). After saving the changes will be load in the JVM and you can directly test them. If you have issues while debugging feel free to come back and ask. Note to hot swapping: Hot Swapping only allows changes in loaded class structure, this means you can not add or remove methods/fields.
-
Can't use mods in the Forge server
Please post debug.log from the logs folder with all Mods.
-
How to store data into Data entities
Show what you have tried.
-
My mixing furnace doesnt work
Now what are the steps i need to do to reproduce your problem?
-
[1.18.2] onContentsChanged
Why did you think that, what did you tried to test if this would work or not?
-
How to store data into Data entities
You can use a Capability, take a look at this FCW page for more infos
-
game crashed error code 1
Please post debug.log from the logs folder.
-
My mixing furnace doesnt work
Please post a git repo of your Mod i want to debug this locally. After you posting a complete Git repo please tell me how to reproduce your problem (as detailed as possible).
-
[1.18.2] onContentsChanged
ItemStackHandler#onContentsChanged is called whenever a Item is added (via #insertItem), a Item is removed (via #extractItem) or a Item is set (via #setStackInSlot). You should be able to run code after the Item is removed, by checking in #onContentsChanged if the Slot is empty or if there is a other Item in it.
-
My mixing furnace doesnt work
Put the item in your fuel slot!? Did you check with debugger where to code now stops working?
-
'adfoc.us redirected you too many times' 'ERR_TOO_MANY_REDIRECTS'
If you have issues with adfoc.us you can use the direct download by clicking on the i near the installer.
-
My mixing furnace doesnt work
The reason for that is simple, you need to pass in a RecipeType into ForgeHooks#getBurnTime. Which items did you tried as fuel?
-
Payload may not be larger than 1048576 bytes
Create your own thread and post debug.log.
-
Help with @ObjectHolder
@ItzPray Object Holder is outdated is not recommended to use, please use DeferredRegister to register your Items, Blocks, etc.
-
[1.18.2] onContentsChanged
Could you please provide a useful context? Which exact method are you talking about? Where is the method located? Please post your code.
IPS spam blocked by CleanTalk.