Prepared Custom WorldPreset UI
This commit is contained in:
parent
375eb09bb9
commit
fdc068f6bb
5 changed files with 190 additions and 168 deletions
|
@ -1,55 +1,55 @@
|
|||
{
|
||||
"required": true,
|
||||
"minVersion": "0.8",
|
||||
"package": "org.betterx.bclib.mixin.common",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"mixins": [
|
||||
"BiomeMixin",
|
||||
"BiomeGenerationSettingsAccessor",
|
||||
"shears.DiggingEnchantmentMixin",
|
||||
"shears.ItemPredicateBuilderMixin",
|
||||
"LayerLightSectionStorageMixin",
|
||||
"NoiseBasedChunkGeneratorMixin",
|
||||
"NoiseGeneratorSettingsMixin",
|
||||
"SurfaceRulesContextAccessor",
|
||||
"EnchantingTableBlockMixin",
|
||||
"shears.TripWireBlockMixin",
|
||||
"StructuresAccessor",
|
||||
"MobSpawnSettingsAccessor",
|
||||
"shears.BeehiveBlockMixin",
|
||||
"shears.PumpkinBlockMixin",
|
||||
"shears.MushroomCowMixin",
|
||||
"ComposterBlockAccessor",
|
||||
"PotionBrewingAccessor",
|
||||
"RecipeManagerAccessor",
|
||||
"shears.SnowGolemMixin",
|
||||
"MinecraftServerMixin",
|
||||
"NetherBiomeDataMixin",
|
||||
"PistonBaseBlockMixin",
|
||||
"TheEndBiomeDataMixin",
|
||||
"BlockStateBaseMixin",
|
||||
"ChunkGeneratorMixin",
|
||||
"WorldGenRegionMixin",
|
||||
"DiggerItemAccessor",
|
||||
"RecipeManagerMixin",
|
||||
"RecipeManagerMixin",
|
||||
"ShovelItemAccessor",
|
||||
"BoneMealItemMixin",
|
||||
"CraftingMenuMixin",
|
||||
"shears.SheepMixin",
|
||||
"PortalShapeMixin",
|
||||
"ServerLevelMixin",
|
||||
"BiomeSourceMixin",
|
||||
"AnvilBlockMixin",
|
||||
"AnvilMenuMixin",
|
||||
"ItemStackMixin",
|
||||
"TagLoaderMixin",
|
||||
"MainMixin",
|
||||
"WorldPresetsBootstrapMixin",
|
||||
"WorldOpenFlowsMixin",
|
||||
"WorldGenPropertiesMixin"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
}
|
||||
"required": true,
|
||||
"minVersion": "0.8",
|
||||
"package": "org.betterx.bclib.mixin.common",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"mixins": [
|
||||
"AnvilBlockMixin",
|
||||
"AnvilMenuMixin",
|
||||
"BiomeGenerationSettingsAccessor",
|
||||
"BiomeMixin",
|
||||
"BiomeSourceMixin",
|
||||
"BlockStateBaseMixin",
|
||||
"BoneMealItemMixin",
|
||||
"ChunkGeneratorMixin",
|
||||
"ComposterBlockAccessor",
|
||||
"CraftingMenuMixin",
|
||||
"DiggerItemAccessor",
|
||||
"EnchantingTableBlockMixin",
|
||||
"ItemStackMixin",
|
||||
"LayerLightSectionStorageMixin",
|
||||
"MainMixin",
|
||||
"MinecraftServerMixin",
|
||||
"MobSpawnSettingsAccessor",
|
||||
"NetherBiomeDataMixin",
|
||||
"NoiseBasedChunkGeneratorMixin",
|
||||
"NoiseGeneratorSettingsMixin",
|
||||
"PistonBaseBlockMixin",
|
||||
"PortalShapeMixin",
|
||||
"PotionBrewingAccessor",
|
||||
"PresetEditorMixin",
|
||||
"RecipeManagerAccessor",
|
||||
"RecipeManagerMixin",
|
||||
"ServerLevelMixin",
|
||||
"ShovelItemAccessor",
|
||||
"StructuresAccessor",
|
||||
"SurfaceRulesContextAccessor",
|
||||
"TagLoaderMixin",
|
||||
"TheEndBiomeDataMixin",
|
||||
"WorldGenPropertiesMixin",
|
||||
"WorldGenRegionMixin",
|
||||
"WorldOpenFlowsMixin",
|
||||
"WorldPresetsBootstrapMixin",
|
||||
"shears.BeehiveBlockMixin",
|
||||
"shears.DiggingEnchantmentMixin",
|
||||
"shears.ItemPredicateBuilderMixin",
|
||||
"shears.MushroomCowMixin",
|
||||
"shears.PumpkinBlockMixin",
|
||||
"shears.SheepMixin",
|
||||
"shears.SnowGolemMixin",
|
||||
"shears.TripWireBlockMixin"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue