Everything posted by Luis_ST
-
spawn an entity in front of another entity
Could you please describe where the front actually is? since there are several interpretations of front. Show the code you are using to summon the Entities.
-
Is there a way to add something as fuel for the furnace using Minecraft Forge?
Inside the Event you can set the burn time of an Item which is used by the furnace To be simple, Events are called at some point x in the vanilla code and let you modify, change or register some stuff. The event concept is actually quite simple since all Event work the same, you only need to understand how to use them.
-
Missmatched mods error, however the mods are matching
Are you sure the server and the client using the same Mods? Please post a screenshot of server and clients mods folder and the debug.log from the logs folder.
-
mclanguage-1.19-41.0.63.jar is missing mods.toml file - FTB one
This is nothing which prevents the server from starting, you can ignore it. If the server does not start please post full debug.log or if this above is the full debug.log the command line output.
-
Loading bar finishes but then goes back down
The game is running out of Memory (RAM). You need to give the game more Memory.
-
After many attempts to fixing minecraft still, doesn't work
Please post debug.log from the logs folder.
-
Forge keeps not wanting to load into my server and I cannot for the life of me figure out why.
Please post debug.log from server and client. Note on CurseForge you need to enable the debug.log in the settings.
-
My server does not start
This is not the debug.log from the logs folder. For the next time please create your own thread.
-
I can't open a server with mods on forge 1.18.2
Create your own thread and post debug.log from the logs folder.
-
1.18.2 Forge Error after updating and installing new mods
Problem with Valhelsia Core. Make sure you are using the latest version. If the Mod is already up to date, talk to the Mod author.
-
Can't start up the server after removing a mod. (1.18.2)
You can use a paste website like https://pastebin.com/ or https://gist.github.com/.
-
Forge 36.2.39 crashing on launch.
Unsupported version.
-
Can't start up the server after removing a mod. (1.18.2)
Please post debug.log from the logs folder.
-
My forge isn't installing
If you had issues with adfoc.us you can use the direct download. You find it if you show all versions and then click in the i near the installer.
-
Got a " The game crashed whilst rendering overlay" error.
Please post debug.log from the logs folder.
-
Exit code 1? Help?
Yes, would the next step.
-
Gobber Crashing
Make sure you are using the latest version of Gobber 2. If the Mod is already up to date, talk to the Mod author.
-
[1.18.2] Error when attaching capabilities
Yes
-
[1.18.2] Error when attaching capabilities
I'll guess you mean the size of the ExtraStorageInventory, in your case the size is set in AttachCapabilities where you create ExtraStorageInventory, and in ClickBlock where you send the size to the client. If you change these values and handle the new Slot size in your ExtraStorageMenu you can expands the ExtraStorage. Note if you change the value you need to create a new World. Finally i found your issue, as D7 already told you can not use ITEM_HANDLER_CAPABILITY but this include IItemHandler. Due you use IItemHandler for your Capability it always return the already attached IItemHandler (the player inventory). The steps to solve this problem are easy: Create a new interface which extends IItemHandler Implement this interface in your ExtraStorageInventory Use this interface for your Capability and the LazyOptional
-
1.19.1 FORGE SERVER Failed start
- [1.18.2] Error when attaching capabilities
Is the code in your Git repo up to date? How did you open the Backpack? Did you tried a new World?- 1.19.1 FORGE SERVER Failed start
Remove Not Enough Animations from the server it's a badly coded client side Mod.- [1.18.2] Error when attaching capabilities
Please post a screenshot, so i can try to reproduce this.- 1.19.1 FORGE SERVER Failed start
You installed OptiFine on the server. Remove it.- Getting Minecraft packets as text.
Then this could a bit more problematic, but you still read the Packet somewhere from the Network. Put there the Breakpoint and your IDE should show the name of the Packet class and the variable values of it. Then do this: - [1.18.2] Error when attaching capabilities
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.