Everything posted by Luis_ST
-
Minecraft crashing
1.6 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
forge 1.12.2 modded server
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
how to use msm instead of run.sh
the 'script' only starts the jar of the server, the main server is start via java. If you want to modify how the server is start the you need to write a custom Launcher which is not supported and not recommended
-
Incomplete set of tags?
thats not the full debug log
-
How do you change BlockState values in a use() method?
it's the place flage of the Block, you can look at Constants.BlockFlags for more infos about possible values and what they does
-
[1.17.1] How to make block transparency
i've test your code and unfortunately i can't tell you what'S exactly is the problem the only thing i can tell you is that HalfTransparentBlock#skipRendering is not called, but i don't know why sorry
-
How do you change BlockState values in a use() method?
you need to call Level#setBlock to replace the Block in the World
-
[1.17.1] How to make block transparency
post a git repo so i can debug this local, since your code looks okay it should work
-
Text on the screen
- [1.17.1] How to make block transparency
show the Registry Entry of your ColoredSlimeBlock- Create Mod Crash Minecraft 1.16
post full debug log- Unable to run Modded Minecraft server, keep getting errors
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.- [1.17.1] How to make block transparency
you need to register the Block itself and the BlockItem for it- Crash/Freezing when loading entities
which class/package is relevant or where should i look into?- [1.17.1] How to make block transparency
this is the Item Registration- [1.16.5] Can't load a world after leaving/can't re-enter world - Errors in currently selected datapacks prevented the world...
create your own Thread, post debug log- [1.17.1] How to make block transparency
show your Block Registration and do never use @OnlyIn it's only for vanilla- [1.16.5] Getting the armor value of an entity
you can use ItemStack#getItem to get the Item, then check if the Item an instance of ArmorItem. then use ArmorItem#getDefense to get the Armor value- [1.17.1] How to make block transparency
show your Block class and your Registration- Monster issue
No it's not, no less complicated than the code you are currently using, also your code is bad for performance since you run it each tick- Monster issue
Not the Entity itself, the TargetGoal of the Entity. If you want to do that, create a custom TargetGoal and replace it in EntityJoinWorldEvent- why my forge installer keeps giving me Failed to run processor: javax.net.ssl.SSLHandshakeException:PKIX path building failed:
the error is throw, since your java installation is broken. Did you completely uninstalled java befor reinstall java?- Monster issue
with the way you use, no. If you want to avoid that, you need to replace the Target Goal of the Entity. btw, this is the better way to prevent monsters from attacking the Player instead setting the target to null- How to actually use fovupdatevent?
Note basic java is required for modding minecraft- Mixin tutorials
https://forge.gemwire.uk/wiki/Capabilities#Attaching_a_Capability do the same thing but with LevelChunk - [1.17.1] How to make block transparency
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.