Everything posted by Luis_ST
-
Forge 1.12.2: "A fatal error has occurred, this connection is terminated."
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
Error com.electronwill.nightconfig.core.io.WritingException: An I/O error occured happens every time I open forge
not these files, you should delete this file:
-
How can I get the y coordinate of the highest block on the coordinates of the player?
you could use ChunkAccess#getHeighestPosition and then use Heightmap.Types.WORLD_SURFACE_WG as parameter
-
Error com.electronwill.nightconfig.core.io.WritingException: An I/O error occured happens every time I open forge
delete this file
-
(SOLVED) [1.17.1] Getting Entity That Player Is Pointing At
did you read poopoodice post? since expanding the LookAngle != BoundingBox
-
[1.17]Get Entity/Player Speed
then you need to calculate it manually from the current and the last Entity Position
-
[1.17]Get Entity/Player Speed
you can get the Entity speed by LivingEntity#getSpeed, you also can look at LivingEntity#getFrictionInfluencedSpeed
-
A mistake or time saved?
then you need to create two messaages, also Lists are an instance of Collection if you don't sync the data very often, that shouldn't be a problem
-
A mistake or time saved?
You should only send the data which has changed. You could create a message that uses a Collection as parameter, if you then change the data of a collection, you can send this message with the new Collection to the client Note: you also need a parameter that defies which Collection is to be synchronized on the Client (a String or an int are recommended)
-
forge crashes on startup.
you foud the log in .minecraft/launcher_log.txt, you could use https://gist.github.com/ to upload the file
-
forge-1.16.5-36.2.9.jar error
what do you want to tell us?
-
1.12.2 Forge Serve .Bat File Error
Really old Minecraft versions are no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
1.12.2 Forge Serve .Bat File Error
so why did you ask in this thread?
-
Error Code -1?
create your own thread and post debug log
-
i need help
keep this forum in English please, create your own thread and post the log
-
I have a problem
that's correct, what's your problem?
-
forge crashes on startup.
post the launcher log
-
I have a problem
download it, and then double click it
-
[SOLVED][1.17.1]how do i make a custom tree decorator
ups sorry, i forgot that TreeDecoratorType use now the Forge Registry system you could simply extends TreeDecoratorType and register it like Block or Items via DeferredRegister or the RegistryEvents
-
i have fml.mod loading.dupedmod error when trying to play minecraft forge
post the debug log, but just from the error it looks like you have a mod twice
-
doubts about java for creating mods with forge
yeah, but you could also learn java without paying for a course Official documentation: https://docs.oracle.com/javase/tutorial/ Absolute basics with an interactive editor: https://www.codecademy.com/learn/learn-java Ongoing online course with assignments: https://java-programming.mooc.fi/
-
Place block only if i crouch AND press right click
you need to create a custom BlockItem, overwrite BlockItem#placeBlock return false when the Player is not sneaking else return super, you can get the Player from the BlockPlaceContext#getPlayer. Note: the Player can be null
-
doubts about java for creating mods with forge
so whats your question?
-
[1.17.1] Player capabilities are invalidated on death before they can be copied
looks okay, you could try to print the CompoundTag to the console to check whether it contains the data it should respectively to check if the methods are called correctly
-
[1.17.1] Player capabilities are invalidated on death before they can be copied
show one of these CapaHandlers (the implementation not the interface)
IPS spam blocked by CleanTalk.