Jump to content
  • Home
  • Files
  • Docs
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Minecraft Forge
  • Support & Bug Reports
  • AoA mod crashing game
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)
Sign in to follow this  
Followers 1
uraketu

AoA mod crashing game

By uraketu, January 25 in Support & Bug Reports

  • Reply to this topic
  • Start new topic

Recommended Posts

uraketu    0

uraketu

uraketu    0

  • Tree Puncher
  • uraketu
  • Members
  • 0
  • 21 posts
Posted January 25

So i added AoA (advent of ascensio n) to my modpack for 1.15.2 and it keeps crashing it i tried changing the version of the mod but that didnt work i tried deleting the "config" folder and dosent work please help me

latest.log

  • Quote

Share this post


Link to post
Share on other sites

diesieben07    7691

diesieben07

diesieben07    7691

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7691
  • 56324 posts
Posted January 25

Your game settings file is corrupted.

  • Quote

Share this post


Link to post
Share on other sites

uraketu    0

uraketu

uraketu    0

  • Tree Puncher
  • uraketu
  • Members
  • 0
  • 21 posts
Posted January 25

what should i do?

 

  • Quote

Share this post


Link to post
Share on other sites

diesieben07    7691

diesieben07

diesieben07    7691

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7691
  • 56324 posts
Posted January 25

Best way is probably just to delete it and let it regenerate

  • Quote

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

    • Insert image from URL
×
  • Desktop
  • Tablet
  • Phone
Sign in to follow this  
Followers 1
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • Twu
      Need help with Potion Brewing recipes

      By Twu · Posted 3 minutes ago

      Thank you so much
    • diesieben07
      1.16.4 Can't connect to server, incomplete server tags.

      By diesieben07 · Posted 32 minutes ago

      I need a server log where the player that cannot connect tried to connect.
    • diesieben07
      The item given to the player disappears

      By diesieben07 · Posted 33 minutes ago

      You are reaching across logical sides. You need to use the living entity given to you and also check World#isRemote to ensure you only modify the inventory on the server.
    • Hubmac
      The item given to the player disappears

      By Hubmac · Posted 44 minutes ago

      Hi there i have problem with my mod. I create this mod for learning forge. Mod adds new item to minecraft and in the overided method "OnBlockDestroyed" i give to player 2 diamonds but when i click on this item in inventory dissapear or when i drop this item.   Code:  package com.example.examplemod; import net.minecraft.block.BlockState; import net.minecraft.client.Minecraft; import net.minecraft.client.entity.player.ClientPlayerEntity; import net.minecraft.entity.LivingEntity; import net.minecraft.entity.player.PlayerEntity; import net.minecraft.item.Item; import net.minecraft.item.ItemGroup; import net.minecraft.item.ItemStack; import net.minecraft.item.Items; import net.minecraft.util.datafix.fixes.ItemStackUUID; import net.minecraft.util.math.BlockPos; import net.minecraft.world.World; import net.minecraftforge.common.MinecraftForge; import net.minecraftforge.common.ToolType; import net.minecraftforge.fml.common.registry.GameRegistry; public class Hammer extends Item { public Hammer() { super(new Item.Properties().group(ItemGroup.TOOLS).maxStackSize(4).addToolType(ToolType.AXE, 3).defaultMaxDamage(100).maxDamage(200)); } @Override public boolean onBlockDestroyed(ItemStack itemStack, World world, BlockState blockState, BlockPos blockPos, LivingEntity livingEntity) { ClientPlayerEntity clientPlayerEntity = Minecraft.getInstance().player; clientPlayerEntity.sendChatMessage("You destroy: "+ blockState.getBlock().getRegistryName()); clientPlayerEntity.inventory.addItemStackToInventory(new ItemStack(Items.DIAMOND, 2)); return super.onBlockDestroyed(itemStack, world, blockState, blockPos, livingEntity); } }
    • Latobius
      1.16.4 Can't connect to server, incomplete server tags.

      By Latobius · Posted 46 minutes ago

      Right. I already ran it a few times without my friend since then because I was trying to figure things out. Is that alright, or should I get you new logs with my friend trying to join?   Server log (github.com)
  • Topics

    • Twu
      2
      Need help with Potion Brewing recipes

      By Twu
      Started 14 hours ago

    • Latobius
      3
      1.16.4 Can't connect to server, incomplete server tags.

      By Latobius
      Started 10 hours ago

    • Hubmac
      1
      The item given to the player disappears

      By Hubmac
      Started 44 minutes ago

    • KBomb
      11
      Can't Connect to Forge 1.16.5 Server

      By KBomb
      Started Thursday at 11:58 PM

    • adiah1134
      1
      My Server wont work.

      By adiah1134
      Started 1 hour ago

  • Who's Online (See full list)

    • Twu
    • Aecht_Rob
    • ItsGeNoxx
    • Unlucky
    • Thisjasonborne99
    • N0mbre.P
    • qSided
    • rjakobs
    • JackRaidenPH
    • lupicus
    • diesieben07
  • All Activity
  • Home
  • Minecraft Forge
  • Support & Bug Reports
  • AoA mod crashing game
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community