Everything posted by Luis_ST
-
How to log into Minecraft inside of Eclipse
this is no longer possible with a Mojang Account, irrc you need to use the access token form the Launcher also why do you want to login in dev environment? there is no reason to be logged in
-
Add commands in 1.18
- Arrow (1.18)
extends the Arrow class, create a new EntityType and register it via DeferredRegister, register a new ArrowRenderer in FMLClientSetupEvent#enqueueWork Note: you need to add your EntityType to the arrows Tag Edit: I forgot that there is an event for this since 1.17, so use EntityRenderersEvent.RegisterRenderers- Inserting item into specific slot crashes game 1.18
you can just use the vanilla registry, RecipeType.register post log- Errors in currently selected datapacks prevented the world form loading.
make sure the log you post was the full log then please use https://gist.github.com/ to upload the new file- Minecraft Version 1.18.1 Forge Version 39.0.79 Exit Code 1
no error in the logs you post- Errors in currently selected datapacks prevented the world form loading.
do not format the log, since it's unreadable; also this does not look like the full log- Errors in currently selected datapacks prevented the world form loading.
it's in .minecraft/logs/debug.log- Make entity walk to coordinates instead of teleport (1.16.x)
take a look at LivingEntity it's the super class for all Entities like Pig, Cow, ... I remember there was a method to set the position that the entity walks/move to. Unfortunately I'm not at my PC, so I can't look into the code, but you could check out the WalkGoals- Older forge versions not working.
the debug log is in .minecraft/logs/debug.log- [1.16.5] Custom debug (F3) overlay
the Lists which are given by the Event: https://github.com/MinecraftForge/MinecraftForge/blob/735382be0309e3d118f0243c06d4030bb58efd99/src/main/java/net/minecraftforge/client/event/RenderGameOverlayEvent.java#L189-L197- This crash may be caused by an invalid java runtime configuration. Exit code 1
Problem with RepurposedStructures. Make sure you are using the latest version. If the Mod is already up to date, report this bug to the Mod author.- Add commands in 1.18
show also this class please- [1.16.5] Custom debug (F3) overlay
clear the given Lists, then add the new overlay to the Lists- 1.18 Failed to create screen for menu type:
yeah should, please post full log- [1.16.5] Custom debug (F3) overlay
you can use RenderGameOverlayEvent.Text to modify the debug overlay, it could be a bit tricky to remove things because not all fields are always displayed- Add commands in 1.18
define didn't work and show what you tried- 1.18 Failed to create screen for menu type:
you need to register a Screen for your Menu in FMLClientSetupEvent#enqueueWork- Older forge versions not working.
post debug log- this crash may be caused by an invalid java runtime configuration. Check any custom configuration settings
post debug log from .minecraft/logs/debug.log without these file we can not help you- problems with org.spongepowered.asm.mixin.transformer crash report
are you sure the file you try to open is called debug.log? Also make sure you use a text editor to open the file- I can't reproduce this crash (now including debug log)
Problem with ZeroCore2. Make sure you are using the latest version of the Mod. If you already use the latest version, report this bug to the Mod author.- 1.18.2 The game crashed whilst initializing game
do not use 1.18.2, it's not stable also the Optifine version you are using is for 1.18.1- Add commands in 1.18
you can take a look at the vanilla commands in net.minecraft.server.commands, for an example how to create a command Note that custom commands ne to be registered in RegisterCommandsEvent this is a tutorial with video for 1.16, you can use it for 1.18 because Mojang's command library hasn't really changed the only thing you need to note that Forge use since 1.17 Mojang mappings, so the fields/methods/classes have other names if you need to convert them you can use Forge Bot on the Forge discord server- minecraft crashes upon joining server with error message invalid java runtime configuration
then talk with the server owner, since the server log is necessary to help you - Arrow (1.18)
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.