Everything posted by loordgek
-
CLOSED:How to get Private Value?
- [1.16.x] Unable to Set Capability
that is not how it works, you set nothing does your event method get called?- Please fix
you are not running forge and the version you are using is not supported- Eliminate randomness from shots
extend EntityArrow and remove the randomness ?- how to make creepers charged on spawn
its ok still you need to learn java first and then mod you can ask google if you dont know something i do it to https://www.homeandlearn.co.uk/java/field_variables.html- how to make creepers charged on spawn
- how to make creepers charged on spawn
learn java first- how to make creepers charged on spawn
when the field is final you can use getPrivateValue to bad- how to make creepers charged on spawn
1 make a static DataParameter<Boolean> field in your Events class 2use ObfuscationReflectionHelper.getPrivateValue inside a static block https://www.geeksforgeeks.org/g-fact-79/ to init the field the fieldname is "field_184714_b" 3 in your event handler method check if the entity is a creeper 4 get the EntityDataManager and set the value with the DataParameter field in the class- how to make creepers charged on spawn
i help you, but you dont get example code, wait a minute- how to make creepers charged on spawn
no- how to make creepers charged on spawn
you need to learn java first- Asyncing Item Cooldown Among Itemstacks
they are final- Asyncing Item Cooldown Among Itemstacks
show your code- Fill IItemHandler with LootTable
??- How can I register a command in 1.16?
https://github.com/MinecraftForge/MinecraftForge/blob/1.16.x/src/main/java/net/minecraftforge/event/RegisterCommandsEvent.java#L46- 1.16.2 Crashing
FallingTree-1.15.2-2.1.0+24.jar < you do have a mod in the mods folder, and it is for the wrong version- [1.15] Issues With Button
- [1.15] Issues With Button
thats the wrong bus, remove it- How to check what dimension the player is in
make your own thread this on is from 2013- [1.15.2] Mod crashing server on load. Failed to register automatic subscribers.
no, set https://github.com/MinecraftForge/MinecraftForge/blob/1.16.x/src/main/java/net/minecraftforge/fml/common/Mod.java#L69 to client- Keep Getting the Stupid "NoClassDefFoundError" on 1.16.1
where do you download mods from- Keep Getting the Stupid "NoClassDefFoundError" on 1.16.1
nice pastebin title- [1.12.2] How To Make More Then One Fluid
never use his tutorials- Forge 1.15.2 Wont Install
you downloaded 1.5.2 you need 1.15.2 - [1.16.x] Unable to Set Capability
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.