Request Iguana Tinkers Tweaks and AM2 Help

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

O13SC3N3

New Member
Jul 29, 2019
42
0
0
Anyone have any luck editing the HarvestLevel of ores in Ars Magica 2 with IguanaTinkerTweaks? I've tried everything and for some reason it wont sync. Changed Draconium works fine.

# Configuration file

##########################################################################################################
# info
#--------------------------------------------------------------------------------------------------------#
# To change the harvestability, create a 'blocks_<toolclass>' category. See BlockDefaults for examples.
# Format of the block entries: <mod-id>:<name>:<metadata>=<harvestlevel>
# A metadata of -1 will apply the setting for all metadatas.
# A harvestlevel of -1 removes the tools effectiveness for this block.
# You can also add new properties. An Example:
# blocks_pickaxe { I:"minecraft:chest:-1"=0 }
# blocks_axe { I:"minecraft:chest:-1"=-1 }
# This changes the chest to be harvestable by pickaxes instead of axes. Note that this does not make any sense, since chests don't require a tool to break it.
#
# Mining Levels:
# 0 - §7Stone
# 1 - §6Copper
# 2 - §8Iron
# 3 - §fTin
# 4 - §cRedstone
# 5 - §dObsidian
# 6 - §4Ardite
# 7 - §3Cobalt
# 8 - §5Manyullyn
# 9 - §5Manyullyn§d+
# 10 - 10
# 11 - 11
# 12 - 12
#
##########################################################################################################

" info" {
}

#Tried this, (copied from default)#
blocks_pickaxe {
I:"arsmagica2:vinteumOre:0"=3
I:"arsmagica2:vinteumOre:1"=4
I:"arsmagica2:vinteumOre:2"=5
I:"arsmagica2:vinteumOre:3"=6
I:"arsmagica2:vinteumOre:4"=7
I:"arsmagica2:vinteumOre:6"=9
I:"arsmagica2:vinteumOre:9"=9
I:"arsmagica2:vinteumOre:7"=9
I:"arsmagica2:vinteumOre:5"=9
I:"arsmagica2:vinteumOre:8"=9
I:"arsmagica2:vinteumOre:11"=12
I:"arsmagica2:vinteumOre:12"=12
I:"arsmagica2:vinteumOre:13"=12
I:"arsmagica2:vinteumOre:14"=12
I:"arsmagica2:vinteumOre:15"=12
}


##########################################################################################################
# generaloredict
#--------------------------------------------------------------------------------------------------------#
# Adapt harvestability of all oredicted blocks here. The name is just the postfix, so instead of 'oreIron' you use 'Iron' and it changes all the iron oredcits it can find. like oreIron, denseoreIron, blockIron,...
##########################################################################################################

generaloredict {
#Works Fine#
I:Draconium=9

#Tried This#
I:BlueTopaz=5
I:Chimerite=4
I:Moonstone=6
I:Sunstone=7
I:Vinteum=3

#Tried This#
I:Vinteum Ore=9
I:Chimerite Ore=9
I:Blue Topaz Ore=9
I:Moonstone Ore=9
I:Sunstone Ore=9
}





##########################################################################################################
# oredict
#--------------------------------------------------------------------------------------------------------#
# Adapt harvestability of specific oredicted blocks here. The name must be exact, so use 'oreIron' instead of 'Iron' here. Overwrites harvestlevels set by generaloredict.
##########################################################################################################

oredict {

#Tried This#
I:eek:reBlueTopaz=5
I:eek:reChimerite=4
I:eek:reMoonstone=6
I:eek:reSunstone=7
I:eek:reVinteum=3

}