Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/03/21 in all areas

  1. Oh..yeah, the problem is here: protected GrassWalkerEnchament() { super(Enchantment.Rarity.VERY_RARE, EnchantmentType.ARMOR_FEET, new EquipmentSlotType[] {EquipmentSlotType.FEET}); this.name = "grass_walker"; } You don't need to assign a name to your enchantment using the name field...you already registered your enchantment with your mod id and the enchantment id, thats all the game needs
    1 point
  2. Maybe try using FMLCommonSetupEvent to do the call to put() instead of main constructor.
    1 point
  3. Yes. Let's let the client that is a cheating bastard be the only side that knows anything happened. Additionally: This is not how you catch exceptions. Ah yes, the only type of sign that matters is the one that has the stringy name minecraft:oak_sign. Why not use the constants in the Blocks class? if(blockSign == Blocks.SIGN) Or fuck it, skip straight to here. If there isn't a sign below your shop, there won't be a SignTileEntity below your shop. ItemStacks should never be null. Use ItemStack.EMPTY and use .isEmpty() What if the player has two stacks of credits in their inventory, each smaller than the price, but totaled is greater than the price? i.e. what if you set the buy price to 100? What happens if the quantity is greater than the maximum stack size for this item?
    1 point
  4. What kind of wifi connection are you using If it is a public wifi or has some kind of proxy I would suggest you to try again with an active vpn connection; That would be my suggestion also i would suggest you to not share any gradle scans because they contain all the information of your pc like your Ip adress, username and computer components This is not very safe please yust paste the needed logs and infos on a site like pastebin.com and then share that link so that you can be sure not to share any critical data
    1 point
  5. forge won't install into launcher ((windows 10) (forge for 1.8.9)) all my other forges work. Any Ideas?
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.