Merthew Posted November 21, 2018 Posted November 21, 2018 I am trying to have a capability that is for detecting if a player is gliding with my custom glider. Currently, i dont think that it is attaching to the player right. Any help would be apreciated. Code: https://github.com/Merthew/Empire-Of-Blood Files: Main.java, Gliding.java, IGliding.java, GlidingProvider.java, GlidingStorage.java, ItemGlider.java, CapabilityHandler.java, GlidingHandler.java Quote The seven became one and the one became two.
Frontear Posted November 21, 2018 Posted November 21, 2018 That's extremely broad. Im not going to download, compile, and figure out what is not going right, and report back. You need to specify an actual issue. What do you think is wrong? Quote I am a human and this action was performed manually. Please contact Frontear if you have any questions or concerns.
Animefan8888 Posted November 21, 2018 Posted November 21, 2018 36 minutes ago, Merthew said: Code: https://github.com/Merthew/Empire-Of-Blood This is not an up to date repository. Push your code. Quote VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
Merthew Posted November 21, 2018 Author Posted November 21, 2018 Sorry about that, it should be up now. Quote The seven became one and the one became two.
Cadiboo Posted November 21, 2018 Posted November 21, 2018 Where do you attach it to the player? There are no methods that do it in your EventSubscriber Quote About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
Merthew Posted November 21, 2018 Author Posted November 21, 2018 It should be in CapabilityHandler.java Quote The seven became one and the one became two.
Merthew Posted November 22, 2018 Author Posted November 22, 2018 Fixed it. registration of the capability was deprecated and some of the code was slightly off. Quote The seven became one and the one became two.
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.