Update Minecraft instance configuration and add new entries for various mod types in everycomp-entries files to enhance compatibility and expand available resources.
This commit is contained in:
@@ -0,0 +1,68 @@
|
||||
#Lighting
|
||||
[lights]
|
||||
#Show the supporter message. This is set to false after the first time.
|
||||
showSupporterMessage = true
|
||||
#If dynamic lights are enabled
|
||||
lightsEnabled = false
|
||||
#How bright the touch light is
|
||||
# Default: 8
|
||||
# Range: 0 ~ 15
|
||||
touchLightLuminance = 8
|
||||
#How long the touch light lasts in ticks
|
||||
# Default: 8
|
||||
# Range: 0 ~ 40
|
||||
touchLightDuration = 8
|
||||
#Light level an entity should emit when dynamic lights are on
|
||||
#Example entry: minecraft:blaze=15
|
||||
entity_lights = ["minecraft:blaze=10", "ars_nouveau:orbit=15", "ars_nouveau:linger=15", "ars_nouveau:spell_proj=15", "minecraft:magma_cube=8", "ars_nouveau:flying_item=10", "minecraft:spectral_arrow=8", "ars_nouveau:follow_proj=10"]
|
||||
#Light level an item should emit when held when dynamic lights are on
|
||||
#Example entry: minecraft:stick=15
|
||||
item_lights = ["minecraft:redstone_torch=10", "minecraft:soul_lantern=12", "minecraft:glow_ink_sac=10", "minecraft:verdant_froglight=15", "minecraft:blaze_rod=10", "minecraft:shroomlight=10", "minecraft:lantern=14", "minecraft:soul_torch=10", "minecraft:glow_berries=8", "minecraft:glowstone_dust=8", "minecraft:pearlescent_froglight=15", "minecraft:nether_star=14", "minecraft:glowstone=15", "minecraft:torch=14", "minecraft:ochre_froglight=15", "minecraft:lava_bucket=15"]
|
||||
|
||||
#Overlay
|
||||
[overlays]
|
||||
#X offset for the tooltip
|
||||
# Default: 20
|
||||
# Range: > -2147483648
|
||||
xTooltip = 20
|
||||
#Y offset for the tooltip
|
||||
# Default: 0
|
||||
# Range: > -2147483648
|
||||
yTooltip = 0
|
||||
#X offset for the Mana Bar
|
||||
# Default: 0
|
||||
# Range: > -2147483648
|
||||
xManaBar = 0
|
||||
#Y offset for the Mana Bar
|
||||
# Default: 0
|
||||
# Range: > -2147483648
|
||||
yManaBar = 0
|
||||
#X offset for the Spell Name
|
||||
# Default: 10
|
||||
# Range: > -2147483648
|
||||
xSpellName = 10
|
||||
#Y offset for the Spell Name
|
||||
# Default: 30
|
||||
# Range: > -2147483648
|
||||
ySpellName = 30
|
||||
#If the Storage Lectern should show the recipe book icon
|
||||
showRecipeBook = true
|
||||
#If scrolling in the Storage Lectern should be inverted
|
||||
invertLecternScrolling = false
|
||||
#Inform the player of Dynamic lights once.
|
||||
informLights = true
|
||||
#Whether the Selection HUD is toggled or held
|
||||
toggleSelectionHUD = true
|
||||
|
||||
#Misc
|
||||
[misc]
|
||||
#Use simplified renderer for Warp Portals
|
||||
no_end_portal_render = false
|
||||
#Disables the skyweave renderer. Disable if your sky is broken with shaders.
|
||||
disable_skyweave = false
|
||||
#Show spell tooltips with glyphs instead of plain text
|
||||
glyphTooltips = true
|
||||
#Enables transparent/opaque rendering of elements in the book GUI. Disable if it leads to crash with Sodium derivatives
|
||||
gui_transparency = true
|
||||
#Disables translucent particles. Disable if your particles are invisible with shaders.
|
||||
opaque_particles = false
|
||||
@@ -0,0 +1,97 @@
|
||||
#General settings
|
||||
[general]
|
||||
#Dimensions where hostile mobs will not spawn. Ex: ["minecraft:overworld", "undergarden:undergarden"]. . Run /forge dimensions for a list.
|
||||
dimensionBlacklist = []
|
||||
#Spawn a book in the players inventory on login
|
||||
spawnBook = true
|
||||
#How much mana whirlisprigs consume per generation
|
||||
# Default: 250
|
||||
# Range: 0 ~ 10000
|
||||
sylphManaCost = 250
|
||||
#How much progress whirlisprigs must accumulate before creating resources
|
||||
# Default: 250
|
||||
# Range: 0 ~ 10000
|
||||
whirlisprigProgress = 250
|
||||
#Should the Wilden Hunter attack animals?
|
||||
hunterHuntsAnimals = false
|
||||
#Should the Wilden Stalker attack animals?
|
||||
stalkerHuntsAnimals = false
|
||||
#Should the Wilden Defender attack animals?
|
||||
defenderHuntsAnimals = false
|
||||
#Should the Wilden Chimera dive bomb destroy blocks?
|
||||
destructiveDiveBomb = true
|
||||
#Archwood forest spawn weight
|
||||
# Default: 2
|
||||
# Range: > 0
|
||||
archwoodForest = 2
|
||||
#How many inventories can lectern support per bookwyrm
|
||||
# Default: 8
|
||||
# Range: > 1
|
||||
bookwyrmLimit = 8
|
||||
|
||||
[drygmy_production]
|
||||
#How much source drygmys consume per generation
|
||||
# Default: 1000
|
||||
# Range: 0 ~ 10000
|
||||
drygmyManaCost = 1000
|
||||
#How many channels must occur before a drygmy produces loot
|
||||
# Default: 20
|
||||
# Range: 0 ~ 300
|
||||
drygmyMaxProgress = 20
|
||||
#Bonus number of items a drygmy produces per unique mob
|
||||
# Default: 2
|
||||
# Range: 0 ~ 300
|
||||
drygmyUniqueBonus = 2
|
||||
#Base number of items a drygmy produces per cycle before bonuses.
|
||||
# Default: 1
|
||||
# Range: > -2147483648
|
||||
drygmyBaseItems = 1
|
||||
#Max Bonus number of items a drygmy produces from nearby entities. Each entity equals 1 item.
|
||||
# Default: 5
|
||||
# Range: 0 ~ 300
|
||||
drygmyQuantityCap = 5
|
||||
|
||||
[alakarkinos]
|
||||
#How much mana alakarkinos consume per generation
|
||||
# Default: 1000
|
||||
# Range: 0 ~ 10000
|
||||
alakarkinosSourceCost = 1000
|
||||
|
||||
#Items
|
||||
[item]
|
||||
#Spawn Caster Tomes in Dungeon Loot?
|
||||
spawnTomes = true
|
||||
#How much mana the Ring of Jumping consumes per jump
|
||||
# Default: 30
|
||||
# Range: 0 ~ 10000
|
||||
jumpRingCost = 30
|
||||
#How much durability to repair armor by every 10 seconds without any Thread of Repairing
|
||||
# Default: 1
|
||||
# Range: 0 ~ 10000
|
||||
baseArmorRepairRate = 1
|
||||
|
||||
#Blocks
|
||||
[block]
|
||||
#How much potion a melder takes from each input jar. 100 = 1 potion
|
||||
# Default: 200
|
||||
# Range: > 100
|
||||
melderInputCost = 200
|
||||
#How much potion a melder outputs per cycle. 100 = 1 potion
|
||||
# Default: 100
|
||||
# Range: > 100
|
||||
melderOutput = 100
|
||||
#How much source a melder takes per cycle
|
||||
# Default: 300
|
||||
# Range: > 0
|
||||
melderSourceCost = 300
|
||||
#The max potion level the enchanted flask can grant. This isnt needed unless you have an infinite potion leveling exploit.
|
||||
# Default: 255
|
||||
# Range: > 2
|
||||
enchantedFlaskCap = 255
|
||||
|
||||
#Debug
|
||||
[debug]
|
||||
#Max number of log events to keep on entities. Lowering this number may make it difficult to debug why your entities are stuck.
|
||||
# Default: 100
|
||||
# Range: > 0
|
||||
maxLogEvents = 100
|
||||
@@ -0,0 +1,8 @@
|
||||
#Mana
|
||||
[mana]
|
||||
#Regen bonus per potion level
|
||||
# Default: 10
|
||||
# Range: > 0
|
||||
potionRegen = 10
|
||||
#If shady villagers can be converted by placing an Arcane Core near a villager. Does not remove or disable existing villagers.
|
||||
shadyVillagerEnabled = true
|
||||
@@ -0,0 +1 @@
|
||||
enableThirstCompat = true
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"modify_range": {
|
||||
"//": "Determines if the range for the attribute should be modified or not.",
|
||||
"//default": false,
|
||||
"value": false
|
||||
},
|
||||
"min": {
|
||||
"//": "The lowest possible value for the attribute.",
|
||||
"//default": 0.0,
|
||||
"value": 0.0
|
||||
},
|
||||
"max": {
|
||||
"//": "The highest possible value for the attribute.",
|
||||
"//default": 1024.0,
|
||||
"value": 1024.0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"modify_range": {
|
||||
"//": "Determines if the range for the attribute should be modified or not.",
|
||||
"//default": false,
|
||||
"value": false
|
||||
},
|
||||
"min": {
|
||||
"//": "The lowest possible value for the attribute.",
|
||||
"//default": 0.0,
|
||||
"value": 0.0
|
||||
},
|
||||
"max": {
|
||||
"//": "The highest possible value for the attribute.",
|
||||
"//default": 1.0,
|
||||
"value": 1.0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"modify_range": {
|
||||
"//": "Determines if the range for the attribute should be modified or not.",
|
||||
"//default": false,
|
||||
"value": false
|
||||
},
|
||||
"min": {
|
||||
"//": "The lowest possible value for the attribute.",
|
||||
"//default": 0.0,
|
||||
"value": 0.0
|
||||
},
|
||||
"max": {
|
||||
"//": "The highest possible value for the attribute.",
|
||||
"//default": 2000.0,
|
||||
"value": 2000.0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"modify_range": {
|
||||
"//": "Determines if the range for the attribute should be modified or not.",
|
||||
"//default": false,
|
||||
"value": false
|
||||
},
|
||||
"min": {
|
||||
"//": "The lowest possible value for the attribute.",
|
||||
"//default": 0.0,
|
||||
"value": 0.0
|
||||
},
|
||||
"max": {
|
||||
"//": "The highest possible value for the attribute.",
|
||||
"//default": 10000.0,
|
||||
"value": 10000.0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"modify_range": {
|
||||
"//": "Determines if the range for the attribute should be modified or not.",
|
||||
"//default": false,
|
||||
"value": false
|
||||
},
|
||||
"min": {
|
||||
"//": "The lowest possible value for the attribute.",
|
||||
"//default": 0.0,
|
||||
"value": 0.0
|
||||
},
|
||||
"max": {
|
||||
"//": "The highest possible value for the attribute.",
|
||||
"//default": 10000.0,
|
||||
"value": 10000.0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"modify_range": {
|
||||
"//": "Determines if the range for the attribute should be modified or not.",
|
||||
"//default": false,
|
||||
"value": false
|
||||
},
|
||||
"min": {
|
||||
"//": "The lowest possible value for the attribute.",
|
||||
"//default": 0.0,
|
||||
"value": 0.0
|
||||
},
|
||||
"max": {
|
||||
"//": "The highest possible value for the attribute.",
|
||||
"//default": 10000.0,
|
||||
"value": 10000.0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"modify_range": {
|
||||
"//": "Determines if the range for the attribute should be modified or not.",
|
||||
"//default": false,
|
||||
"value": false
|
||||
},
|
||||
"min": {
|
||||
"//": "The lowest possible value for the attribute.",
|
||||
"//default": 0.0,
|
||||
"value": 0.0
|
||||
},
|
||||
"max": {
|
||||
"//": "The highest possible value for the attribute.",
|
||||
"//default": 1024.0,
|
||||
"value": 1024.0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"modify_range": {
|
||||
"//": "Determines if the range for the attribute should be modified or not.",
|
||||
"//default": false,
|
||||
"value": false
|
||||
},
|
||||
"min": {
|
||||
"//": "The lowest possible value for the attribute.",
|
||||
"//default": 0.0,
|
||||
"value": 0.0
|
||||
},
|
||||
"max": {
|
||||
"//": "The highest possible value for the attribute.",
|
||||
"//default": 100.0,
|
||||
"value": 100.0
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"modify_range": {
|
||||
"//": "Determines if the range for the attribute should be modified or not.",
|
||||
"//default": false,
|
||||
"value": false
|
||||
},
|
||||
"min": {
|
||||
"//": "The lowest possible value for the attribute.",
|
||||
"//default": 0.0,
|
||||
"value": 0.0
|
||||
},
|
||||
"max": {
|
||||
"//": "The highest possible value for the attribute.",
|
||||
"//default": 1024.0,
|
||||
"value": 1024.0
|
||||
}
|
||||
}
|
||||
@@ -49,6 +49,9 @@
|
||||
terminite = true
|
||||
thallasium = true
|
||||
|
||||
[types.metal_type.create_deep_dark]
|
||||
echo = true
|
||||
|
||||
[types.stone_type.create]
|
||||
limestone = true
|
||||
asurine = true
|
||||
|
||||
@@ -201,6 +201,9 @@
|
||||
[types.wood_type.aether]
|
||||
skyroot = true
|
||||
|
||||
[types.wood_type.betterarcheology]
|
||||
rotten = true
|
||||
|
||||
[types.leaves_type.biomesoplenty]
|
||||
null = true
|
||||
origin = true
|
||||
@@ -942,6 +945,11 @@
|
||||
pillar = true
|
||||
brick_lattice = true
|
||||
|
||||
[entries.mud_type.betterarcheology]
|
||||
cracked_brick_stairs = true
|
||||
cracked_bricks = true
|
||||
cracked_brick_slab = true
|
||||
|
||||
[entries.leaves_type.quark]
|
||||
hedge = true
|
||||
leaf_carpet = true
|
||||
|
||||
@@ -7,6 +7,9 @@
|
||||
[types.crystal_type.betterend]
|
||||
ender = true
|
||||
|
||||
[types.crystal_type.aether]
|
||||
ambrosium = true
|
||||
|
||||
[types.metal_type.cataclysm]
|
||||
witherite = true
|
||||
enderite = true
|
||||
@@ -122,6 +125,9 @@
|
||||
umbralith = true
|
||||
violecite = true
|
||||
|
||||
[types.stone_type.aether]
|
||||
holystone = true
|
||||
|
||||
[types.wood_type.cataclysm]
|
||||
chorus = true
|
||||
|
||||
@@ -192,6 +198,9 @@
|
||||
tenanea = true
|
||||
umbrella_tree = true
|
||||
|
||||
[types.wood_type.aether]
|
||||
skyroot = true
|
||||
|
||||
[types.leaves_type.biomesoplenty]
|
||||
null = true
|
||||
origin = true
|
||||
@@ -357,6 +366,82 @@
|
||||
pythadendron = true
|
||||
tenanea = true
|
||||
|
||||
[types.leaves_type.aether]
|
||||
skyroot = true
|
||||
golden_oak = true
|
||||
crystal = true
|
||||
crystal_fruit = true
|
||||
holiday = true
|
||||
decorated_holiday = true
|
||||
|
||||
[types.leaves_type.dtterralith]
|
||||
tall_dark_oak = true
|
||||
spruce_twiglet = true
|
||||
spruce_tall_conifer = true
|
||||
spruce_sparse = true
|
||||
spruce_short_conifer = true
|
||||
spruce_round = true
|
||||
spruce_poplar = true
|
||||
spruce_moonlight = true
|
||||
spruce_bush = true
|
||||
oak_yellow_conifer = true
|
||||
oak_twilight = true
|
||||
oak_twiglet = true
|
||||
oak_tall_conifer = true
|
||||
oak_sparse = true
|
||||
oak_scruffy_tall_conifer = true
|
||||
oak_scruffy = true
|
||||
oak_kapok = true
|
||||
oak_conifer = true
|
||||
mangrove_sparse = true
|
||||
mangrove_scruffy = true
|
||||
jungle_windswept = true
|
||||
jungle_sparse = true
|
||||
jungle_sakura = true
|
||||
jungle_jacaranda = true
|
||||
flowering_azalea_oasis = true
|
||||
flowering_azalea_mangrove = true
|
||||
flowering_azalea_mahogany = true
|
||||
flowering_azalea_canopy = true
|
||||
dark_oak_wide = true
|
||||
dark_oak_sakura_bush = true
|
||||
dark_oak_sakura = true
|
||||
dark_oak_red_maple = true
|
||||
dark_oak_red_conifer = true
|
||||
dark_oak_red_azalea = true
|
||||
dark_oak_orange_conifer = true
|
||||
dark_oak_maple = true
|
||||
dark_oak_jacaranda = true
|
||||
dark_oak_canopy_mirage = true
|
||||
dark_oak_canopy = true
|
||||
dark_oak_blue_conifer = true
|
||||
dark_oak_ancient_mirage = true
|
||||
dark_oak_ancient = true
|
||||
cherry_bush = true
|
||||
birch_windswept = true
|
||||
birch_twilight = true
|
||||
birch_sparse = true
|
||||
birch_short_conifer = true
|
||||
birch_scruffy_conifer = true
|
||||
birch_scruffy = true
|
||||
birch_poplar = true
|
||||
birch_conifer = true
|
||||
azalea_oasis = true
|
||||
azalea_mangrove = true
|
||||
azalea_mahogany = true
|
||||
azalea_ebony = true
|
||||
azalea_canopy = true
|
||||
azalea_bush = true
|
||||
acacia_windswept = true
|
||||
acacia_twiglet = true
|
||||
acacia_sparse = true
|
||||
acacia_poplar = true
|
||||
acacia_kapok = true
|
||||
acacia_deciduous = true
|
||||
acacia_conifer = true
|
||||
acacia_bush = true
|
||||
acacia_amethyst = true
|
||||
|
||||
#Disables specific entries
|
||||
[entries]
|
||||
|
||||
|
||||
@@ -4,6 +4,9 @@
|
||||
[types.crystal_type.biomesoplenty]
|
||||
rose_quartz = true
|
||||
|
||||
[types.crystal_type.betterend]
|
||||
ender = true
|
||||
|
||||
[types.metal_type.cataclysm]
|
||||
witherite = true
|
||||
enderite = true
|
||||
@@ -31,6 +34,18 @@
|
||||
[types.metal_type.born_in_chaos_v1]
|
||||
dark_metal = true
|
||||
|
||||
[types.metal_type.witcher_rpg]
|
||||
silver = true
|
||||
steel = true
|
||||
dark_iron = true
|
||||
meteorite_silver = true
|
||||
dark_steel = true
|
||||
|
||||
[types.metal_type.betterend]
|
||||
aeternium = true
|
||||
terminite = true
|
||||
thallasium = true
|
||||
|
||||
[types.stone_type.create]
|
||||
limestone = true
|
||||
asurine = true
|
||||
@@ -98,6 +113,15 @@
|
||||
abyssmarine = true
|
||||
guanostone = true
|
||||
|
||||
[types.stone_type.betterend]
|
||||
azure_jadestone = true
|
||||
sandy_jadestone = true
|
||||
virid_jadestone = true
|
||||
sulphuric_rock = true
|
||||
flavolite = true
|
||||
umbralith = true
|
||||
violecite = true
|
||||
|
||||
[types.wood_type.cataclysm]
|
||||
chorus = true
|
||||
|
||||
@@ -156,6 +180,18 @@
|
||||
[types.wood_type.born_in_chaos_v1]
|
||||
scorched = true
|
||||
|
||||
[types.wood_type.betterend]
|
||||
dragon_tree = true
|
||||
end_lotus = true
|
||||
helix_tree = true
|
||||
jellyshroom = true
|
||||
lacugrove = true
|
||||
lucernia = true
|
||||
mossy_glowshroom = true
|
||||
pythadendron = true
|
||||
tenanea = true
|
||||
umbrella_tree = true
|
||||
|
||||
[types.leaves_type.biomesoplenty]
|
||||
null = true
|
||||
origin = true
|
||||
@@ -314,11 +350,19 @@
|
||||
[types.leaves_type.crabbersdelight]
|
||||
palm = true
|
||||
|
||||
[types.leaves_type.betterend]
|
||||
dragon_tree = true
|
||||
lacugrove = true
|
||||
lucernia = true
|
||||
pythadendron = true
|
||||
tenanea = true
|
||||
|
||||
#Disables specific entries
|
||||
[entries]
|
||||
|
||||
[entries.metal_type.minecraft]
|
||||
nugget = true
|
||||
bars = true
|
||||
|
||||
[entries.metal_type.create]
|
||||
table_cloth = true
|
||||
@@ -364,6 +408,17 @@
|
||||
block_gears = true
|
||||
block_pipes = true
|
||||
|
||||
[entries.metal_type.mcwfences]
|
||||
cheval_de_frise = true
|
||||
|
||||
[entries.metal_type.mcwbridges]
|
||||
bridge_pier = true
|
||||
bridge = true
|
||||
bridge_stair = true
|
||||
|
||||
[entries.metal_type.mcwwindows]
|
||||
shutter = true
|
||||
|
||||
[entries.stone_type.create]
|
||||
small_brick_wall = true
|
||||
cut_wall = true
|
||||
@@ -499,6 +554,97 @@
|
||||
brick_pattern_slab = true
|
||||
smooth_rotated_bricks_slab = true
|
||||
|
||||
[entries.stone_type.mcwroofs]
|
||||
top_roof = true
|
||||
lower_roof = true
|
||||
steep_roof = true
|
||||
bricks_steep_roof = true
|
||||
bricks_roof = true
|
||||
bricks_top_roof = true
|
||||
upper_steep_roof = true
|
||||
upper_lower_roof = true
|
||||
attic_roof = true
|
||||
bricks_attic_roof = true
|
||||
roof = true
|
||||
bricks_lower_roof = true
|
||||
bricks_upper_steep_roof = true
|
||||
bricks_upper_lower_roof = true
|
||||
|
||||
[entries.stone_type.mcwstairs]
|
||||
mossy_brick_railing = true
|
||||
mossy_brick_balcony = true
|
||||
brick_terrace_stairs = true
|
||||
brick_railing = true
|
||||
brick_balcony = true
|
||||
brick_platform = true
|
||||
mossy_brick_skyline_stairs = true
|
||||
brick_loft_stairs = true
|
||||
mossy_brick_loft_stairs = true
|
||||
mossy_brick_platform = true
|
||||
brick_compact_stairs = true
|
||||
mossy_brick_compact_stairs = true
|
||||
mossy_brick_bulk_stairs = true
|
||||
brick_skyline_stairs = true
|
||||
brick_bulk_stairs = true
|
||||
mossy_brick_terrace_stairs = true
|
||||
|
||||
[entries.stone_type.mcwbridges]
|
||||
mossy_bridge_pier = true
|
||||
bridge_pier = true
|
||||
balustrade_bricks_bridge = true
|
||||
mossy_bridge_stair = true
|
||||
balustrade_mossy_bricks_bridge = true
|
||||
bridge = true
|
||||
mossy_brick_bridge = true
|
||||
brick_bridge_stair = true
|
||||
brick_bridge = true
|
||||
|
||||
[entries.stone_type.mcwpaths]
|
||||
mossy_running_bond = true
|
||||
mossy_strewn_rocky_path = true
|
||||
running_bond_path = true
|
||||
crystal_floor_path = true
|
||||
strewn_rocky_path = true
|
||||
mossy_flagstone_slab = true
|
||||
running_bond_slab = true
|
||||
mossy_flagstone_path = true
|
||||
crystal_floor_slab = true
|
||||
mossy_windmill_weave = true
|
||||
mossy_crystal_floor_path = true
|
||||
mossy_flagstone = true
|
||||
mossy_crystal_floor_slab = true
|
||||
windmill_weave_path = true
|
||||
running_bond = true
|
||||
windmill_weave_slab = true
|
||||
mossy_running_bond_path = true
|
||||
mossy_running_bond_slab = true
|
||||
flagstone = true
|
||||
mossy_crystal_floor = true
|
||||
mossy_windmill_weave_slab = true
|
||||
mossy_windmill_weave_path = true
|
||||
flagstone_slab = true
|
||||
crystal_floor = true
|
||||
flagstone_path = true
|
||||
windmill_weave = true
|
||||
|
||||
[entries.stone_type.mcwfences]
|
||||
grass_topped_wall = true
|
||||
railing_wall = true
|
||||
modern_wall = true
|
||||
brick_railing_gate = true
|
||||
modern_brick_wall = true
|
||||
railing_gate = true
|
||||
railing_brick_wall = true
|
||||
pillar_wall = true
|
||||
|
||||
[entries.stone_type.mcwwindows]
|
||||
window2 = true
|
||||
brick_arrow_slit = true
|
||||
brick_gothic = true
|
||||
pane_window = true
|
||||
four_window = true
|
||||
window = true
|
||||
|
||||
[entries.wood_type.farmersdelight]
|
||||
cabinet = true
|
||||
|
||||
@@ -535,6 +681,177 @@
|
||||
drawer = true
|
||||
chair = true
|
||||
|
||||
[entries.wood_type.mcwroofs]
|
||||
planks_upper_steep_roof = true
|
||||
top_roof = true
|
||||
lower_roof = true
|
||||
planks_roof = true
|
||||
upper_steep_roof = true
|
||||
steep_roof = true
|
||||
upper_lower_roof = true
|
||||
attic_roof = true
|
||||
planks_upper_lower_roof = true
|
||||
roof = true
|
||||
planks_attic_roof = true
|
||||
planks_top_roof = true
|
||||
planks_steep_roof = true
|
||||
planks_lower_roof = true
|
||||
|
||||
[entries.wood_type.mcwfurnitures]
|
||||
stripped_glass_table = true
|
||||
stripped_desk = true
|
||||
stripped_double_kitchen_cabinet = true
|
||||
end_table = true
|
||||
stool_chair = true
|
||||
stripped_kitchen_sink = true
|
||||
stripped_lower_triple_drawer = true
|
||||
stripped_drawer_counter = true
|
||||
bookshelf_drawer = true
|
||||
double_drawer = true
|
||||
stripped_coffee_table = true
|
||||
stripped_counter = true
|
||||
stripped_striped_chair = true
|
||||
covered_desk = true
|
||||
stripped_stool_chair = true
|
||||
stripped_modern_wardrobe = true
|
||||
cupboard_counter = true
|
||||
stripped_covered_desk = true
|
||||
stripped_kitchen_cabinet = true
|
||||
coffee_table = true
|
||||
glass_table = true
|
||||
stripped_cupboard_counter = true
|
||||
stripped_triple_drawer = true
|
||||
stripped_chair = true
|
||||
stripped_double_drawer_counter = true
|
||||
stripped_modern_desk = true
|
||||
stripped_bookshelf_cupboard = true
|
||||
modern_wardrobe = true
|
||||
lower_bookshelf_drawer = true
|
||||
striped_chair = true
|
||||
double_kitchen_cabinet = true
|
||||
stripped_large_drawer = true
|
||||
wardrobe = true
|
||||
kitchen_sink = true
|
||||
modern_desk = true
|
||||
stripped_lower_bookshelf_drawer = true
|
||||
stripped_end_table = true
|
||||
drawer = true
|
||||
stripped_bookshelf_drawer = true
|
||||
stripped_glass_kitchen_cabinet = true
|
||||
stripped_bookshelf = true
|
||||
modern_chair = true
|
||||
chair = true
|
||||
stripped_table = true
|
||||
double_drawer_counter = true
|
||||
drawer_counter = true
|
||||
kitchen_cabinet = true
|
||||
counter = true
|
||||
stripped_modern_chair = true
|
||||
bookshelf_cupboard = true
|
||||
table = true
|
||||
desk = true
|
||||
stripped_double_wardrobe = true
|
||||
stripped_double_drawer = true
|
||||
triple_drawer = true
|
||||
lower_triple_drawer = true
|
||||
glass_kitchen_cabinet = true
|
||||
bookshelf = true
|
||||
stripped_wardrobe = true
|
||||
large_drawer = true
|
||||
double_wardrobe = true
|
||||
stripped_drawer = true
|
||||
|
||||
[entries.wood_type.mcwtrpdoors]
|
||||
ranch_trapdoor = true
|
||||
beach_trapdoor = true
|
||||
swamp_trapdoor = true
|
||||
glass_trapdoor = true
|
||||
whispering_trapdoor = true
|
||||
blossom_trapdoor = true
|
||||
tropical_trapdoor = true
|
||||
cottage_trapdoor = true
|
||||
paper_trapdoor = true
|
||||
bark_trapdoor = true
|
||||
classic_trapdoor = true
|
||||
bamboo_trapdoor = true
|
||||
barn_trapdoor = true
|
||||
four_panel_trapdoor = true
|
||||
barred_trapdoor = true
|
||||
mystic_trapdoor = true
|
||||
barrel_trapdoor = true
|
||||
|
||||
[entries.wood_type.mcwwindows]
|
||||
louvered_shutter = true
|
||||
plank_pane_window = true
|
||||
plank_four_window = true
|
||||
stripped_log_window2 = true
|
||||
log_parapet = true
|
||||
window2 = true
|
||||
stripped_log_four_window = true
|
||||
stripped_log_window = true
|
||||
plank_window = true
|
||||
plank_window2 = true
|
||||
pane_window = true
|
||||
stripped_pane_window = true
|
||||
four_window = true
|
||||
plank_parapet = true
|
||||
blinds = true
|
||||
window = true
|
||||
shutter = true
|
||||
|
||||
[entries.wood_type.mcwdoors]
|
||||
japanese2_door = true
|
||||
tropical_door = true
|
||||
barn_glass_door = true
|
||||
four_panel_door = true
|
||||
beach_door = true
|
||||
waffle_door = true
|
||||
japanese_door = true
|
||||
stable_door = true
|
||||
modern_door = true
|
||||
nether_door = true
|
||||
stable_head_door = true
|
||||
cottage_door = true
|
||||
western_door = true
|
||||
paper_door = true
|
||||
bamboo_door = true
|
||||
swamp_door = true
|
||||
glass_door = true
|
||||
barn_door = true
|
||||
mystic_door = true
|
||||
whispering_door = true
|
||||
bark_glass_door = true
|
||||
classic_door = true
|
||||
|
||||
[entries.wood_type.mcwfences]
|
||||
highley_gate = true
|
||||
picket_fence = true
|
||||
stockade_fence = true
|
||||
wired_fence = true
|
||||
horse_fence = true
|
||||
pyramid_gate = true
|
||||
|
||||
[entries.wood_type.mcwbridges]
|
||||
bridge_pier = true
|
||||
rope_bridge = true
|
||||
log_bridge_middle = true
|
||||
rope_bridge_stair = true
|
||||
log_bridge_stair = true
|
||||
rail_bridge = true
|
||||
|
||||
[entries.wood_type.mcwstairs]
|
||||
terrace_stairs = true
|
||||
compact_stairs = true
|
||||
balcony = true
|
||||
loft_stairs = true
|
||||
railing = true
|
||||
platform = true
|
||||
skyline_stairs = true
|
||||
bulk_stairs = true
|
||||
|
||||
[entries.wood_type.mcwpaths]
|
||||
planks_path = true
|
||||
|
||||
[entries.mud_type.quark]
|
||||
carved_bricks = true
|
||||
pillar = true
|
||||
@@ -544,6 +861,9 @@
|
||||
hedge = true
|
||||
leaf_carpet = true
|
||||
|
||||
[entries.leaves_type.mcwfences]
|
||||
hedge = true
|
||||
|
||||
[entries.crystal_type.rechiseled]
|
||||
block_edged = true
|
||||
block_pillar_connecting = true
|
||||
|
||||
@@ -28,6 +28,9 @@
|
||||
[types.metal_type.createaddition]
|
||||
electrum = true
|
||||
|
||||
[types.metal_type.born_in_chaos_v1]
|
||||
dark_metal = true
|
||||
|
||||
[types.stone_type.create]
|
||||
limestone = true
|
||||
asurine = true
|
||||
@@ -150,6 +153,9 @@
|
||||
[types.wood_type.createdieselgenerators]
|
||||
chip_wood = true
|
||||
|
||||
[types.wood_type.born_in_chaos_v1]
|
||||
scorched = true
|
||||
|
||||
[types.leaves_type.biomesoplenty]
|
||||
null = true
|
||||
origin = true
|
||||
|
||||
@@ -131,6 +131,9 @@
|
||||
[types.stone_type.aether]
|
||||
holystone = true
|
||||
|
||||
[types.stone_type.ars_nouveau]
|
||||
sourcestone = true
|
||||
|
||||
[types.wood_type.cataclysm]
|
||||
chorus = true
|
||||
|
||||
@@ -207,6 +210,9 @@
|
||||
[types.wood_type.betterarcheology]
|
||||
rotten = true
|
||||
|
||||
[types.wood_type.ars_nouveau]
|
||||
archwood = true
|
||||
|
||||
[types.leaves_type.biomesoplenty]
|
||||
null = true
|
||||
origin = true
|
||||
@@ -448,6 +454,18 @@
|
||||
acacia_bush = true
|
||||
acacia_amethyst = true
|
||||
|
||||
[types.leaves_type.ars_nouveau]
|
||||
blue_archwood = true
|
||||
red_archwood = true
|
||||
purple_archwood = true
|
||||
green_archwood = true
|
||||
|
||||
[types.leaves_type.dtarsnouveau]
|
||||
red_archwood = true
|
||||
purple_archwood = true
|
||||
green_archwood = true
|
||||
blue_archwood = true
|
||||
|
||||
#Disables specific entries
|
||||
[entries]
|
||||
|
||||
|
||||
@@ -52,6 +52,9 @@
|
||||
"painting": true,
|
||||
"chiseled_bookshelf": true
|
||||
},
|
||||
"ars_nouveau": {
|
||||
"mob_jar": true
|
||||
},
|
||||
"create_mobile_packages": {
|
||||
"bee_port": true
|
||||
},
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"ars_nouveau:mob_jar": null,
|
||||
"balm:jade": null,
|
||||
"betterend:plant_growth": null,
|
||||
"corpse:corpse": null,
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
# Default: 250
|
||||
# Range: -1000000 ~ 1000000
|
||||
overlayZVal = 250
|
||||
#Allowed Values: DISABLE, SHIFT_ONLY, ALWAYS
|
||||
addEnchantmentDescription = "ALWAYS"
|
||||
renderOverlayIcons = true
|
||||
@@ -892,6 +892,20 @@ archers_expansion\:trick_shot=true
|
||||
armory_rpgs\:cloth_equip=true
|
||||
armory_rpgs\:leather_equip=true
|
||||
armory_rpgs\:plate_equip=true
|
||||
ars_nouveau\:aria_biblio=true
|
||||
ars_nouveau\:dominion_wand_clear=true
|
||||
ars_nouveau\:dominion_wand_fail=true
|
||||
ars_nouveau\:dominion_wand_select=true
|
||||
ars_nouveau\:dominion_wand_success=true
|
||||
ars_nouveau\:ea_channel=true
|
||||
ars_nouveau\:ea_finish=true
|
||||
ars_nouveau\:empty=true
|
||||
ars_nouveau\:fire_family=true
|
||||
ars_nouveau\:fire_family_2=true
|
||||
ars_nouveau\:firel_the_wild_hunt=true
|
||||
ars_nouveau\:gaia_family=true
|
||||
ars_nouveau\:tempestry_family=true
|
||||
ars_nouveau\:thistle_the_sound_of_glass=true
|
||||
arsenal\:focusing_activate=true
|
||||
arsenal\:guardian_heal_impact=true
|
||||
arsenal\:guardian_strike_impact=true
|
||||
|
||||
Reference in New Issue
Block a user