Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
Decompiled source of HarnessPrefabs v1.0.3
HarnessPrefabs.dll
Decompiled 2 weeks ago
The result has been truncated due to the large size, download it to view full contents!
using System; using System.Collections; using System.Collections.Concurrent; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.IO.Compression; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.Serialization; using System.Runtime.Versioning; using System.Security; using System.Security.Permissions; using System.Text; using System.Text.RegularExpressions; using System.Threading; using System.Timers; using BepInEx; using BepInEx.Bootstrap; using BepInEx.Configuration; using BepInEx.Logging; using HarmonyLib; using JetBrains.Annotations; using Jotunn.Configs; using Jotunn.Managers; using Microsoft.CodeAnalysis; using ServerSync; using TMPro; using UnityEngine; using YamlDotNet.Core; using YamlDotNet.Core.Events; using YamlDotNet.Core.ObjectPool; using YamlDotNet.Core.Tokens; using YamlDotNet.Helpers; using YamlDotNet.Serialization; using YamlDotNet.Serialization.BufferedDeserialization; using YamlDotNet.Serialization.BufferedDeserialization.TypeDiscriminators; using YamlDotNet.Serialization.Callbacks; using YamlDotNet.Serialization.Converters; using YamlDotNet.Serialization.EventEmitters; using YamlDotNet.Serialization.NamingConventions; using YamlDotNet.Serialization.NodeDeserializers; using YamlDotNet.Serialization.NodeTypeResolvers; using YamlDotNet.Serialization.ObjectFactories; using YamlDotNet.Serialization.ObjectGraphTraversalStrategies; using YamlDotNet.Serialization.ObjectGraphVisitors; using YamlDotNet.Serialization.Schemas; using YamlDotNet.Serialization.TypeInspectors; using YamlDotNet.Serialization.TypeResolvers; using YamlDotNet.Serialization.Utilities; using YamlDotNet.Serialization.ValueDeserializers; [assembly: CompilationRelaxations(8)] [assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)] [assembly: Debuggable(DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)] [assembly: AssemblyTitle("HarnessPrefabs")] [assembly: AssemblyDescription("Policy driven Valheim prefab builder tabs for public and admin clients.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("sighsorry")] [assembly: AssemblyProduct("HarnessPrefabs")] [assembly: AssemblyCopyright("Copyright © 2026")] [assembly: AssemblyTrademark("")] [assembly: ComVisible(false)] [assembly: Guid("4358610B-F3F4-4843-B7AF-98B7BC60DCDE")] [assembly: AssemblyFileVersion("1.0.3")] [assembly: TargetFramework(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")] [assembly: SecurityPermission(SecurityAction.RequestMinimum, SkipVerification = true)] [assembly: AssemblyVersion("1.0.3.0")] [module: UnverifiableCode] [module: RefSafetyRules(11)] namespace Microsoft.CodeAnalysis { [CompilerGenerated] [Embedded] internal sealed class EmbeddedAttribute : Attribute { } } namespace System.Runtime.CompilerServices { [CompilerGenerated] [Embedded] [AttributeUsage(AttributeTargets.Class | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Event | AttributeTargets.Parameter | AttributeTargets.ReturnValue | AttributeTargets.GenericParameter, AllowMultiple = false, Inherited = false)] internal sealed class NullableAttribute : Attribute { public readonly byte[] NullableFlags; public NullableAttribute(byte P_0) { NullableFlags = new byte[1] { P_0 }; } public NullableAttribute(byte[] P_0) { NullableFlags = P_0; } } [CompilerGenerated] [Embedded] [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Method | AttributeTargets.Interface | AttributeTargets.Delegate, AllowMultiple = false, Inherited = false)] internal sealed class NullableContextAttribute : Attribute { public readonly byte Flag; public NullableContextAttribute(byte P_0) { Flag = P_0; } } [CompilerGenerated] [Embedded] [AttributeUsage(AttributeTargets.Module, AllowMultiple = false, Inherited = false)] internal sealed class RefSafetyRulesAttribute : Attribute { public readonly int Version; public RefSafetyRulesAttribute(int P_0) { Version = P_0; } } } namespace HarnessPrefabs { internal static class MvbpCompatibilityDefaults { private sealed class PatchDefaults { public Vector3? PlacementOffset { get; set; } public bool PlayerBasePatch { get; set; } public string SpawnOnDestroyed { get; set; } = ""; public int? ContainerWidth { get; set; } public int? ContainerHeight { get; set; } } private static readonly Dictionary<string, PatchDefaults> Defaults = new Dictionary<string, PatchDefaults>(StringComparer.Ordinal) { ["AshlandsTree1"] = new PatchDefaults { PlacementOffset = new Vector3(0f, 1f, 0f) }, ["AshlandsTree3"] = new PatchDefaults { PlacementOffset = new Vector3(0f, 1f, 0f) }, ["AshlandsTree5"] = new PatchDefaults { PlacementOffset = new Vector3(0f, 0.5f, 0f) }, ["Ashlands_Fortress_Wall_PillarTopStone_frac"] = new PatchDefaults { PlacementOffset = new Vector3(0f, -0.1f, 0f) }, ["BogWitch_Fire_Pit"] = new PatchDefaults { PlacementOffset = new Vector3(0f, -1f, 0f) }, ["dvergrprops_pickaxe"] = new PatchDefaults { PlacementOffset = new Vector3(-1f, 0f, 0f) }, ["shipwreck_karve_dragonhead"] = new PatchDefaults { PlacementOffset = new Vector3(0f, -1.5f, 6f) }, ["CastleKit_groundtorch"] = new PatchDefaults { PlayerBasePatch = true }, ["CastleKit_groundtorch_blue"] = new PatchDefaults { PlayerBasePatch = true }, ["CastleKit_groundtorch_green"] = new PatchDefaults { PlayerBasePatch = true }, ["MountainKit_brazier"] = new PatchDefaults { PlayerBasePatch = true }, ["MountainKit_brazier_blue"] = new PatchDefaults { PlayerBasePatch = true }, ["dvergrprops_bed"] = new PatchDefaults { PlayerBasePatch = true }, ["goblin_bed"] = new PatchDefaults { PlayerBasePatch = true }, ["TreasureChest_ashland_stone"] = new PatchDefaults { ContainerWidth = 5, ContainerHeight = 2 }, ["TreasureChest_charredfortress"] = new PatchDefaults { ContainerWidth = 8, ContainerHeight = 4 }, ["TreasureChest_dvergr_loose_stone"] = new PatchDefaults { ContainerWidth = 8, ContainerHeight = 4 }, ["TreasureChest_dvergrtower"] = new PatchDefaults { ContainerWidth = 7, ContainerHeight = 4 }, ["TreasureChest_dvergrtown"] = new PatchDefaults { ContainerWidth = 8, ContainerHeight = 4 }, ["TreasureChest_fCrypt"] = new PatchDefaults { ContainerWidth = 5, ContainerHeight = 2 }, ["TreasureChest_mountaincave"] = new PatchDefaults { ContainerWidth = 6, ContainerHeight = 3 }, ["TreasureChest_sunkencrypt"] = new PatchDefaults { ContainerWidth = 5, ContainerHeight = 2 }, ["TreasureChest_trollcave"] = new PatchDefaults { ContainerWidth = 6, ContainerHeight = 3 }, ["loot_chest_stone"] = new PatchDefaults { ContainerWidth = 5, ContainerHeight = 2 }, ["Trailership"] = new PatchDefaults { ContainerWidth = 6, ContainerHeight = 4 }, ["ancient_skull"] = new PatchDefaults { SpawnOnDestroyed = "sfx_rock_destroyed" }, ["flying_core"] = new PatchDefaults { SpawnOnDestroyed = "fx_crystal_destruction" }, ["rock_mistlands2"] = new PatchDefaults { SpawnOnDestroyed = "sfx_rock_destroyed" } }; public static Vector3? GetPlacementOffset(string prefabName) { if (!TryGetDefaults(prefabName, out var defaults)) { return null; } return defaults.PlacementOffset; } public static bool HasPlayerBasePatch(string prefabName) { if (TryGetDefaults(prefabName, out var defaults)) { return defaults.PlayerBasePatch; } return false; } public static bool TryGetSpawnOnDestroyed(string prefabName, out string spawnOnDestroyed) { spawnOnDestroyed = ""; if (!TryGetDefaults(prefabName, out var defaults) || string.IsNullOrWhiteSpace(defaults.SpawnOnDestroyed)) { return false; } spawnOnDestroyed = defaults.SpawnOnDestroyed; return true; } public static bool TryGetContainerSize(string prefabName, out int width, out int height) { width = 0; height = 0; if (!TryGetDefaults(prefabName, out var defaults) || !defaults.ContainerWidth.HasValue || !defaults.ContainerHeight.HasValue) { return false; } width = defaults.ContainerWidth.Value; height = defaults.ContainerHeight.Value; return true; } private static bool TryGetDefaults(string prefabName, out PatchDefaults defaults) { string text = HarnessPrefabsRuntime.NormalizePrefabName(prefabName); if (text.Length == 0) { defaults = null; return false; } return Defaults.TryGetValue(text, out defaults); } } internal readonly struct MvbpPrefabDefault { public readonly bool Enabled; public readonly bool AllowedInDungeons; public readonly string Category; public readonly string CraftingStation; public readonly string Requirements; public readonly bool ClipEverything; public readonly bool ClipGround; public readonly bool PlacementPatch; public readonly string? DisplayName; public readonly string? Description; public readonly string PieceGroup; public MvbpPrefabDefault(bool enabled, bool allowedInDungeons, string category, string craftingStation, string requirements, bool clipEverything, bool clipGround, bool placementPatch, string? displayName, string? description, string pieceGroup) { Enabled = enabled; AllowedInDungeons = allowedInDungeons; Category = (string.IsNullOrWhiteSpace(category) ? "CreatorShop" : category); CraftingStation = (string.IsNullOrWhiteSpace(craftingStation) ? "None" : craftingStation); Requirements = requirements ?? ""; ClipEverything = clipEverything; ClipGround = clipGround; PlacementPatch = placementPatch; DisplayName = displayName; Description = description; PieceGroup = (string.IsNullOrWhiteSpace(pieceGroup) ? "None" : pieceGroup); } } internal static class MvbpPrefabDefaults { private static readonly TextInfo EnglishTextInfo = new CultureInfo("en-US", useUserOverride: false).TextInfo; private static readonly Regex DigitsToEndRegex = new Regex("(.+?)((?<!x)\\d+(?![xm\\u00B0]))(.*)"); private static readonly Regex SplitCapitalsRegex = new Regex("([a-z])([A-Z])"); private static readonly Regex CreepToEndRegex = new Regex("(.+?)(creep)(.*)"); private static readonly Regex WhiteSpaceRegex = new Regex(" +"); private static readonly Regex UnitSpaceRegex = new Regex("(\\d+)(m)"); private static readonly Regex IsLastCharDigitRegex = new Regex("((?<!x)\\d+$)"); private static readonly IReadOnlyDictionary<string, MvbpPrefabDefault> Defaults = new Dictionary<string, MvbpPrefabDefault>(StringComparer.Ordinal) { ["ancient_skull"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "BlackMarble:100", clipEverything: false, clipGround: false, placementPatch: true, null, null, "None"), ["ArmorStand_Female"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "Furniture", "Workbench", "FineWood:8;BronzeNails:2;Tar:4", clipEverything: false, clipGround: false, placementPatch: false, null, "", "ArmorStand"), ["ArmorStand_Male"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "Furniture", "Workbench", "FineWood:8;BronzeNails:2;Tar:4", clipEverything: false, clipGround: false, placementPatch: false, null, "", "ArmorStand"), ["ashland_pot1_green"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["ashland_pot1_red"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["ashland_pot2_green"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["ashland_pot2_red"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["ashland_pot3_green"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["ashland_pot3_red"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashland_Stair"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "Stonecutter", "Grausten:32", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashland_Steepstair"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: true, null, null, "None"), ["Ashlands_Altar"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Arch1"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "Stonecutter", "Grausten:8", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Arch2"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "Stonecutter", "Grausten:10", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Arch2_Broken1"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Arch2_Broken2"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_ArchRoof"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: true, null, null, "None"), ["Ashlands_ArchRoofDamaged"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_ArchRoofDamaged_half1"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_ArchRoofDamaged_half2"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_ArchRoofLong_Damaged"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Boss_Pillar"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: true, null, null, "None"), ["Ashlands_Boss_Pillar_Twist_broken1"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Boss_Pillar_Twist_broken2"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Boss_Pillar_Twist_broken3"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Floor"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "Stonecutter", "Grausten:4", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_floor_large_fractured"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Fortress_Floor"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "Stonecutter", "Grausten:6", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Fortress_Gate"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "Stonecutter", "Grausten:32", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Fortress_Gate_Door"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "BlackForge", "Copper:35", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Fortress_Wall_Pillar"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "Stonecutter", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Fortress_Wall_Pillar_frac"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "Stonecutter", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Fortress_Wall_PillarTop"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "Stonecutter", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Fortress_Wall_PillarTop_frac"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "Stonecutter", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Fortress_Wall_PillarTopStone_frac"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: true, null, null, "None"), ["Ashlands_Fortress_Wall_Spikes"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "BlackForge", "Copper:6", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Pillar4"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "Stonecutter", "Grausten:10", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Pillar4_tip"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "Stonecutter", "Grausten:10", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Pillar4_tip_broken1"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Pillar4_tip_broken2"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Pillar4_tip2"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "Stonecutter", "Grausten:10", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Pillar4_tip2_broken1"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Pillar4_tip2_broken2"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Pillar4_tip3"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Pillar4_tip3_broken1"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Pillar4_tip3_broken2"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Pillar4_tip3_broken3"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_PillarBase3_double"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "Stonecutter", "Grausten:3", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Ramp"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "Stonecutter", "Grausten:10", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_rock1"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "Stonecutter", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_rock2"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "Stonecutter", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Ruins_Floor_1point5x1point5"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Ruins_Floor_1point5x1point5_broken"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Ruins_Floor_3x3"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Ruins_Floor_3x3_broken1"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Ruins_Floor_3x3_broken2"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Ruins_Floor_3x3_broken3"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Ruins_Floor_6x6"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Ruins_Floor_6x6_broken1"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Ruins_Floor_6x6_broken2"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: true, null, null, "None"), ["Ashlands_Ruins_Ramp"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "Stonecutter", "Grausten:10", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Ruins_Ramp_Upsidedown"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "Stonecutter", "Grausten:10", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Ruins_TopStone"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Ruins_twist_ArchBig"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "Stonecutter", "Grausten:8", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Ruins_twist_PillarBase"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "Stonecutter", "Grausten:8", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Ruins_twist_PillarBaseSmall"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "Stonecutter", "Grausten:3", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Ruins_Wall_4x6"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Ruins_Wall_Broken3_4x6"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Ruins_Wall_Broken4_4x6"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Ruins_Wall_Broken5_4x6"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Ruins_Wall_Top_wHole"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "Stonecutter", "Grausten:16", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Ruins_Wall_Window_4x6_broken2"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Ruins_Wall_Window_4x6_broken3"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Ruins_Wall_Window_4x6_broken4"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Ruins_Wall_Window_4x6_broken5"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Ruins_Wall_Window_4x6_broken6"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Ruins_Wall_Windows_Broken_4x6"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: true, null, null, "None"), ["Ashlands_StairsBroad"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "Stonecutter", "Grausten:24", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Wall_2x2"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "Stonecutter", "Grausten:6", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Wall_2x2_cornerL"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "Stonecutter", "Grausten:8", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Wall_2x2_cornerL_top"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "Stonecutter", "Grausten:8", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Wall_2x2_cornerR"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "Stonecutter", "Grausten:8", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Wall_2x2_cornerR_top"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "Stonecutter", "Grausten:8", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Wall_2x2_edge"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "Stonecutter", "Grausten:6", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Wall_2x2_edge_top"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "Stonecutter", "Grausten:6", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Wall_2x2_edge2"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "Stonecutter", "Grausten:6", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Wall_2x2_edge2_top"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_Wall_2x2_top"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "Stonecutter", "Grausten:6", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_WallBlock"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_WallBlock_1x2x2"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "Stonecutter", "Grausten:2", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Ashlands_WallBlock_base"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "Stonecutter", "Grausten:3", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["AshlandsBranch1"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: false, clipGround: false, placementPatch: true, null, null, "None"), ["AshlandsBranch2"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["AshlandsBranch3"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: false, clipGround: false, placementPatch: true, null, null, "None"), ["AshlandsBush1"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: true, clipGround: false, placementPatch: true, null, null, "None"), ["AshlandsBush2"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: false, clipGround: false, placementPatch: true, null, null, "None"), ["AshlandsTree1"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["AshlandsTree3"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["AshlandsTree4"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["AshlandsTree5"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["AshlandsTree6"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["AshlandsTree6_big"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Flora"), ["AshlandsTreeLog1"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Flora"), ["AshlandsTreeLog2"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Flora"), ["AshlandsTreeLogHalf1"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Flora"), ["AshlandsTreeLogHalf2"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Flora"), ["AshlandsTreeStump1"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Flora"), ["AshlandsTreeStump2"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Flora"), ["AshlandsTreeStump3"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Flora"), ["ashwood_arch_bottom"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "BuildingWorkbench", "Workbench", "Blackwood:1", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["ashwood_arch_top"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "BuildingWorkbench", "Workbench", "Blackwood:1", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["ashwood_wall_beam_26_alt"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "BuildingWorkbench", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["ashwood_wall_beam_45_alt"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "BuildingWorkbench", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["ashwood_wall_cross_26_alt"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "BuildingWorkbench", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["ashwood_wall_cross_45_alt"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "BuildingWorkbench", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["asksvin_carrion"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["asksvin_carrion2"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["barrell"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "Misc", "Workbench", "FineWood:2", clipEverything: false, clipGround: false, placementPatch: false, "Barrel", "", "Misc"), ["beech_log"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "BeechSeeds:1", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Flora"), ["beech_log_half"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "BeechSeeds:1", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Flora"), ["Beech_small1"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Flora"), ["Beech_small2"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "Wood:1", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Flora"), ["Beech_Stub"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Flora"), ["Beech1"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "Wood:16", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Flora"), ["BigRock"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Rock"), ["Birch_log"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Flora"), ["Birch_log_half"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Flora"), ["Birch1"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "BirchSeeds:1;FineWood:2", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Flora"), ["Birch1_aut"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "BirchSeeds:1;FineWood:2", clipEverything: true, clipGround: false, placementPatch: false, "Birch1 (autumn)", null, "Flora"), ["Birch2"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "BirchSeeds:1;FineWood:2", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Flora"), ["Birch2_aut"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "BirchSeeds:1;FineWood:2", clipEverything: true, clipGround: false, placementPatch: false, "Birch (autumn)", null, "Flora"), ["BirchStub"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Flora"), ["blackmarble_2x2_enforced"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingStonecutter", "BlackForge", "BlackMarble:8;Copper:2", clipEverything: false, clipGround: false, placementPatch: false, null, null, "BlackMarble"), ["blackmarble_2x2x1"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "BuildingStonecutter", "Stonecutter", "BlackMarble:4", clipEverything: false, clipGround: false, placementPatch: false, null, null, "BlackMarble"), ["blackmarble_altar_crystal"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["blackmarble_altar_crystal_broken"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["blackmarble_base_2"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingStonecutter", "Stonecutter", "BlackMarble:6", clipEverything: false, clipGround: false, placementPatch: false, "Black marble plinth (wide)", null, "BlackMarble"), ["blackmarble_column_3"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingStonecutter", "Stonecutter", "BlackMarble:16", clipEverything: false, clipGround: false, placementPatch: false, null, null, "BlackMarble"), ["blackmarble_creep_4x1x1"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "BuildingStonecutter", "Stonecutter", "BlackMarble:4", clipEverything: false, clipGround: false, placementPatch: false, null, null, "BlackMarble"), ["blackmarble_creep_4x2x1"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "BuildingStonecutter", "Stonecutter", "BlackMarble:8", clipEverything: false, clipGround: false, placementPatch: false, null, null, "BlackMarble"), ["blackmarble_creep_slope_inverted_1x1x2"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "BuildingStonecutter", "Stonecutter", "BlackMarble:2", clipEverything: false, clipGround: false, placementPatch: false, null, null, "BlackMarble"), ["blackmarble_creep_slope_inverted_2x2x1"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "BuildingStonecutter", "Stonecutter", "BlackMarble:4", clipEverything: false, clipGround: false, placementPatch: false, null, null, "BlackMarble"), ["blackmarble_creep_stair"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "BuildingStonecutter", "Stonecutter", "BlackMarble:8", clipEverything: false, clipGround: false, placementPatch: false, null, null, "BlackMarble"), ["blackmarble_floor_large"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingStonecutter", "Stonecutter", "BlackMarble:32", clipEverything: false, clipGround: true, placementPatch: false, "Black marble floor 8x8", null, "BlackMarble"), ["blackmarble_head_big01"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingStonecutter", "Stonecutter", "BlackMarble:6", clipEverything: false, clipGround: false, placementPatch: false, null, null, "BlackMarble"), ["blackmarble_head_big02"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingStonecutter", "Stonecutter", "BlackMarble:6", clipEverything: false, clipGround: false, placementPatch: false, null, null, "BlackMarble"), ["blackmarble_head01"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingStonecutter", "Stonecutter", "BlackMarble:2", clipEverything: false, clipGround: false, placementPatch: false, null, null, "BlackMarble"), ["blackmarble_head02"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingStonecutter", "Stonecutter", "BlackMarble:2", clipEverything: false, clipGround: false, placementPatch: false, null, null, "BlackMarble"), ["blackmarble_out_2"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingStonecutter", "Stonecutter", "BlackMarble:6", clipEverything: false, clipGround: false, placementPatch: false, "Black marble cornice (wide)", null, "BlackMarble"), ["blackmarble_post01"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingStonecutter", "Stonecutter", "BlackMarble:8", clipEverything: false, clipGround: true, placementPatch: false, null, null, "BlackMarble"), ["blackmarble_slope_1x2"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingStonecutter", "Stonecutter", "BlackMarble:2", clipEverything: false, clipGround: false, placementPatch: false, null, null, "BlackMarble"), ["blackmarble_slope_inverted_1x2"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingStonecutter", "Stonecutter", "BlackMarble:2", clipEverything: false, clipGround: false, placementPatch: false, null, null, "BlackMarble"), ["blackmarble_stair_corner"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingStonecutter", "Stonecutter", "BlackMarble:8", clipEverything: false, clipGround: false, placementPatch: true, null, null, "BlackMarble"), ["blackmarble_stair_corner_left"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingStonecutter", "Stonecutter", "BlackMarble:8", clipEverything: false, clipGround: false, placementPatch: true, null, null, "BlackMarble"), ["blackmarble_tile_floor_1x1"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingStonecutter", "Stonecutter", "BlackMarble:2", clipEverything: false, clipGround: false, placementPatch: false, null, null, "BlackMarble"), ["blackmarble_tile_floor_2x2"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingStonecutter", "Stonecutter", "BlackMarble:2", clipEverything: false, clipGround: false, placementPatch: false, null, null, "BlackMarble"), ["blackmarble_tile_wall_1x1"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingStonecutter", "Stonecutter", "BlackMarble:1", clipEverything: false, clipGround: false, placementPatch: false, null, null, "BlackMarble"), ["blackmarble_tile_wall_2x2"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingStonecutter", "Stonecutter", "BlackMarble:2", clipEverything: false, clipGround: false, placementPatch: false, null, null, "BlackMarble"), ["blackmarble_tile_wall_2x4"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingStonecutter", "Stonecutter", "BlackMarble:4", clipEverything: false, clipGround: false, placementPatch: false, null, null, "BlackMarble"), ["BlueberryBush"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "Blueberries:5", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Plant"), ["BogWitch_Fire_Pit"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "Misc", "None", "PowderedDragonEgg:2;Stone:5", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["BossStone_Bonemass"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: true, null, null, "Misc"), ["BossStone_DragonQueen"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: true, null, null, "Misc"), ["BossStone_Eikthyr"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: true, null, null, "Misc"), ["BossStone_Fader"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: true, null, null, "None"), ["BossStone_TheElder"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: true, null, null, "Misc"), ["BossStone_TheQueen"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: true, null, null, "Misc"), ["BossStone_Yagluth"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: true, null, null, "Misc"), ["bucket"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "Misc", "Workbench", "Wood:2", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Misc"), ["Bush01"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "Nature", "None", "Wood:2", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Flora"), ["Bush01_heath"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "Nature", "None", "Wood:2", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Flora"), ["Bush02_en"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "Nature", "None", "Wood:2", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Flora"), ["Candle_resin_bogwitch"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: true, null, null, "None"), ["CastleKit_braided_box01"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "Misc", "Workbench", "Wood:2", clipEverything: false, clipGround: false, placementPatch: false, "Wood box", null, "Misc"), ["CastleKit_groundtorch"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "Furniture", "Forge", "Iron:2;Resin:2;SurtlingCore:1", clipEverything: false, clipGround: false, placementPatch: false, "Standing Iron Torch (Eternal)", "Burns eternally without fuel.", "Torch"), ["CastleKit_groundtorch_blue"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "Furniture", "Forge", "Iron:2;GreydwarfEye:2;SurtlingCore:1", clipEverything: false, clipGround: false, placementPatch: false, "Standing Blue-Burning Iron Torch (Eternal)", "Burns eternally without fuel.", "Torch"), ["CastleKit_groundtorch_green"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "Furniture", "Forge", "Iron:2;Guck:2;SurtlingCore:1", clipEverything: false, clipGround: false, placementPatch: false, "Standing Green-Burning Iron Torch (Eternal)", "Burns eternally without fuel.", "Torch"), ["caverock_ice_pillar_wall"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "Crystal:10", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Ice"), ["caverock_ice_stalagmite"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "Crystal:2", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Ice"), ["caverock_ice_stalagmite_broken"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "Crystal:4", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Ice"), ["caverock_ice_stalagtite"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "Crystal:2", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Ice"), ["caverock_ice_stalagtite_falling"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "Crystal:2", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Ice"), ["Charred_altar_bellfragment"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["charred_shieldgenerator"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["CharredBanner1"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["CharredBanner2"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["CharredBanner3"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Charredfortress_LOD"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: true, clipGround: false, placementPatch: true, null, null, "None"), ["Chest"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Furniture", "None", "Wood:10;Iron:1", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Chest"), ["Cinder"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: true, clipGround: false, placementPatch: true, null, null, "None"), ["Cinder_campfire"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["CinderSky"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["CinderStorm"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["cliff_ashlands_Arch_frac"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["cliff_ashlands1"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["cliff_ashlands1_frac"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["cliff_ashlands2"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: true, clipGround: true, placementPatch: true, null, null, "None"), ["cliff_ashlands2_frac"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: true, clipGround: true, placementPatch: true, null, null, "None"), ["cliff_ashlands3_Arch_1"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: true, clipGround: false, placementPatch: true, null, null, "None"), ["cliff_ashlands4"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["cliff_ashlands4_frac"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["cliff_ashlands5"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["cliff_ashlands6"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["cliff_ashlands6_frac"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["cliff_ashlands7_HalfArch"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["cliff_ashlands7_HalfArch_frac"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["cliff_ashlands8"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["cliff_ashlandsflowrock_frac"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["cliff_mistlands1"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "Stone:350", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Rock"), ["cliff_mistlands1_creep"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "Stone:350", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Rock"), ["cliff_mistlands1_creep_frac"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "Stone:350", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Rock"), ["cliff_mistlands1_frac"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "Stone:350", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Rock"), ["cliff_mistlands2"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "Stone:175", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Rock"), ["cliff_mistlands2_frac"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "Stone:175", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Rock"), ["cloth_hanging_door"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Furniture", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Banner"), ["cloth_hanging_door_double"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "Furniture", "Workbench", "JuteRed:4", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Banner"), ["cloth_hanging_long"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Furniture", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Banner"), ["CloudberryBush"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "Cloudberry:5", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Plant"), ["CreepProp_egg_hanging01"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "YggdrasilWood:2", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["CreepProp_egg_hanging02"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "YggdrasilWood:2", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["CreepProp_entrance1"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "YggdrasilWood:2", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["CreepProp_entrance2"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "YggdrasilWood:2", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["CreepProp_hanging01"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "YggdrasilWood:2", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["CreepProp_wall01"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "YggdrasilWood:2", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["crypt_skeleton_chest"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["dead_deer"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["dungeon_forestcrypt_door"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["dungeon_queen_door"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "BlackMarble:40;DvergrKeyFragment:4;Iron:12", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["dungeon_sunkencrypt_irongate"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "BuildingStonecutter", "None", "Iron:4", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Iron"), ["dungeon_sunkencrypt_irongate_rusty"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "BuildingStonecutter", "Forge", "Iron:4", clipEverything: false, clipGround: true, placementPatch: false, null, null, "Iron"), ["dverger_demister"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "Furniture", "BlackForge", "Iron:1;Wisp:1", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Torch"), ["dverger_demister_broken"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Furniture", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Torch"), ["dverger_demister_large"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "Furniture", "BlackForge", "Iron:1;Wisp:2", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Torch"), ["dverger_demister_ruins"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Misc"), ["dverger_guardstone"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "Misc", "BlackForge", "YggdrasilWood:5;BlackMarble:5;BlackCore:1", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["dvergrprops_banner"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "Furniture", "Workbench", "JuteBlue:6;FineWood:2", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Banner"), ["dvergrprops_barrel"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "Furniture", "Workbench", "YggdrasilWood:20;Bronze:5;Resin:10", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Dvergr"), ["dvergrprops_bed"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "Furniture", "BlackForge", "YggdrasilWood:8;ScaleHide:2;IronNails:5", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Bed"), ["dvergrprops_chair"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "Furniture", "BlackForge", "YggdrasilWood:4", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Chair"), ["dvergrprops_crate"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "Misc", "BlackForge", "YggdrasilWood:4", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Misc"), ["dvergrprops_crate_ashlands"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["dvergrprops_crate_long"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "Misc", "BlackForge", "YggdrasilWood:4", clipEverything: false, clipGround: false, placementPatch: false, "Dvergr component crate", "", "Misc"), ["dvergrprops_curtain"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "Furniture", "Workbench", "JuteBlue:6;FineWood:2", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Banner"), ["dvergrprops_hooknchain"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingStonecutter", "BlackForge", "Chain:2;Iron:2", clipEverything: false, clipGround: false, placementPatch: false, "Dvergr hook & chain", null, "Misc"), ["dvergrprops_lantern_standing"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Dvergr"), ["dvergrprops_pickaxe"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Dvergr"), ["dvergrprops_shelf"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "Furniture", "BlackForge", "YggdrasilWood:4;IronNails:5", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Dvergr"), ["dvergrprops_stool"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "Furniture", "BlackForge", "YggdrasilWood:2", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Chair"), ["dvergrprops_table"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "Furniture", "BlackForge", "YggdrasilWood:6;IronNails:10", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Table"), ["dvergrprops_wood_beam"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingWorkbench", "BlackForge", "YggdrasilWood:4", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Dvergr"), ["dvergrprops_wood_floor"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingWorkbench", "BlackForge", "YggdrasilWood:2", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Dvergr"), ["dvergrprops_wood_pole"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingWorkbench", "BlackForge", "YggdrasilWood:2", clipEverything: false, clipGround: false, placementPatch: false, "Dvergr wood pole (large)", null, "Dvergr"), ["dvergrprops_wood_stair"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingWorkbench", "BlackForge", "YggdrasilWood:2", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Dvergr"), ["dvergrprops_wood_stakewall"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "BuildingWorkbench", "None", "YggdrasilWood:4", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Dvergr"), ["dvergrprops_wood_wall"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingWorkbench", "BlackForge", "YggdrasilWood:10", clipEverything: false, clipGround: false, placementPatch: false, "Dvergr wood wall 4x4", null, "Dvergr"), ["dvergrtown_arch"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingStonecutter", "Stonecutter", "BlackMarble:8", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Dvergr"), ["dvergrtown_creep_door"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "YggdrasilWood:4", clipEverything: false, clipGround: false, placementPatch: false, "Door hanging (creep)", "", "Misc"), ["dvergrtown_secretdoor"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingStonecutter", "BlackForge", "BlackMarble:12;Eitr:2", clipEverything: false, clipGround: false, placementPatch: false, "Dvergr secret door", null, "Dvergr"), ["dvergrtown_slidingdoor"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingStonecutter", "BlackForge", "BlackMarble:32;Copper:8", clipEverything: false, clipGround: false, placementPatch: false, "Dvergr sliding door", null, "Dvergr"), ["dvergrtown_stair_corner_wood_left"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingWorkbench", "BlackForge", "YggdrasilWood:5;CopperScrap:2", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Dvergr"), ["dvergrtown_wood_beam"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "BuildingWorkbench", "BlackForge", "YggdrasilWood:4", clipEverything: false, clipGround: false, placementPatch: false, "Dvergr wood beam (creep)", null, "Dvergr"), ["dvergrtown_wood_crane"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "BuildingWorkbench", "BlackForge", "YggdrasilWood:8;Chain:2;Iron:2", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Dvergr"), ["dvergrtown_wood_pole"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, "Dvergr wood pole (creep)", null, "Dvergr"), ["dvergrtown_wood_stake"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "BuildingWorkbench", "BlackForge", "YggdrasilWood:1", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Dvergr"), ["dvergrtown_wood_stakewall"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "BuildingWorkbench", "BlackForge", "YggdrasilWood:4", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Dvergr"), ["dvergrtown_wood_support"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "BuildingWorkbench", "BlackForge", "YggdrasilWood:10", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Dvergr"), ["dvergrtown_wood_wall01"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "BuildingWorkbench", "BlackForge", "YggdrasilWood:20", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Dvergr"), ["dvergrtown_wood_wall02"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "BuildingWorkbench", "BlackForge", "YggdrasilWood:12", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Dvergr"), ["dvergrtown_wood_wall03"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "BuildingWorkbench", "BlackForge", "YggdrasilWood:10;IronNails:6", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Dvergr"), ["fader_bellholder"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["fenrirhide_hanging"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "WolfHairBundle:2", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["fenrirhide_hanging_door"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "WolfHairBundle:2", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["FernAshlands"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["FernFiddleHeadAshlands"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: false, clipGround: false, placementPatch: true, null, null, "None"), ["Fire"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: true, null, null, "None"), ["fire_pit_haldor"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "Misc", "None", "Stone:5;Wood:2;BlackCore:1", clipEverything: false, clipGround: false, placementPatch: false, "Campfire (Eternal)", "Burns eternally without fuel.", "Fire"), ["fire_pit_hildir"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "Misc", "Forge", "Ironpit:1;Wood:1;BlackCore:1", clipEverything: false, clipGround: false, placementPatch: false, "Firepit Iron (Eternal)", "Burns eternally without fuel.", "Fire"), ["FireFlies"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["FirTree"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "Wood:16", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Flora"), ["FirTree_log"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Flora"), ["FirTree_log_half"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Flora"), ["FirTree_oldLog"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Flora"), ["FirTree_small"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Flora"), ["FirTree_small_dead"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Flora"), ["FirTree_Stub"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Flora"), ["FlametalRockstand"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["FlametalRockstand_frac"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["Flies"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["flying_core"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "Crystal:24", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["fuling_trap"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["fx_fallenvalkyrie_death"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Effect", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Effect"), ["fx_Lightning"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Effect", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Effect"), ["giant_arm"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "BlackMarble:32", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["giant_brain"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "Softtissue:64", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["giant_brain_frac"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "Softtissue:64", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["giant_helmet1"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "Iron:32", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["giant_helmet1_destruction"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "Iron:24", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["giant_helmet2"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "Iron:32", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["giant_helmet2_destruction"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "Iron:24", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["giant_ribs"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "BlackMarble:64", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["giant_ribs_frac"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "BlackMarble:64", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["giant_skull"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "BlackMarble:32", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["giant_skull_frac"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "BlackMarble:32", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["giant_sword1"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "Iron:16", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["giant_sword1_destruction"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "Iron:16", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["giant_sword2"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "Iron:16", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["giant_sword2_destruction"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "Iron:16", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["GlowingMushroom"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "Ooze:1", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Flora"), ["goblin_banner"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "Furniture", "Workbench", "Wood:1;DeerHide:1;Tar:1", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Banner"), ["goblin_bed"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "Furniture", "Workbench", "Wood:8;Tar:1", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Bed"), ["goblin_fence"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingWorkbench", "Workbench", "Wood:2;Tar:1", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Goblin"), ["goblin_pole"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingWorkbench", "Workbench", "Wood:1;Tar:1", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Goblin"), ["goblin_pole_small"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingWorkbench", "Workbench", "Wood:1;Tar:1", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Goblin"), ["goblin_roof_45d"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingWorkbench", "Workbench", "Wood:1;DeerHide:1;Tar:1", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Goblin"), ["goblin_roof_45d_corner"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingWorkbench", "Workbench", "Wood:1;DeerHide:1;Tar:1", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Goblin"), ["goblin_roof_cap"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingWorkbench", "Workbench", "Wood:4;DeerHide:4;Tar:1", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Goblin"), ["goblin_stairs"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingWorkbench", "Workbench", "Wood:2;Tar:1", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Goblin"), ["goblin_stepladder"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingWorkbench", "Workbench", "Wood:2;Tar:1", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Goblin"), ["goblin_strawpile"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "Furniture", "None", "Wood:4", clipEverything: false, clipGround: false, placementPatch: false, "Rug straw (large)", "", "Rug"), ["goblin_totempole"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "Workbench", "Wood:2;GoblinTotem:1", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Goblin"), ["goblin_trashpile"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Furniture", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Goblin"), ["goblin_woodwall_1m"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingWorkbench", "Workbench", "Wood:1;Tar:1", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Goblin"), ["goblin_woodwall_2m"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingWorkbench", "Workbench", "Wood:2;Tar:1", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Goblin"), ["goblin_woodwall_2m_ribs"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "BoneFragments:6;Tar:1", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Goblin"), ["goblinking_totemholder"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "Stonecutter", "Stone:1;Tar:1", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Goblin"), ["GraveStone_Broken_CharredTwitcherNest"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["GraveStone_Broken_World"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["GraveStone_CharredFaderLocation"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["GraveStone_CharredTwitcherNest"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["GraveStone_Elite_Broken_CharredTwitcherNest"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["GraveStone_Elite_CharredTwitcherNest"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Greydwarf_Root"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "Wood:2", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["GuckSack"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "Guck:12", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["GuckSack_small"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "Guck:6", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["hanging_hairstrands"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["highstone"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "Nature", "None", "Stone:32", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Rock"), ["highstone_frac"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "Stone:32", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Rock"), ["horizontal_web"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["HouseFire"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: true, null, null, "None"), ["HugeRoot1"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "ElderBark:32", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Flora"), ["Ice_floor"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "Crystal:16", clipEverything: true, clipGround: true, placementPatch: false, null, null, "None"), ["Ice_floor_fractured"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "Crystal:16", clipEverything: true, clipGround: true, placementPatch: false, null, null, "None"), ["ice_rock1"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "Crystal:32", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["ice_rock1_frac"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "Crystal:32", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["ice1"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["IceBlocker"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["iron_floor_1x1"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["iron_wall_1x1_rusty"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "BuildingStonecutter", "Forge", "Iron:1", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Iron"), ["lavabomb_rock1"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: true, clipGround: false, placementPatch: true, null, null, "None"), ["LavaRock"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: true, clipGround: false, placementPatch: true, null, null, "None"), ["lavarock_ashlands1"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: true, clipGround: false, placementPatch: true, null, null, "None"), ["Leviathan"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "Chitin:50", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["LeviathanLava"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["lightningAOE"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["loot_chest_stone"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Furniture", "Stonecutter", "Stone:10", clipEverything: false, clipGround: false, placementPatch: false, "Stone chest (light moss)", null, "Chest"), ["lox_ribs"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "BoneFragments:30", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["LuredWisp"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "Wisp:1", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["marker01"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "Nature", "None", "Stone:4", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["marker02"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "Nature", "None", "Stone:4", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["metalbar_1x2"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "BuildingWorkbench", "BlackForge", "BlackMarble:2;Copper:1", clipEverything: false, clipGround: false, placementPatch: false, "Black marble 1x2 enforced", "", "BlackMarble"), ["MineRock_Copper"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "Stone:10;CopperOre:10", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Ore"), ["MineRock_Iron"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "Stone:10;IronScrap:10", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Ore"), ["MineRock_Meteorite"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Ore"), ["MineRock_Obsidian"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "Obsidian:7", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Ore"), ["MineRock_Stone"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "Stone:10", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Ore"), ["MineRock_Tin"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "TinOre:4", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Ore"), ["mistvolume"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "Eitr:10;Wisp:4", clipEverything: true, clipGround: false, placementPatch: false, "Mist volume", "Warning: requires devcommands to remove.", "None"), ["morgenhole_pile"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["MountainGraveStone01"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "Stone:5", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["MountainKit_brazier"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "Furniture", "Forge", "Bronze:5;Coal:2;BlackCore:1;WolfClaw:3", clipEverything: false, clipGround: false, placementPatch: false, "Standing Brazier (Eternal)", "Burns eternally without fuel.", "Brazier"), ["MountainKit_brazier_blue"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "Furniture", "Forge", "Bronze:5;GreydwarfEye:2;BlackCore:1;WolfClaw:3", clipEverything: false, clipGround: false, placementPatch: false, "Blue Standing Brazier (Eternal)", "Burns eternally without fuel.", "Brazier"), ["MountainKit_brazier_purple"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "Furniture", "Forge", "Bronze:5;CharcoalResin:2;BlackCore:1;WolfClaw:3", clipEverything: false, clipGround: false, placementPatch: false, "Purple Standing Brazier (Eternal)", "Burns eternally without fuel.", "None"), ["mountainkit_chair"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Furniture", "Workbench", "FineWood:4", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Chair"), ["mountainkit_table"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Furniture", "Workbench", "FineWood:10;IronNails:20", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Table"), ["MountainKit_wood_gate"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "BuildingWorkbench", "Forge", "Wood:20;Iron:4", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["mudpile"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "IronScrap:10", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["mudpile_beacon"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["mudpile_frac"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "IronScrap:10", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["mudpile_old"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "IronScrap:10", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["mudpile2"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "IronScrap:10", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["mudpile2_frac"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "IronScrap:10", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["Oak_log"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "Wood:10;FineWood:10", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Flora"), ["Oak_log_half"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "Wood:5;FineWood:5", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Flora"), ["Oak1"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "Wood:20;FineWood:20", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Flora"), ["OakStub"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "Wood:5;FineWood:5", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Flora"), ["Pickable_Ashstone"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["Pickable_Barley"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "Barley:1", clipEverything: false, clipGround: false, placementPatch: false, null, null, "VanillaCrop"), ["Pickable_Barley_Wild"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "Barley:1", clipEverything: false, clipGround: false, placementPatch: false, null, null, "VanillaCrop"), ["Pickable_BlackCoreStand"] = new MvbpPrefabDefault(enabled: true, allowedInDungeons: false, "CreatorShop", "BlackForge", "Iron:2;BlackCore:1", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Treasure"), ["Pickable_BogIronOre"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "IronScrap:1", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Ore"), ["Pickable_Branch"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "Wood:5", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Flora"), ["Pickable_Carrot"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "Carrot:1", clipEverything: false, clipGround: false, placementPatch: false, null, null, "VanillaCrop"), ["Pickable_Charredskull"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["Pickable_Dandelion"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "Dandelion:5", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Plant"), ["Pickable_DolmenTreasure"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "Coins:5", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Treasure"), ["Pickable_DragonEgg"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "DragonEgg:1", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["Pickable_DvergrLantern"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["Pickable_DvergrMineTreasure"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Treasure"), ["Pickable_DvergrStein"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Treasure"), ["Pickable_Fiddlehead"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["Pickable_Fishingrod"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Treasure"), ["Pickable_Flax"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "Flax:1", clipEverything: false, clipGround: false, placementPatch: false, null, null, "VanillaCrop"), ["Pickable_Flax_Wild"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "Flax:1", clipEverything: false, clipGround: false, placementPatch: false, null, null, "VanillaCrop"), ["Pickable_Flint"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "Flint:5", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Flora"), ["Pickable_ForestCryptRemains01"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Treasure"), ["Pickable_ForestCryptRemains02"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Treasure"), ["Pickable_ForestCryptRemains03"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Treasure"), ["Pickable_ForestCryptRemains04"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Treasure"), ["Pickable_Hairstrands01"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Treasure"), ["Pickable_Hairstrands02"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Treasure"), ["Pickable_HardRockOffspring"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "None"), ["Pickable_Item"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, "Coins (pickable)", null, "Treasure"), ["Pickable_MeatPile"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Treasure"), ["Pickable_Meteorite"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Ore"), ["Pickable_MoltenCoreStand"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "None"), ["Pickable_MountainCaveCrystal"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Ore"), ["Pickable_MountainCaveObsidian"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "", clipEverything: false, clipGround: false, placementPatch: false, null, null, "Ore"), ["Pickable_MountainRemains01_buried"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "CreatorShop", "None", "", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Treasure"), ["Pickable_Mushroom"] = new MvbpPrefabDefault(enabled: false, allowedInDungeons: false, "Nature", "None", "Mushroom:5", clipEverything: true, clipGround: false, placementPatch: false, null, null, "Plant"), ["Pickable_Mushroom_blue"] = new MvbpPrefabDefault(enabled: fal