-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
depends on your launcher, but normally in .minecraft/config/forge-client.toml
-
why? there is no reason for it, moreover it's illegal
-
why did you check the Item name, you can just compare the Items with the == operator why did you use LivingEntityUseItemEvent.Finish? you can just override #finishUsingItem in your Item class and perform the action you want there i would recommend you to avoid constants when working with registries you can use something like: List<MobEffect> effects = Lists.newArrayList(ForgeRegistries.MOB_EFFECTS.getValues()); MobEffect randomEffect = effects.get(new Random().nextInt(effects.size()));
-
this is a terrible idea, do not help people if you don't know the correct solution This is exactly why the forum exists
-
-
Topics
-
Who's Online (See full list)
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.