Alpha Release: 0.9.0 (#849)
Signed-off-by: Pyritie <pyritie@gmail.com> Signed-off-by: TomPlop <tomdidome@gmail.com> Co-authored-by: Xikaro <os.valerievich@ya.ru> Co-authored-by: Nebby <78170922+Nebby1999@users.noreply.github.com> Co-authored-by: Redeix <brayden.j.m.ford@gmail.com> Co-authored-by: TomPlop <tomdidome@gmail.com> Co-authored-by: aidie8 <aidenvanzuilen@gmail.com> Co-authored-by: Xikaro <55663835+Xikaro@users.noreply.github.com> Co-authored-by: Zleub <debray.arnaud@gmail.com>
This commit is contained in:
parent
d344316e5a
commit
ec2e3cd3c4
2193 changed files with 104602 additions and 53195 deletions
132
config/additionalplacements-startup.toml
Normal file
132
config/additionalplacements-startup.toml
Normal file
|
|
@ -0,0 +1,132 @@
|
|||
|
||||
#Startup settings
|
||||
[startup]
|
||||
|
||||
#Options for controlling which blocks can generate variants of a their type (if one exists).
|
||||
[startup.enabled]
|
||||
#Default state for blocks not matching any list. True is enabled, false is disabled.
|
||||
default = true
|
||||
#Whitelist for mods whose blocks will be enabled.
|
||||
mod_whitelist = []
|
||||
#Blacklist for mods whose blocks will be disabled. Takes priority over the mod whitelist.
|
||||
mod_blacklist = []
|
||||
#Whitelist for blocks that will be enabled. Takes priority over the the mod blacklist and whitelist.
|
||||
block_whitelist = []
|
||||
#Blacklist for blocks that will be disabled. Takes priority over the block whitelist, the mod blacklist, and the mod whitelist.
|
||||
block_blacklist = []
|
||||
|
||||
#Options for registered block types for additional placement generation.
|
||||
[startup.types]
|
||||
|
||||
[startup.types.additionalplacements]
|
||||
|
||||
#Slabs
|
||||
[startup.types.additionalplacements.slab]
|
||||
|
||||
#Options for controlling which blocks (that are valid for this type) will generate variants of this type
|
||||
[startup.types.additionalplacements.slab.enabled]
|
||||
#Default state for blocks not matching any list. True is enabled, false is disabled.
|
||||
default = true
|
||||
#Whitelist for mods whose blocks will be enabled.
|
||||
mod_whitelist = []
|
||||
#Blacklist for mods whose blocks will be disabled. Takes priority over the mod whitelist.
|
||||
mod_blacklist = []
|
||||
#Whitelist for blocks that will be enabled. Takes priority over the the mod blacklist and whitelist.
|
||||
block_whitelist = []
|
||||
#Blacklist for blocks that will be disabled. Takes priority over the block whitelist, the mod blacklist, and the mod whitelist.
|
||||
block_blacklist = []
|
||||
|
||||
#Stairs
|
||||
[startup.types.additionalplacements.stairs]
|
||||
|
||||
#Options for controlling which blocks (that are valid for this type) will generate variants of this type
|
||||
[startup.types.additionalplacements.stairs.enabled]
|
||||
#Default state for blocks not matching any list. True is enabled, false is disabled.
|
||||
default = true
|
||||
#Whitelist for mods whose blocks will be enabled.
|
||||
mod_whitelist = []
|
||||
#Blacklist for mods whose blocks will be disabled. Takes priority over the mod whitelist.
|
||||
mod_blacklist = []
|
||||
#Whitelist for blocks that will be enabled. Takes priority over the the mod blacklist and whitelist.
|
||||
block_whitelist = []
|
||||
#Blacklist for blocks that will be disabled. Takes priority over the block whitelist, the mod blacklist, and the mod whitelist.
|
||||
block_blacklist = []
|
||||
|
||||
#Options to control which blocks will allow for vertical stair connections.
|
||||
#Keep in mind vertical is RELATIVE to the placement of the stair - "vertical" for a vertically placed stair will be one of the two horizontal directions.
|
||||
[startup.types.additionalplacements.stairs.allow_vertical_connections]
|
||||
#Default state for blocks not matching any list. True is enabled, false is disabled.
|
||||
default = true
|
||||
#Whitelist for mods whose blocks will be enabled.
|
||||
mod_whitelist = []
|
||||
#Blacklist for mods whose blocks will be disabled. Takes priority over the mod whitelist.
|
||||
mod_blacklist = []
|
||||
#Whitelist for blocks that will be enabled. Takes priority over the the mod blacklist and whitelist.
|
||||
block_whitelist = []
|
||||
#Blacklist for blocks that will be disabled. Takes priority over the block whitelist, the mod blacklist, and the mod whitelist.
|
||||
block_blacklist = []
|
||||
|
||||
#Options to control which blocks will allow for mixed stair connections.
|
||||
#These are any valid combination of horizontal and vertical connection - as such, a stair that cannot connect vertically cannot connect complexly.
|
||||
#This also controls connections between stairs who's facings don't necessarily match up - I.E. a stair facing UP_EAST and one facing EAST_UP.
|
||||
#Keep in mind horizontal and vertical are RELATIVE to the placement of the stair - "vertical" and "horizontal" for a vertically placed stair are both horizontal directions.
|
||||
[startup.types.additionalplacements.stairs.allow_mixed_connections]
|
||||
#Default state for blocks not matching any list. True is enabled, false is disabled.
|
||||
default = true
|
||||
#Whitelist for mods whose blocks will be enabled.
|
||||
mod_whitelist = []
|
||||
#Blacklist for mods whose blocks will be disabled. Takes priority over the mod whitelist.
|
||||
mod_blacklist = []
|
||||
#Whitelist for blocks that will be enabled. Takes priority over the the mod blacklist and whitelist.
|
||||
block_whitelist = []
|
||||
#Blacklist for blocks that will be disabled. Takes priority over the block whitelist, the mod blacklist, and the mod whitelist.
|
||||
block_blacklist = []
|
||||
|
||||
#Carpets
|
||||
[startup.types.additionalplacements.carpet]
|
||||
|
||||
#Options for controlling which blocks (that are valid for this type) will generate variants of this type
|
||||
[startup.types.additionalplacements.carpet.enabled]
|
||||
#Default state for blocks not matching any list. True is enabled, false is disabled.
|
||||
default = true
|
||||
#Whitelist for mods whose blocks will be enabled.
|
||||
mod_whitelist = []
|
||||
#Blacklist for mods whose blocks will be disabled. Takes priority over the mod whitelist.
|
||||
mod_blacklist = []
|
||||
#Whitelist for blocks that will be enabled. Takes priority over the the mod blacklist and whitelist.
|
||||
block_whitelist = []
|
||||
#Blacklist for blocks that will be disabled. Takes priority over the block whitelist, the mod blacklist, and the mod whitelist.
|
||||
block_blacklist = []
|
||||
|
||||
#Regular pressure plates
|
||||
[startup.types.additionalplacements.pressure_plate]
|
||||
|
||||
#Options for controlling which blocks (that are valid for this type) will generate variants of this type
|
||||
[startup.types.additionalplacements.pressure_plate.enabled]
|
||||
#Default state for blocks not matching any list. True is enabled, false is disabled.
|
||||
default = true
|
||||
#Whitelist for mods whose blocks will be enabled.
|
||||
mod_whitelist = []
|
||||
#Blacklist for mods whose blocks will be disabled. Takes priority over the mod whitelist.
|
||||
mod_blacklist = []
|
||||
#Whitelist for blocks that will be enabled. Takes priority over the the mod blacklist and whitelist.
|
||||
block_whitelist = []
|
||||
#Blacklist for blocks that will be disabled. Takes priority over the block whitelist, the mod blacklist, and the mod whitelist.
|
||||
block_blacklist = []
|
||||
|
||||
#Weighted pressure plates
|
||||
[startup.types.additionalplacements.weighted_pressure_plate]
|
||||
|
||||
#Options for controlling which blocks (that are valid for this type) will generate variants of this type
|
||||
[startup.types.additionalplacements.weighted_pressure_plate.enabled]
|
||||
#Default state for blocks not matching any list. True is enabled, false is disabled.
|
||||
default = true
|
||||
#Whitelist for mods whose blocks will be enabled.
|
||||
mod_whitelist = []
|
||||
#Blacklist for mods whose blocks will be disabled. Takes priority over the mod whitelist.
|
||||
mod_blacklist = []
|
||||
#Whitelist for blocks that will be enabled. Takes priority over the the mod blacklist and whitelist.
|
||||
block_whitelist = []
|
||||
#Blacklist for blocks that will be disabled. Takes priority over the block whitelist, the mod blacklist, and the mod whitelist.
|
||||
block_blacklist = []
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue