Skip to content

Commit

Permalink
Add nukes to blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
bombcar committed Nov 17, 2021
1 parent 453ff75 commit 1e9ee29
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config/JABBA.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,13 @@ general {
# The name of the item to use for the strutural tier upgrade recipes. Default is "minecraft:fence" for Vanilla Fence. The format is Ore.name for an ore dictionary lookup, or itemDomain:itemname[:meta] for a direct item, not this is case-sensitive.
S:tierUpgradeItem=Ore.screw

# This is used when testing a players aim for block placement. If the aim value is greater than or equal to this setting, it is determined you are attempting to place a block facing down. The reverse is true for placing blocks facing up. 0 = dead ahead, 1 = directly above. [range: 0.0 ~ 1.0, default: 0.79]
# This is used when testing a players aim for block placement. If the aim value is greater than or equal to this setting, it is determined you are attempting to place a block facing down. The reverse is true for placing blocks facing up. 0 = dead ahead, 1 = directly above. [range: 0.0 ~ 1.0, default: 0.79]
S:verticalPlacementRange=0.79

# The Canonical Class-Names of TileEntities that should be ignored when using a Dolly.
S:BlacklistedTileEntiyClassNames <
ic2.core.block.machine.tileentity.TileEntityNuke
>
}


0 comments on commit 1e9ee29

Please sign in to comment.