MinecraftModDevelopmentMods / Tesla-Core-Lib

Minecraft library useful in creating power hungry machines
https://minecraft.curseforge.com/projects/tesla-core-lib
MIT License
6 stars 8 forks source link

Wood and stone are listed twice by default in registerGearTypes #20

Closed josephcsible closed 7 years ago

josephcsible commented 7 years ago

In teslacorelib.cfg:

        # Specify the type of gear to be registered.
        # Valid types are: wood, stone, iron, lapis, redstone, gold, emerald, diamond.
        #  [default: [wood], [stone], [iron], [gold], [diamond], [wood], [stone]]
        S:registerGearTypes <
            wood
            stone
            iron
            gold
            diamond
            wood
            stone
         >

Version 1.0.9

faceofcat commented 7 years ago

I will eventually look into this... but it should not affect anything.

thanks for letting me know!

faceofcat commented 7 years ago

this should be fixed in latest version.