【備忘録】Thaumcraft4(1.7.10)のCutallのconfig
【備忘録】Thaumcraft4(1.7.10)のCutallのconfig
使用MOD
・Thaumcraft-1.7.10-4.2.3.5
・Baubles-1.7.10-1.0.1.10
・[1.7.10][forge1291]mod_CutAllSMP_v2.5.0
以下config
Configuration file
general {
# Boolean: false
B:DestroyUnder=true
# Boolean: true
B:DropGather=true
# Integer: 0
# 0:not decrease durability 1,2:decrease durability(1=until whole blocks 2=until break an item)
I:Durability=2
# String: "KEY_C"
S:Key=KEY_C
# Integer: 0
I:Limiter=0
# Boolean: true
B:StartMode=true
# String: "log, brown_mushroom_block, red_mushroom_block, log2, "
S:blockIds=log, brown_mushroom_block, red_mushroom_block, log2, Thaumcraft:blockMagicalLog
# String: "mod_CutAll"
S:channelName=mod_CutAll
# String: "iron_axe, wooden_axe, stone_axe, diamond_axe, golden_axe"
S:itemIds=iron_axe, wooden_axe, stone_axe, diamond_axe, golden_axe, Thaumcraft:ItemAxeVoid, Thaumcraft:ItemAxeThaumium
# String: ""
S:leavesIds=
# Integer: 3
I:leavesRange=3
# String: ""
S:nondestructiveItemIDs=
}
重要なのは
S:blockIds=log, brown_mushroom_block, red_mushroom_block, log2, Thaumcraft:blockMagicalLog
と
S:itemIds=iron_axe, wooden_axe, stone_axe, diamond_axe, golden_axe, Thaumcraft:ItemAxeVoid, Thaumcraft:ItemAxeThaumium
の部分。