Done infinity evolved expert - forestry backpacks

Discussion in 'Infinity' started by vezrilx, Apr 9, 2016.

  1. vezrilx

    vezrilx New Member

    Messages:
    5
    Likes Received:
    0
    Local Time:
    3:31 PM
    Hey I noticed the standard FTB pack has an issue with a couple of the backpacks. I know digger's, miner's backpacks are broken. The forester's backpack works fine. I am not sure which others may need fixing.

    I already fixed this for myself in my single player world. The config headers are screwed up and they are non-functional, except for a few of the items they are supposed to be able to hold being under the correct header (or w/e you call the preceding code).

    Basically everything with
    S:itemStacks
    Is supposed to be
    S:item.stacks
    and the same thing with ore.dict

    my copy of backpacks from regular FTB:E
    Code:
    # Configuration file
    
    ~CONFIG_VERSION: 1.0.0
    
    backpacks {
    
    	miner {
    		# Add itemStacks for the miner's backpack here in the format 'modid:name:meta'. For wildcard metadata the format is 'modid:name'.
    		S:item.stacks <
    			BiomesOPlenty:ashStone:0
    			BiomesOPlenty:cragRock:0
    			BiomesOPlenty:driedDirt:0
    			BiomesOPlenty:gemOre:0
    			BiomesOPlenty:gemOre:10
    			BiomesOPlenty:gemOre:12
    			BiomesOPlenty:gemOre:14
    			BiomesOPlenty:gemOre:2
    			BiomesOPlenty:gemOre:4
    			BiomesOPlenty:gemOre:6
    			BiomesOPlenty:gemOre:8
    			BiomesOPlenty:gems
    			BiomesOPlenty:overgrownNetherrack:0
    			Forestry:brokenBronzePickaxe:0
    			Forestry:bronzePickaxe:0
    			Forestry:kitPickaxe:0
    			Railcraft:cube:0
    			Railcraft:cube:10
    			Railcraft:cube:11
    			Railcraft:cube:2
    			Railcraft:cube:9
    			Railcraft:dust:0
    			Railcraft:dust:1
    			Railcraft:dust:2
    			Railcraft:dust:3
    			Railcraft:ingot:0
    			Railcraft:ingot:1
    			Railcraft:ingot:2
    			Railcraft:ingot:3
    			Railcraft:nugget:0
    			Railcraft:nugget:1
    			Railcraft:nugget:2
    			Railcraft:nugget:3
    			Railcraft:nugget:4
    			Railcraft:ore:0
    			Railcraft:ore:1
    			Railcraft:ore:10
    			Railcraft:ore:11
    			Railcraft:ore:2
    			Railcraft:ore:3
    			Railcraft:ore:4
    			Railcraft:ore:5
    			Railcraft:ore:6
    			Railcraft:ore:7
    			Railcraft:ore:8
    			Railcraft:ore:9
    			minecraft:coal:0
    			minecraft:coal_ore:0
    			minecraft:obsidian:0
    		 >
    
    		# Add ore dictionary names for the miner's backpack here in the format 'oreDictName'.
    		S:ore.dict <
    			clusterAluminium
    			clusterArdite
    			clusterCinnabar
    			clusterCobalt
    			clusterCopper
    			clusterDraconium
    			clusterGold
    			clusterIridium
    			clusterIron
    			clusterLead
    			clusterMithril
    			clusterNickel
    			clusterPlatinum
    			clusterSilver
    			clusterSteel
    			clusterTin
    			clusterUranium
    			clusterYellorium
    			crushedAluminium
    			crushedArdite
    			crushedCobalt
    			crushedCopper
    			crushedDraconium
    			crushedGold
    			crushedIridium
    			crushedIron
    			crushedLead
    			crushedMithril
    			crushedNickel
    			crushedPlatinum
    			crushedPurifiedAluminium
    			crushedPurifiedArdite
    			crushedPurifiedCobalt
    			crushedPurifiedCopper
    			crushedPurifiedDraconium
    			crushedPurifiedGold
    			crushedPurifiedIridium
    			crushedPurifiedIron
    			crushedPurifiedLead
    			crushedPurifiedMithril
    			crushedPurifiedNickel
    			crushedPurifiedPlatinum
    			crushedPurifiedSilver
    			crushedPurifiedSteel
    			crushedPurifiedTin
    			crushedPurifiedUranium
    			crushedPurifiedYellorium
    			crushedSilver
    			crushedSteel
    			crushedTin
    			crushedUranium
    			crushedYellorium
    			denseoreCoal
    			denseoreDiamond
    			denseoreEmerald
    			denseoreGold
    			denseoreIron
    			denseoreLapis
    			denseoreQuartz
    			denseoreRedstone
    			dustAerotheum
    			dustAluminium
    			dustAluminiumBrass
    			dustAluminum
    			dustAluminumBrass
    			dustArdite
    			dustAsh
    			dustAshes
    			dustBasalz
    			dustBlitz
    			dustBlizz
    			dustBlutonium
    			dustBrass
    			dustBronze
    			dustCertusQuartz
    			dustCharcoal
    			dustClay
    			dustCoal
    			dustCobalt
    			dustCopper
    			dustCryotheum
    			dustCyanite
    			dustDiamond
    			dustDraconium
    			dustElectrum
    			dustElectrumFlux
    			dustEnder
    			dustEnderPearl
    			dustEnderium
    			dustFluix
    			dustGlowstone
    			dustGold
    			dustGraphite
    			dustGunpowder
    			dustHydratedCoal
    			dustInvar
    			dustIridium
    			dustIron
    			dustLapis
    			dustLead
    			dustLithium
    			dustLudicrite
    			dustLumium
    			dustManyullyn
    			dustMithril
    			dustNetherQuartz
    			dustNickel
    			dustObsidian
    			dustPetrotheum
    			dustPlastic
    			dustPlatinum
    			dustPlutonium
    			dustPyrotheum
    			dustRedstone
    			dustSalt
    			dustSaltpeter
    			dustSawdust
    			dustSignalum
    			dustSiliconDioxide
    			dustSilver
    			dustSteel
    			dustStone
    			dustSulfur
    			dustTin
    			dustTinyAluminium
    			dustTinyArdite
    			dustTinyBronze
    			dustTinyCobalt
    			dustTinyCopper
    			dustTinyDraconium
    			dustTinyGold
    			dustTinyIridium
    			dustTinyIron
    			dustTinyLapis
    			dustTinyLead
    			dustTinyLithium
    			dustTinyMithril
    			dustTinyNickel
    			dustTinyObsidian
    			dustTinyPlatinum
    			dustTinySilver
    			dustTinySteel
    			dustTinySulfur
    			dustTinyTin
    			dustTinyUranium
    			dustTinyYellorium
    			dustTitanium
    			dustTungsten
    			dustUranium
    			dustWheat
    			dustWood
    			dustYellorium
    			dustZinc
    			gemAmber
    			gemApatite
    			gemCrystalFlux
    			gemDiamond
    			gemEmerald
    			gemLapis
    			gemMalachite
    			gemPeridot
    			gemQuartz
    			gemRuby
    			gemSapphire
    			gemTanzanite
    			gemTopaz
    			ingotAluminium
    			ingotAluminiumBrass
    			ingotAluminum
    			ingotAluminumBrass
    			ingotAlumite
    			ingotApatite
    			ingotArdite
    			ingotBlutonium
    			ingotBrass
    			ingotBrick
    			ingotBrickNether
    			ingotBronze
    			ingotCoal
    			ingotCobalt
    			ingotConductiveIron
    			ingotCopper
    			ingotCyanite
    			ingotDarkSteel
    			ingotDiamond
    			ingotDraconium
    			ingotDraconiumAwakened
    			ingotDrulloy
    			ingotElectricalSteel
    			ingotElectrum
    			ingotElectrumFlux
    			ingotElvenElementium
    			ingotEmerald
    			ingotEnderium
    			ingotEnergeticAlloy
    			ingotFairy
    			ingotGold
    			ingotGraphite
    			ingotInvar
    			ingotIridium
    			ingotIron
    			ingotLead
    			ingotLudicrite
    			ingotLumium
    			ingotManasteel
    			ingotManyullyn
    			ingotMeat
    			ingotMeatRaw
    			ingotMithril
    			ingotNickel
    			ingotObsidian
    			ingotPhasedGold
    			ingotPhasedIron
    			ingotPigIron
    			ingotPlatinum
    			ingotPlutonium
    			ingotPokefennium
    			ingotRedAlloy
    			ingotRed_aurum
    			ingotRedstoneAlloy
    			ingotRefinedIron
    			ingotSignalum
    			ingotSilver
    			ingotSoularium
    			ingotSteel
    			ingotTerrasteel
    			ingotThaumium
    			ingotTin
    			ingotTitanium
    			ingotTungsten
    			ingotUnstable
    			ingotUranium
    			ingotVoid
    			ingotYellorium
    			ingotZinc
    			nuggetAluminium
    			nuggetAluminiumBrass
    			nuggetAluminum
    			nuggetAluminumBrass
    			nuggetAlumite
    			nuggetArdite
    			nuggetBronze
    			nuggetCobalt
    			nuggetCopper
    			nuggetDraconium
    			nuggetElectrum
    			nuggetElectrumFlux
    			nuggetElvenElementium
    			nuggetEmerald
    			nuggetEnderium
    			nuggetGold
    			nuggetInvar
    			nuggetIridium
    			nuggetIron
    			nuggetLead
    			nuggetLumium
    			nuggetManasteel
    			nuggetManyullyn
    			nuggetMeat
    			nuggetMeatRaw
    			nuggetMithril
    			nuggetNickel
    			nuggetObsidian
    			nuggetPigIron
    			nuggetPlatinum
    			nuggetPulsatingIron
    			nuggetQuicksilver
    			nuggetSignalum
    			nuggetSilver
    			nuggetSteel
    			nuggetTerrasteel
    			nuggetThaumium
    			nuggetTin
    			nuggetUnstable
    			nuggetUranium
    			nuggetUranium235
    			nuggetVibrantAlloy
    			nuggetVoid
    			nuggetYellorium
    			oreAluminium
    			oreAluminum
    			oreAmber
    			oreApatite
    			oreArdite
    			oreCertusQuartz
    			oreCinnabar
    			oreCoal
    			oreCobalt
    			oreCopper
    			oreDiamond
    			oreDraconium
    			oreEmerald
    			oreEssence
    			oreFirestone
    			oreGold
    			oreInfusedAir
    			oreInfusedEarth
    			oreInfusedEntropy
    			oreInfusedFire
    			oreInfusedOrder
    			oreInfusedWater
    			oreIridium
    			oreIron
    			oreLapis
    			oreLead
    			oreMalachite
    			oreMithril
    			oreNetherAmber
    			oreNetherCoal
    			oreNetherCopper
    			oreNetherDiamond
    			oreNetherEmerald
    			oreNetherGold
    			oreNetherIridium
    			oreNetherIron
    			oreNetherLapis
    			oreNetherLead
    			oreNetherNickel
    			oreNetherPeridot
    			oreNetherRedstone
    			oreNetherRuby
    			oreNetherSalt
    			oreNetherSaltpeter
    			oreNetherSapphire
    			oreNetherSilver
    			oreNetherSteel
    			oreNetherSulfur
    			oreNetherTin
    			oreNetherUranium
    			oreNickel
    			orePeridot
    			orePlatinum
    			orePoorCopper
    			orePoorGold
    			orePoorIron
    			orePoorLead
    			orePoorTin
    			oreQuartz
    			oreRedstone
    			oreRuby
    			oreSalt
    			oreSaltpeter
    			oreSapphire
    			oreSilver
    			oreSteel
    			oreSulfur
    			oreTanzanite
    			oreTin
    			oreTopaz
    			oreUranium
    			oreYellorite
    			oreYellorium
    		 >
    	}
    
    	digger {
    		# Add itemStacks for the digger's backpack here in the format 'modid:name:meta'. For wildcard metadata the format is 'modid:name'.
    		S:item.stacks <
    			BiomesOPlenty:ash:0
    			BiomesOPlenty:bopGrass
    			BiomesOPlenty:hardDirt:0
    			BiomesOPlenty:hardSand:0
    			BiomesOPlenty:longGrass:0
    			BiomesOPlenty:mud:0
    			BiomesOPlenty:originGrass:0
    			Forestry:brokenBronzeShovel:0
    			Forestry:bronzeShovel:0
    			Forestry:kitShovel:0
    			Railcraft:cube:6
    			Railcraft:cube:7
    			chisel:andesite:0
    			chisel:diorite:0
    			chisel:granite:0
    			chisel:limestone:0
    			chisel:marble:0
    			minecraft:clay_ball:0
    			minecraft:dirt
    			minecraft:flint:0
    			minecraft:gravel:0
    			minecraft:netherrack:0
    			minecraft:sandstone:0
    			minecraft:soul_sand:0
    		 >
    
    		# Add ore dictionary names for the digger's backpack here in the format 'oreDictName'.
    		S:ore.dict <
    			cobblestone
    			sand
    			stone
    			stoneAndesite
    			stoneAndesiteBricks
    			stoneAndesiteChiseled
    			stoneAndesitePolished
    			stoneBasalt
    			stoneBasaltBricks
    			stoneBasaltChiseled
    			stoneBasaltPolished
    			stoneBlack
    			stoneBlue
    			stoneBowl
    			stoneBrown
    			stoneCyan
    			stoneDiorite
    			stoneDioriteBricks
    			stoneDioriteChiseled
    			stoneDioritePolished
    			stoneGranite
    			stoneGraniteBricks
    			stoneGraniteChiseled
    			stoneGranitePolished
    			stoneGray
    			stoneGreen
    			stoneLightBlue
    			stoneLightGray
    			stoneLime
    			stoneMagenta
    			stoneMossy
    			stoneOrange
    			stonePink
    			stonePurple
    			stoneRed
    			stoneWhite
    			stoneYellow
    		 >
    	}
    
    	forester {
    		# Add itemStacks for the forester's backpack here in the format 'modid:name:meta'. For wildcard metadata the format is 'modid:name'.
    		S:item.stacks <
    			BiomesOPlenty:appleLeaves
    			BiomesOPlenty:bamboo
    			BiomesOPlenty:colorizedLeaves1
    			BiomesOPlenty:colorizedLeaves2
    			BiomesOPlenty:colorizedSaplings
    			BiomesOPlenty:leaves1
    			BiomesOPlenty:leaves2
    			BiomesOPlenty:leaves3
    			BiomesOPlenty:leaves4
    			BiomesOPlenty:logs1
    			BiomesOPlenty:logs2
    			BiomesOPlenty:logs3
    			BiomesOPlenty:logs4
    			BiomesOPlenty:persimmonLeaves
    			BiomesOPlenty:petals
    			BiomesOPlenty:saplings
    			IC2:blockRubLeaves:0
    			IC2:blockRubSapling:0
    			IC2:itemHarz:0
    			IC2:itemRubber:0
    			minecraft:brown_mushroom:0
    			minecraft:cactus:0
    			minecraft:golden_apple:0
    			minecraft:melon_block:0
    			minecraft:melon_seeds:0
    			minecraft:nether_wart:0
    			minecraft:pumpkin:0
    			minecraft:pumpkin_seeds:0
    			minecraft:red_flower:0
    			minecraft:red_mushroom:0
    			minecraft:tallgrass
    			minecraft:vine:0
    			minecraft:yellow_flower:0
    		 >
    
    		# Add ore dictionary names for the forester's backpack here in the format 'oreDictName'.
    		S:ore.dict <
    			cropASparagus
    			cropAcorn
    			cropAllium
    			cropAlmond
    			cropApple
    			cropApricot
    			cropArtichoke
    			cropAsparagus
    			cropAvocado
    			cropBambooshoot
    			cropBanana
    			cropBarley
    			cropBean
    			cropBeechnut
    			cropBeet
    			cropBellpepper
    			cropBlackCherry
    			cropBlackberry
    			cropBlackthorn
    			cropBlightberry
    			cropBlueberry
    			cropBotaniaBlack
    			cropBotaniaBlue
    			cropBotaniaBrown
    			cropBotaniaCyan
    			cropBotaniaGray
    			cropBotaniaGreen
    			cropBotaniaLightBlue
    			cropBotaniaLightGray
    			cropBotaniaLime
    			cropBotaniaMagenta
    			cropBotaniaOrange
    			cropBotaniaPink
    			cropBotaniaPurple
    			cropBotaniaRed
    			cropBotaniaWhite
    			cropBotaniaYellow
    			cropBrazilNut
    			cropBroccoli
    			cropBrusselsprout
    			cropBuddhaHand
    			cropButternut
    			cropCabbage
    			cropCactus
    			cropCactusfruit
    			cropCandle
    			cropCandleberry
    			cropCantaloupe
    			cropCarrot
    			cropCashew
    			cropCauliflower
    			cropCelery
    			cropCherry
    			cropCherryPlum
    			cropChestnut
    			cropChilipepper
    			cropCinnamon
    			cropCitron
    			cropClove
    			cropCoconut
    			cropCoffee
    			cropCorn
    			cropCotton
    			cropCrabapple
    			cropCranberry
    			cropCucumber
    			cropDaisy
    			cropDandelion
    			cropDate
    			cropDragonfruit
    			cropDurian
    			cropDuskberry
    			cropEdibleroot
    			cropEggplant
    			cropElderberry
    			cropFig
    			cropFingerLime
    			cropGarlic
    			cropGinger
    			cropGingkoNut
    			cropGrape
    			cropGrapefruit
    			cropHazelnut
    			cropHops
    			cropKeyLime
    			cropKiwi
    			cropKumquat
    			cropLeek
    			cropLemon
    			cropLettuce
    			cropLime
    			cropMaloberry
    			cropManderin
    			cropMango
    			cropMaplesyrup
    			cropMelon
    			cropMustard
    			cropNectarine
    			cropNutmeg
    			cropOats
    			cropOkra
    			cropOlive
    			cropOnion
    			cropOrange
    			cropOrchid
    			cropOsangeOrange
    			cropPapaya
    			cropParsnip
    			cropPeach
    			cropPeanut
    			cropPear
    			cropPeas
    			cropPecan
    			cropPeppercorn
    			cropPersimmon
    			cropPineapple
    			cropPistachio
    			cropPlantain
    			cropPlum
    			cropPomegranate
    			cropPomelo
    			cropPoppy
    			cropPotato
    			cropPumpkin
    			cropRadish
    			cropRaspberry
    			cropRedBanana
    			cropRhubarb
    			cropRice
    			cropRutabaga
    			cropRye
    			cropSandPear
    			cropSatsuma
    			cropScallion
    			cropSeaweed
    			cropShroomBrown
    			cropShroomRed
    			cropSkyberry
    			cropSourCherry
    			cropSoybean
    			cropSpiceleaf
    			cropSpinach
    			cropStarfruit
    			cropStingberry
    			cropStrawberry
    			cropSugarcane
    			cropSunflower
    			cropSweetpotato
    			cropTangerine
    			cropTea
    			cropTomato
    			cropTulipOrange
    			cropTulipPink
    			cropTulipRed
    			cropTulipWhite
    			cropTurnip
    			cropVanillabean
    			cropVine
    			cropWalnut
    			cropWheat
    			cropWhitemushroom
    			cropWildCherry
    			cropWintersquash
    			cropZucchini
    			logWood
    			saplingTree
    			seedAllium
    			seedArtichoke
    			seedAsparagus
    			seedBambooshoot
    			seedBarley
    			seedBean
    			seedBeet
    			seedBellpepper
    			seedBlackberry
    			seedBlueberry
    			seedBotaniaBlack
    			seedBotaniaBlue
    			seedBotaniaBrown
    			seedBotaniaCyan
    			seedBotaniaGray
    			seedBotaniaGreen
    			seedBotaniaLightBlue
    			seedBotaniaLightGray
    			seedBotaniaLime
    			seedBotaniaMagenta
    			seedBotaniaOrange
    			seedBotaniaPink
    			seedBotaniaPurple
    			seedBotaniaRed
    			seedBotaniaWhite
    			seedBotaniaYellow
    			seedBroccoli
    			seedBrusselsprout
    			seedCabbage
    			seedCactus
    			seedCactusfruit
    			seedCandleberry
    			seedCantaloupe
    			seedCarrot
    			seedCauliflower
    			seedCelery
    			seedChilipepper
    			seedCoffee
    			seedCorn
    			seedCotton
    			seedCranberry
    			seedCucumber
    			seedDaisy
    			seedDandelion
    			seedEggplant
    			seedGarlic
    			seedGinger
    			seedGrape
    			seedKiwi
    			seedLeek
    			seedLettuce
    			seedMustard
    			seedOats
    			seedOkra
    			seedOnion
    			seedOrchid
    			seedParsnip
    			seedPeanut
    			seedPeas
    			seedPineapple
    			seedPoppy
    			seedPotato
    			seedRadish
    			seedRaspberry
    			seedRhubarb
    			seedRice
    			seedRoasted
    			seedRutabaga
    			seedRye
    			seedScallion
    			seedSeaweed
    			seedShroomBrown
    			seedShroomRed
    			seedSoybean
    			seedSpiceleaf
    			seedSpinach
    			seedStrawberry
    			seedSugarcane
    			seedSweetpotato
    			seedTea
    			seedTomato
    			seedTulipOrange
    			seedTulipPink
    			seedTulipRed
    			seedTulipWhite
    			seedTurnip
    			seedWheat
    			seedWhitemushroom
    			seedWintersquash
    			seedZucchini
    			stickWood
    			treeLeaves
    			treeSapling
    			woodStick
    		 >
    	}
    
    	hunter {
    		# Add itemStacks for the hunter's backpack here in the format 'modid:name:meta'. For wildcard metadata the format is 'modid:name'.
    		S:item.stacks <
    			minecraft:arrow:0
    			minecraft:beef:0
    			minecraft:blaze_powder:0
    			minecraft:blaze_rod:0
    			minecraft:bone:0
    			minecraft:chicken:0
    			minecraft:cooked_beef:0
    			minecraft:cooked_chicken:0
    			minecraft:cooked_fished:0
    			minecraft:cooked_porkchop:0
    			minecraft:diamond_horse_armor:0
    			minecraft:dye:0
    			minecraft:egg:0
    			minecraft:ender_eye:0
    			minecraft:ender_pearl:0
    			minecraft:feather:0
    			minecraft:fermented_spider_eye:0
    			minecraft:fish:0
    			minecraft:fishing_rod:0
    			minecraft:ghast_tear:0
    			minecraft:gold_nugget:0
    			minecraft:golden_horse_armor:0
    			minecraft:gunpowder:0
    			minecraft:hay_block:0
    			minecraft:iron_horse_armor:0
    			minecraft:lead:0
    			minecraft:leather:0
    			minecraft:magma_cream:0
    			minecraft:name_tag:0
    			minecraft:porkchop:0
    			minecraft:rotten_flesh:0
    			minecraft:saddle:0
    			minecraft:slime_ball:0
    			minecraft:speckled_melon:0
    			minecraft:spider_eye:0
    			minecraft:string:0
    			minecraft:wool
    		 >
    
    		# Add ore dictionary names for the hunter's backpack here in the format 'oreDictName'.
    		S:ore.dict <
    		 >
    	}
    
    	adventurer {
    		# Add itemStacks for the adventurer's backpack here in the format 'modid:name:meta'. For wildcard metadata the format is 'modid:name'.
    		S:item.stacks <
    		 >
    
    		# Add ore dictionary names for the adventurer's backpack here in the format 'oreDictName'.
    		S:ore.dict <
    		 >
    	}
    
    	builder {
    		# Add itemStacks for the builder's backpack here in the format 'modid:name:meta'. For wildcard metadata the format is 'modid:name'.
    		S:item.stacks <
    			Forestry:candle
    			Forestry:stump
    			Railcraft:anvil
    			Railcraft:brick.abyssal
    			Railcraft:brick.bleachedbone
    			Railcraft:brick.bloodstained
    			Railcraft:brick.frostbound
    			Railcraft:brick.infernal
    			Railcraft:brick.nether
    			Railcraft:brick.quarried
    			Railcraft:brick.sandy
    			Railcraft:cube:1
    			Railcraft:cube:8
    			Railcraft:frame
    			Railcraft:glass
    			Railcraft:lantern.metal:0
    			Railcraft:lantern.metal:1
    			Railcraft:lantern.metal:2
    			Railcraft:lantern.metal:3
    			Railcraft:lantern.metal:4
    			Railcraft:lantern.metal:5
    			Railcraft:lantern.stone:0
    			Railcraft:lantern.stone:1
    			Railcraft:lantern.stone:2
    			Railcraft:lantern.stone:3
    			Railcraft:lantern.stone:4
    			Railcraft:lantern.stone:5
    			Railcraft:lantern.stone:6
    			Railcraft:lantern.stone:7
    			Railcraft:lantern.stone:8
    			Railcraft:lantern.stone:9
    			Railcraft:post
    			Railcraft:post.metal
    			Railcraft:post.metal.platform
    			Railcraft:slab:0
    			Railcraft:slab:1
    			Railcraft:slab:10
    			Railcraft:slab:11
    			Railcraft:slab:12
    			Railcraft:slab:13
    			Railcraft:slab:14
    			Railcraft:slab:15
    			Railcraft:slab:16
    			Railcraft:slab:17
    			Railcraft:slab:18
    			Railcraft:slab:19
    			Railcraft:slab:2
    			Railcraft:slab:20
    			Railcraft:slab:21
    			Railcraft:slab:22
    			Railcraft:slab:23
    			Railcraft:slab:24
    			Railcraft:slab:25
    			Railcraft:slab:26
    			Railcraft:slab:27
    			Railcraft:slab:28
    			Railcraft:slab:29
    			Railcraft:slab:30
    			Railcraft:slab:31
    			Railcraft:slab:32
    			Railcraft:slab:33
    			Railcraft:slab:34
    			Railcraft:slab:35
    			Railcraft:slab:36
    			Railcraft:slab:37
    			Railcraft:slab:38
    			Railcraft:slab:39
    			Railcraft:slab:40
    			Railcraft:slab:41
    			Railcraft:slab:42
    			Railcraft:slab:43
    			Railcraft:slab:5
    			Railcraft:slab:6
    			Railcraft:slab:7
    			Railcraft:slab:8
    			Railcraft:slab:9
    			Railcraft:stair:0
    			Railcraft:stair:1
    			Railcraft:stair:10
    			Railcraft:stair:11
    			Railcraft:stair:12
    			Railcraft:stair:13
    			Railcraft:stair:14
    			Railcraft:stair:15
    			Railcraft:stair:16
    			Railcraft:stair:17
    			Railcraft:stair:18
    			Railcraft:stair:19
    			Railcraft:stair:2
    			Railcraft:stair:20
    			Railcraft:stair:21
    			Railcraft:stair:22
    			Railcraft:stair:23
    			Railcraft:stair:24
    			Railcraft:stair:25
    			Railcraft:stair:26
    			Railcraft:stair:27
    			Railcraft:stair:28
    			Railcraft:stair:29
    			Railcraft:stair:30
    			Railcraft:stair:31
    			Railcraft:stair:32
    			Railcraft:stair:33
    			Railcraft:stair:34
    			Railcraft:stair:35
    			Railcraft:stair:36
    			Railcraft:stair:37
    			Railcraft:stair:38
    			Railcraft:stair:39
    			Railcraft:stair:40
    			Railcraft:stair:41
    			Railcraft:stair:42
    			Railcraft:stair:43
    			Railcraft:stair:5
    			Railcraft:stair:6
    			Railcraft:stair:7
    			Railcraft:stair:8
    			Railcraft:stair:9
    			Railcraft:wall.alpha:0
    			Railcraft:wall.alpha:1
    			Railcraft:wall.alpha:10
    			Railcraft:wall.alpha:11
    			Railcraft:wall.alpha:12
    			Railcraft:wall.alpha:13
    			Railcraft:wall.alpha:14
    			Railcraft:wall.alpha:15
    			Railcraft:wall.alpha:2
    			Railcraft:wall.alpha:3
    			Railcraft:wall.alpha:4
    			Railcraft:wall.alpha:5
    			Railcraft:wall.alpha:6
    			Railcraft:wall.alpha:7
    			Railcraft:wall.alpha:8
    			Railcraft:wall.alpha:9
    			Railcraft:wall.beta:0
    			Railcraft:wall.beta:1
    			Railcraft:wall.beta:2
    			Railcraft:wall.beta:3
    			Railcraft:wall.beta:4
    			Railcraft:wall.beta:5
    			Railcraft:wall.beta:6
    			Railcraft:wall.beta:7
    			Railcraft:wall.beta:8
    			minecraft:brick_block:0
    			minecraft:clay:0
    			minecraft:crafting_table:0
    			minecraft:dispenser:0
    			minecraft:dropper:0
    			minecraft:furnace:0
    			minecraft:hardened_clay
    			minecraft:iron_bars:0
    			minecraft:item_frame:0
    			minecraft:ladder:0
    			minecraft:lever:0
    			minecraft:nether_brick:0
    			minecraft:packed_ice:0
    			minecraft:quartz_block
    			minecraft:redstone_lamp:0
    			minecraft:redstone_torch:0
    			minecraft:sandstone:1
    			minecraft:sandstone:2
    			minecraft:sign:0
    			minecraft:stained_hardened_clay
    			minecraft:stonebrick
    			minecraft:torch:0
    		 >
    
    		# Add ore dictionary names for the builder's backpack here in the format 'oreDictName'.
    		S:ore.dict <
    			blockAluminium
    			blockAluminiumBrass
    			blockAluminum
    			blockAluminumBrass
    			blockAlumite
    			blockAndesite
    			blockApatite
    			blockArdite
    			blockBlaze
    			blockBlutonium
    			blockBronze
    			blockCarpet
    			blockCloth
    			blockClothRock
    			blockCoal
    			blockCoalBlack
    			blockCoalBlue
    			blockCoalBrown
    			blockCoalCyan
    			blockCoalGray
    			blockCoalGreen
    			blockCoalLightBlue
    			blockCoalLightGray
    			blockCoalLime
    			blockCoalMagenta
    			blockCoalOrange
    			blockCoalPink
    			blockCoalPurple
    			blockCoalRed
    			blockCoalWhite
    			blockCoalYellow
    			blockCobalt
    			blockConductiveIron
    			blockCopper
    			blockCrystalFlux
    			blockCyanite
    			blockDarkSteel
    			blockDiamond
    			blockDiorite
    			blockDraconium
    			blockElectricalSteel
    			blockElectrum
    			blockElectrumFlux
    			blockEmerald
    			blockEnder
    			blockEnderCore
    			blockEnderObsidian
    			blockEnderium
    			blockEnergeticAlloy
    			blockFairy
    			blockGlass
    			blockGlass
    			blockGlassBlack
    			blockGlassBlue
    			blockGlassBrown
    			blockGlassColorless
    			blockGlassCyan
    			blockGlassGray
    			blockGlassGreen
    			blockGlassHardened
    			blockGlassHardenedIlluminated
    			blockGlassLightBlue
    			blockGlassLightGray
    			blockGlassLime
    			blockGlassMagenta
    			blockGlassOrange
    			blockGlassPink
    			blockGlassPurple
    			blockGlassRed
    			blockGlassSandy
    			blockGlassWhite
    			blockGlassYellow
    			blockGold
    			blockGranite
    			blockGraphite
    			blockIce
    			blockIcestone
    			blockInvar
    			blockIridium
    			blockIron
    			blockLapis
    			blockLapisBlack
    			blockLapisBlue
    			blockLapisBrown
    			blockLapisCyan
    			blockLapisGray
    			blockLapisGreen
    			blockLapisLightBlue
    			blockLapisLightGray
    			blockLapisLime
    			blockLapisMagenta
    			blockLapisOrange
    			blockLapisPink
    			blockLapisPurple
    			blockLapisRed
    			blockLapisWhite
    			blockLapisYellow
    			blockLead
    			blockLudicrite
    			blockLumium
    			blockMagicWood
    			blockManyullyn
    			blockMarble
    			blockMeat
    			blockMeatRaw
    			blockMithril
    			blockNetherStar
    			blockNickel
    			blockObsidian
    			blockPeridot
    			blockPhasedGold
    			blockPhasedIron
    			blockPlastic
    			blockPlatinum
    			blockPokefennium
    			blockPrismarine
    			blockQuartz
    			blockRed_aurum
    			blockRedstone
    			blockRedstoneAlloy
    			blockRedstoneBlack
    			blockRedstoneBlue
    			blockRedstoneBrown
    			blockRedstoneCyan
    			blockRedstoneGray
    			blockRedstoneGreen
    			blockRedstoneLightBlue
    			blockRedstoneLightGray
    			blockRedstoneLime
    			blockRedstoneMagenta
    			blockRedstoneOrange
    			blockRedstonePink
    			blockRedstonePurple
    			blockRedstoneRed
    			blockRedstoneWhite
    			blockRedstoneYellow
    			blockRubber
    			blockRuby
    			blockSapphire
    			blockSignalum
    			blockSilver
    			blockSlime
    			blockSlimePink
    			blockSnow
    			blockSoularium
    			blockStainedHardenedClay
    			blockSteel
    			blockTin
    			blockTorch
    			blockUnstable
    			blockUranium
    			blockWaterstone
    			blockWool
    			blockWoolBlack
    			blockWoolBlue
    			blockWoolBrown
    			blockWoolCyan
    			blockWoolGray
    			blockWoolGreen
    			blockWoolLightBlue
    			blockWoolLightGray
    			blockWoolLime
    			blockWoolMagenta
    			blockWoolOrange
    			blockWoolPink
    			blockWoolPurple
    			blockWoolRed
    			blockWoolWhite
    			blockWoolYellow
    			blockYellorium
    			fenceWood
    			glass
    			paneGlass
    			paneGlassBlack
    			paneGlassBlue
    			paneGlassBrown
    			paneGlassColorless
    			paneGlassCyan
    			paneGlassGray
    			paneGlassGreen
    			paneGlassLightBlue
    			paneGlassLightGray
    			paneGlassLime
    			paneGlassMagenta
    			paneGlassOrange
    			paneGlassPink
    			paneGlassPurple
    			paneGlassRed
    			paneGlassWhite
    			paneGlassYellow
    			plankWood
    			slabWood
    			slabWoodAcacia
    			slabWoodBirch
    			slabWoodDarkOak
    			slabWoodJungle
    			slabWoodOak
    			slabWoodSpruce
    			stainedClayBlack
    			stainedClayBlue
    			stainedClayBrown
    			stainedClayCyan
    			stainedClayGray
    			stainedClayGreen
    			stainedClayLightBlue
    			stainedClayLightGray
    			stainedClayLime
    			stainedClayMagenta
    			stainedClayOrange
    			stainedClayPink
    			stainedClayPurple
    			stainedClayRed
    			stainedClayWhite
    			stainedClayYellow
    			stainedGlassBlack
    			stainedGlassBlue
    			stainedGlassBrown
    			stainedGlassCyan
    			stainedGlassGray
    			stainedGlassGreen
    			stainedGlassLightBlue
    			stainedGlassLightGray
    			stainedGlassLime
    			stainedGlassMagenta
    			stainedGlassOrange
    			stainedGlassPaneBlack
    			stainedGlassPaneBlue
    			stainedGlassPaneBrown
    			stainedGlassPaneCyan
    			stainedGlassPaneGray
    			stainedGlassPaneGreen
    			stainedGlassPaneLightBlue
    			stainedGlassPaneLightGray
    			stainedGlassPaneLime
    			stainedGlassPaneMagenta
    			stainedGlassPaneOrange
    			stainedGlassPanePink
    			stainedGlassPanePurple
    			stainedGlassPaneRed
    			stainedGlassPaneWhite
    			stainedGlassPaneYellow
    			stainedGlassPink
    			stainedGlassPurple
    			stainedGlassRed
    			stainedGlassWhite
    			stainedGlassYellow
    			stairWood
    			stone
    		 >
    	}
    
    }
    
    

    With all the nice customization you guys have going on I was a little surprised this wasn't addressed already and I don't know if it's a problem on any other server.

    I guess it's not really a big deal but I see those bags as very important to having a manageable inventory with the sheer variety of items in the modpack, and an easy leg up in an otherwise unforgiving line of progression.
     
  2. johnfg10

    johnfg10 Well-Known Member

    Messages:
    2,430
    Likes Received:
    200
    Local Time:
    8:31 PM
    i would guess that this is a FTB problem more then a MyM problem
     
  3. vezrilx

    vezrilx New Member

    Messages:
    5
    Likes Received:
    0
    Local Time:
    3:31 PM
    It's a simple config fix I don't know what the mym guys are capable of but technically all it needs is a fix on the backpacks.cfg file running on their server, and since they have a launcher.. I would think that it could have a matching one loaded for client side. If you want to just put the issue down and leave it sit then sure.. but who knows maybe somebody feels like doing a little copy and paste.
     
  4. johnfg10

    johnfg10 Well-Known Member

    Messages:
    2,430
    Likes Received:
    200
    Local Time:
    8:31 PM
    does it need anything done to client version of the pack not sure if forestry forces server config on client or not if it does i would guess they would be fine with it
     
  5. vezrilx

    vezrilx New Member

    Messages:
    5
    Likes Received:
    0
    Local Time:
    3:31 PM
    I read that if the client side file isn't lined up with what the server is doing then players don't actually see the items being picked up or there is some lag but the server does do it. I'm not really certain of how this looks from a player's perspective tbh as I don't have any server setup to test on. If it can force the client to use the server files it would be great. I am not sure if the MyM launcher is even intended to be able to be used for single player but if it is then you would want to preserve what the client config has because it's supposed to be a customizable part of the mod.
     
    Last edited: Apr 9, 2016
  6. BookerTheGeek

    BookerTheGeek Patron Tier 3

    Messages:
    3,257
    Likes Received:
    1,097
    Local Time:
    2:31 PM
    Known bug with FTB Infinity. I've already alerted the pack devs and they are aware of the issue.
     
  7. BookerTheGeek

    BookerTheGeek Patron Tier 3

    Messages:
    3,257
    Likes Received:
    1,097
    Local Time:
    2:31 PM
    Feel free to comment HERE to help create an inclusive list. Please comment what bag the item should go into.
     

Share This Page