mirror of
https://github.com/Rushilwiz/to-the-skies.git
synced 2025-04-03 20:20:18 -04:00
14 lines
670 B
TOML
14 lines
670 B
TOML
|
|
[general]
|
|
#Whether blocks with block entities can be placed in Framed Blocks
|
|
allowBlockEntities = false
|
|
#Enables the intangbility feature. Disabling this also prevents moving through blocks that are already marked as intangible
|
|
enableIntangibleFeature = false
|
|
#The item to use for making Framed Blocks intangible. The value must be a valid item registry name
|
|
intangibleMarkerItem = "minecraft:phantom_membrane"
|
|
#If true, only the player who placed the Framed One-Way Window can modify the window direction
|
|
oneWayWindowOwnable = true
|
|
#If true, applying a camo will consume the item and removing the camo will drop it again
|
|
consumeCamoItem = true
|
|
|