Everything posted by Luis_ST
-
Could not find net.minecraftforge:forge:1.18.2-40.0.32_mapped_offical_1.18.2 when importing MDK to Eclipse
where did you get this part of the log?
-
[1.16.5] How do i store simple NBT data on an item?
define does not work, show what you have tried
-
player.inventory in Version 1.18 not working?
you should really learn the basics of java, since these two code parts does the same thing: this.inventory.foo(); or player.getInventory().foo(); i hope this make the whole thing clearer
-
Minecraft 1.18.1 forge server crash loading new chunk
the error that crashes the game (as I see the crash report) depends on a randomly generated value in the Entity spawn algorithm, so it can be that the game crashed after 30 seconds or after 10 minutes in other words it is random unfortunately the crash does not show which mod cause the error, the only two possibilities that I can think of is: that you check whether the latest version of each mod is used to hope that the error has been fixed you use binary search to find the Mod which cause the error (and then report this bug to the author)
-
[1.18.1] Getting movement speed of a LivingEntity
you can check if the old position (Entity.xOld, Entity.yOld, Entity.zOld) equals the current position (Entity#getX, Entity#getY, Entity#getZ)
-
Sending Packets to server
this is not the reason for why you do this from client yeah do it from server
-
player.inventory in Version 1.18 not working?
because there is a getter for the inventory
-
Mods not working
it's a file which is generated by the game, it contains information about the game start the file is necessary to help you you find it in: server: server_folder/logs/debug.log client: .minecraft/logs/debug.log
-
forge-1.16.5 error with launching a server (after reset PC stop works) (solved)
first of all run the server in online mode, delete all server configs if you not modified it
-
forge-1.16.5-36.2.23 error with launching a server
you did not change the java version, you can replace the 'java' in the command with the full path of java 8
-
1.18.2 How do I make my block only mineable with netherite?
GLM is not the only solution, you can add a match_tool condition to your LootTable you can use the vanilla leave LootTables as an example
-
forge-1.16.5-36.2.23 error with launching a server
update Forge to the latest version of 1.16.5
-
incomplete set of tags received from server
you need to add the Port to the Firewall, so it will not block this Port
-
Sending Packets to server
it was a spelling mistake😅, i already fixed it What exactly did you try to achieve?
-
[1.16.4] Global Loot Modifiers for Mobs
just replacing the vanilla lootTable file via a Datapack, i mean data/minecraft/loot_tables/entities/entity_loot_table.json
-
player.inventory in Version 1.18 not working?
you can use your IDE to look into vanilla classes do you mean the Access Transformer
-
Sending Packets to server
This will not work client only, it also sounds like cheating... If this is your server, why did you not create a Mod for both server and client
-
Server starts, but won't let me join
Problem with Vault. Make sure you are using the latest version. If the Mod is already up to date, report this bug to the Mod author.
-
[1.16.4] Global Loot Modifiers for Mobs
this is not possible with GlobalLootModifiers, you can replace the LootTable of the Entity via a Datapack overwrite wrong information, ignore this post please
-
Sending Packets to server
you can get the current AbstractContainerMenu from the player it's a public field, make sure before you interacte with the Menu your are on Server and ServerPlayer#containerCounter match with the containerId of the Menu. Then you can get the Slot via AbstractContainerMenu#getSlot
-
Sending Packets to server
why? what's your problem?
-
Sending Packets to server
https://forge.gemwire.uk/wiki/SimpleChannel#Sending_to_the_Server
-
How to log into Minecraft inside of Eclipse
there is a easier way to to that, but again there is no reason to be logged in in Dev Edit: if someone knows how, this is the explanation
-
How to make this code from 1.18.1 work on 1.18.2?
Registry Entries must be registered in a RegistryEvent in 1.18.2. Which event you choose doesn't matter.
-
Server Booting Issues.
go into the bin/java folder of the java installation you want to use to run the server and copy the full path and use it instead of java in .bat file
IPS spam blocked by CleanTalk.