forked from GTNewHorizons/GT-New-Horizons-Modpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbetterbuilderswands.cfg
32 lines (22 loc) · 1.42 KB
/
betterbuilderswands.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Configuration file
general {
# Blocks that won't work at all with the wands
S:blacklisted_blocks <
>
# Enable recipe for diamond builder's wand
B:enable_diamond_wand=true
# Enable recipe for iron builder's wand
B:enable_iron_wand=true
# Enable recipe for stone builder's wand
B:enable_stone_wand=true
# Specify forced mappings for what to build from certain blocks.
# (what you are looking at)=>(number required)*(item required)=>(block to build)
S:forced_blocks=minecraft:lapis_ore/0=>1*minecraft:lapis_ore/4=>minecraft:lapis_ore/0,minecraft:lit_redstone_ore/0=>1*minecraft:redstone_ore/0=>minecraft:lit_redstone_ore/0,IC2:blockRubWood/2=>1*IC2:blockRubWood/0=>IC2:blockRubWood/0,IC2:blockRubWood/3=>1*IC2:blockRubWood/0=>IC2:blockRubWood/0,IC2:blockRubWood/4=>1*IC2:blockRubWood/0=>IC2:blockRubWood/0,IC2:blockRubWood/5=>1*IC2:blockRubWood/0=>IC2:blockRubWood/0,thaumicbases:ashroom/1=>1*thaumicbases:ashroom/0=>thaumicbases:ashroom/0,thaumicbases:ashroom/2=>1*thaumicbases:ashroom/0=>thaumicbases:ashroom/0,thaumicbases:ashroom/3=>1*thaumicbases:ashroom/0=>thaumicbases:ashroom/0,thaumicbases:ashroom/4=>1*thaumicbases:ashroom/0=>thaumicbases:ashroom/0
# Blocks that break assumptions. When the placed block is not what you expect.
S:no_assumption_blocks <
>
}
why_not {
# For those that don't like Extra Utils progression. [default: false]
B:straymav_ultimate_wand=false
}