Infinite Fuel Furnace

Discussion in 'Help & Support / Errors & Bugs' started by McLovinAwe, Jan 6, 2019.

  1. McLovinAwe

    McLovinAwe Builder
    Builder ⛰️ Ex-President ⚒️⚒️

    Joined:
    Dec 10, 2018
    Messages:
    138
    Trophy Points:
    7,740
    Gender:
    Male
    Ratings:
    +18
    IGN: GoMonkeyMad

    Brief Description:I placed 1 coal block in all my furnaces (9) and smelted all my iron/gold ores and the fuel kept going. The fire was still full after placing 2 stacks of ores in the same furnaces.

    Instructions:
    1. Put 1 coal block in furnace
    2. Place ores in
    3. Infinite fuel

    How many times did you recreate this?
    I recreated it 3 times, doing it to 3 different furnaces. All 9 are still burning with nothing to smelt in the furnaces

    Result: The fuel was infinitely going and I was able to smelt more than 2 stacks of ores

    Expected Result: Only smelting 1 stack almost 2 of ores.

    Evidence: https://paste.pics/5f38dfe7f61a2d2442a619c0fc8d9c0d
    https://paste.pics/57f7843f0981f818312b60a84be999eb
    https://paste.pics/b6162f2ecc5e4ac4af3660a710e8a498
     
    #1 McLovinAwe, Jan 6, 2019
    Last edited: Jan 6, 2019
  2. pokeball92870

    pokeball92870 PokeManiac
    Resident ⛰️ Ex-President ⚒️⚒️ Prestige ⭐ I ⭐ Premium Upgrade

    Joined:
    May 3, 2017
    Messages:
    787
    Trophy Points:
    26,010
    EcoDollars:
    $0
    Ratings:
    +1,547
    My initial suspicion is some mcMMO manipulation but I’m not currently online to test nor do I know if ECC has the Smelting ability in its config.
     
  3. andrewkm

    Founder Premium Upgrade

    Joined:
    Apr 5, 2011
    Messages:
    20,375
    Trophy Points:
    102,160
    Ratings:
    +15,065
    According to the McMMO wiki it should last for 800 seconds:

    "Blocks of coal can be used as fuel in a furnace. One block of coal lasts 800 seconds, which smelts 80 items. This is ten times the duration of a single piece of coal and 11⁄9 times as efficient as nine individual pieces of coal."

    Source: https://minecraft.gamepedia.com/Block_of_Coal

    Are you sure it's lasting you over 800 seconds?
    Can someone from staff please test if a coal block lasts over 800 seconds in game.

    @STAFF-01 Moderator
    @STAFF-02 Super Moderator
    @STAFF-03 Game Admin
    @STAFF-04 Server Admin
     
  4. Jdawger

    Jdawger Goes by Brass Scribe everwhere except MC & ECC
    ECC Sponsor President ⛰️⛰️ Ex-EcoLegend ⚜️⚜️⚜️⚜️ Prestige ⭐ III ⭐ Gameplay Architect Premium Upgrade

    Joined:
    Dec 15, 2013
    Messages:
    4,098
    Trophy Points:
    88,160
    Gender:
    Male
    Ratings:
    +3,271
    @GoMonkeyMad what is your mining level?

    iirc from the mcmmo, the higher your mining level, the longer the smelt Time,
     
    #4 Jdawger, Jan 10, 2019
    Last edited: Jan 10, 2019
  5. Jdawger

    Jdawger Goes by Brass Scribe everwhere except MC & ECC
    ECC Sponsor President ⛰️⛰️ Ex-EcoLegend ⚜️⚜️⚜️⚜️ Prestige ⭐ III ⭐ Gameplay Architect Premium Upgrade

    Joined:
    Dec 15, 2013
    Messages:
    4,098
    Trophy Points:
    88,160
    Gender:
    Male
    Ratings:
    +3,271
    @andrewkm just confirmed this is most likely a cause of the child skill of mcmmo mining, /smelting. I am level 604 in mining and smelted 22 iron ingots with one piece of coal (as shown below)

    [​IMG]
     
    #5 Jdawger, Jan 10, 2019
    Last edited: Jan 10, 2019
  6. McLovinAwe

    McLovinAwe Builder
    Builder ⛰️ Ex-President ⚒️⚒️

    Joined:
    Dec 10, 2018
    Messages:
    138
    Trophy Points:
    7,740
    Gender:
    Male
    Ratings:
    +18
    My Mining level is 280. It can probably be from the mcmmo skill level
     
  7. andrewkm

    Founder Premium Upgrade

    Joined:
    Apr 5, 2011
    Messages:
    20,375
    Trophy Points:
    102,160
    Ratings:
    +15,065
    It looks like Smelting does indeed get altered by McMMO.

    Below is our smelting configuration.
    For changes/suggestions please use https://ecocitycraft.com/suggestions

    Code:
        #
        #  Settings for Smelting
        ###
        Smelting:
            FuelEfficiency:
                # Multiplier: The furnace burn time will be multiplied by this value.
                # MaxBonusLevel: On this level, the efficiency multiplier will stop increasing
                Multiplier: 3.0
                MaxBonusLevel: 1000
    
            SecondSmelt:
                # ChanceMax: Maximum chance of triggering Second Smelt
                # MaxBonusLevel: On this level, the chance to cause Second Smelt will be <ChanceMax>
                ChanceMax: 100.0
                MaxBonusLevel: 1000
    
            FluxMining:
                # UnlockLevel: Level when Flux Mining becomes available
                # Chance: Chance for Flux Mining to activate
                UnlockLevel: 250
                Chance: 33.0
    
            # Rank_Levels: Smelting level where rank gets unlocked
            Rank_Levels:
                Rank_1: 125
                Rank_2: 250
                Rank_3: 375
                Rank_4: 500
                Rank_5: 625
                Rank_6: 750
                Rank_7: 875
                Rank_8: 1000
    
            # VanillaXPMultiplier: Vanilla XP gained from smelting ores is multiplied by these values.
            VanillaXPMultiplier:
                Rank_1: 1
                Rank_2: 2
                Rank_3: 3
                Rank_4: 3
                Rank_5: 4
                Rank_6: 4
                Rank_7: 5
                Rank_8: 5