1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Done Server crashes when destroying conveyor belts with ore excavation

Discussion in 'SevTech: Ages' started by Scherequalle009, Apr 18, 2023.

  1. Scherequalle009

    Scherequalle009 Active Member

    Messages:
    9
    Likes Received:
    0
    Local Time:
    4:58 PM
    I wanted to destroy some of my conveyor belts using ore excavation, and the server restarted. First time i thought it was just random timing. Reconnected after start, mined again and server restarted again. Wont do it in future, but should be fixed on serverside
     
  2. BetaPetey

    BetaPetey Administrator Booster

    Messages:
    642
    Likes Received:
    153
    Local Time:
    10:58 AM
    Hi, do you have the cords to the conveyor belts so we can remove them? It sounds like they’re glitched which is why when you broke them the server crashed.
     
  3. BookerTheGeek

    BookerTheGeek Patron Tier 3

    Messages:
    3,257
    Likes Received:
    1,097
    Local Time:
    9:58 AM
    Heyo!

    Thanks for the report! Easy fix, we just need to blacklist the conveyor belts from that mod. I'll tag @Aidoneus or @HanoverFist69 to go and do that.


    Go to oreexcavation-common.TOML, you can then ctrl+f to find blacklist.
    Code:
    #Blocks blacklisted from being excavated
    
    "Block Blacklist" = []
    
    Afterwards it will look similar to:
    Code:
    #Blocks blacklisted from being excavated
    
    "Block Blacklist" = ["minecraft:dirt","minecraft:grass_block"]
    
     
  4. Aidoneus

    Aidoneus Director Booster

    Messages:
    4,373
    Likes Received:
    1,915
    Local Time:
    8:58 AM

Share This Page