"fatally missing registry entries" and then something about a wooden door recipe??
-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
By DireWolfGTX · Posted
Hi, my friend an I tried to install forge 1.16.5 for minecraft to ply on modded but we encounter a problem, while have installed the forge installer 1.16.5, he can't open the panel to install the forge version automaticaly, the installer instantly crash without reason, we don't know what to do even with reinstalling Java SE Binary (he has click on open with to verify if it was maybe an other application to open the installer). So if someone have solutions because we are realy lost at this point that can be nice of you? Thanks for your answers. -
I tried adding attributes to my items, but I can't understand how to sort the attributes correctly, it seems to be determined by UUID, but I can't understand his logic this is my code snippet final UUID REACH_DISTANCE_MODIFIER = UUID.fromString("df4804ee-6484-4a75-aa0c-fe5713ecd704"); final UUID ATTACK_DAMAGEMULTIPLY_MODIFIER = UUID.fromString("61885ceb-49c2-41ab-8fce-916f17ae055e"); @Override public Multimap<Attribute, AttributeModifier> getAttributeModifiers(EquipmentSlotType slot, ItemStack stack) { Multimap<Attribute,AttributeModifier> modifier = HashMultimap.create(); if ( slot == EquipmentSlotType.MAINHAND){ modifier.put(Attributes.ATTACK_DAMAGE, new AttributeModifier(ATTACK_DAMAGEMULTIPLY_MODIFIER,"Weapon modifier",0.496, AttributeModifier.Operation.MULTIPLY_BASE)); modifier.put(ForgeMod.REACH_DISTANCE.get(), new AttributeModifier(REACH_DISTANCE_MODIFIER,"Weapon modifier",2, AttributeModifier.Operation.ADDITION)); modifier.put(Attributes.ATTACK_DAMAGE, new AttributeModifier(ATTACK_DAMAGE_MODIFIER,"Weapon modifier", getAttackDamage(), AttributeModifier.Operation.ADDITION)); modifier.put(Attributes.ATTACK_SPEED, new AttributeModifier(ATTACK_SPEED_MODIFIER,"Weapon modifier", -3.2 , AttributeModifier.Operation.ADDITION)); } return modifier; }
-
By Magnus_Rook · Posted
Just seen one of the coolest hardcore survival Minecraft run in just 100 days here King of Hardcore Minecraft -
You know how to do it once the Mojang account has been migrated to Microsoft?
-
By Perrydiculous · Posted
Why? Because it's an easy way to distribute malware? I think you could probably make an implementation like this involve a massive, intimidating, scary warning + confirmation message, stating the server requires you to grant it unsupervised file distribution permissions, which technically allow whoever manages the server to ship you any file(s) they decide. And that you should never allow this option to be used by a public server, only when playing amongst friends that you trust blindly? Something like that? It would make my life as the server-managing-person amongst my friends a lot easier at least 😛
-
-
Topics
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.