-
Content Count
55190 -
Joined
-
Last visited
-
Days Won
599
diesieben07 last won the day on January 24
diesieben07 had the most liked content!
Community Reputation
7614 ExcellentAbout diesieben07
-
Rank
Reality Controller
Converted
-
Gender
Male
-
Location
Germany
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Printing the in_open_water parameter to Debug (F3) screen
diesieben07 replied to Frozen Storm's topic in Modder Support
This is not ForgeAPI. This is decompiled Mojang code, as such documentation will be lackluster. You need to look at the source code, in particular func_234638_a_. -
You need to override getContainerItem.
-
It uses the server IP I'm guessing.
-
Then the server doesn't send the hashed seed. You can use the server IP, I guess. ClientPlayerNetworkEvent.LoggedInEvent woudl be a much better choice here. Do not use getPrivateValue. Use findField and store the Field in a static final field.
-
Threads merged again.
-
Why did you make a 2nd topic?
-
Bug: Nether Quarz Ore does not have toolType
diesieben07 replied to DancZer's topic in Support & Bug Reports
The only true way to know is to call BlockState#canHarvestBlock, which requires a player and will check the item the player is currently holding or other arbitrary things about the player (mods may have all kinds of arbitrary requirements for harvesting). -
Best way is probably just to delete it and let it regenerate
-
Your game settings file is corrupted.
-
How do I resolve server errors?
diesieben07 replied to DanielDJ1613's topic in Support & Bug Reports
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. -
ICapabilityProvider don't add hasCapablility()
diesieben07 replied to olebroetje's topic in Modder Support
The docs are outdated. There is only getCapability now, which returns a LazyOptional. -
You get the ItemStack as a parameter.
-
Return an ItemStack that has one more damage.
-
Printing the in_open_water parameter to Debug (F3) screen
diesieben07 replied to Frozen Storm's topic in Modder Support
Look at FishingPredicate. -
Its on Optifine to be compatible, there is nothing Forge can do here.