Inspired by 2020's April Fools' 20w14infinite Snapshot, this mod brings endless randomly generated dimensions into Minecraft.
at master 88 lines 2.8 kB view raw
1{ 2 "package": "net.lerariemann.infinity.mixin", 3 "refmap": "infinity.refmap.json", 4 "required": true, 5 "minVersion": "0.8", 6 "compatibilityLevel": "JAVA_17", 7 "injectors": { 8 "defaultRequire": 1 9 }, 10 "plugin": "net.lerariemann.infinity.mixin.InfinityMixinPlugin", 11 "mixins": [ 12 "core.AbstractBlockMixin", 13 "core.AbstractFireBlockMixin", 14 "core.LevelPropertiesMixin", 15 "core.MaterialRuleContextAccess", 16 "core.MinecraftServerMixin", 17 "core.NetherPortalBlockMixin", 18 "core.NetherPortalMixin", 19 "core.PlayerMixin", 20 "core.ServerPlayerEntityMixin", 21 "core.SimpleRegistryMixin", 22 "core.StructureMixin", 23 "fixes.AquifierSamplerImplMixin", 24 "fixes.BeeGoalMixin", 25 "fixes.BeeGoalMixin$BeeGoalMixin2", 26 "fixes.ChunkRegionMixin", 27 "fixes.ColllisionShapeMixin", 28 "fixes.EntityMixin", 29 "fixes.LakeFeatureMixin", 30 "fixes.MobEntityMixin", 31 "fixes.PointOfInterestStorageMixin", 32 "fixes.SpawnHelperMixin", 33 "fixes.WorldChunkMixin", 34 "fixes.WorldMixin", 35 "iridescence.BrewingRecipeRegistryMixin", 36 "iridescence.ConcretePowderBlockMixin", 37 "iridescence.FishEntityMixin", 38 "iridescence.FishEntityMixin$FishMoveControlMixin", 39 "iridescence.FluidBlockMixin", 40 "iridescence.GlassBottleItemMixin", 41 "iridescence.ItemStackMixin", 42 "iridescence.KelpBlockMixin", 43 "iridescence.LandPathNodeMakerMixin", 44 "iridescence.LilyPadBlockMixin", 45 "iridescence.MobNavigationMixin", 46 "iridescence.StatusEffectInstanceMixin", 47 "iridescence.StatusEffectUtilMixin", 48 "mavity.BoatEntityMixin", 49 "mavity.EntityMixin", 50 "mavity.LivingEntityMixin", 51 "mavity.PersistentProjectileEntityMixin", 52 "mavity.SeveralEntitiesMixin", 53 "mavity.ThrownEntityMixin", 54 "mobs.CreeperEntityMixin", 55 "mobs.LivingEntityMixin", 56 "mobs.SheepEntityMixin", 57 "mobs.SlimeEntityMixin", 58 "mobs.SpawnRestrictionMixin", 59 "mobs.TropicalFishEntityMixin", 60 "options.DimensionTypeMixin", 61 "options.NoteBlockMixin", 62 "options.PlayerManagerMixin", 63 "options.ServerWorldMixin", 64 "qol.JukeboxBlockEntityMixin", 65 "qol.BlockEntityTypeMixin", 66 "qol.CoralBlockBlockMixin", 67 "qol.CoralParentBlockMixin", 68 "qol.EnderDragonEntityMixin", 69 "qol.FireBlockMixin", 70 "qol.LavaFluidMixin" 71 ], 72 "client": [ 73 "var.SoundListMixin", 74 "iridescence.LivingEntityRendererMixin", 75 "iridescence.PostEffectProcessorMixin", 76 "iridescence.RenderSystemMixin", 77 "iridescence.PostPassMixin", 78 "options.BackgroundRendererMixin", 79 "options.ClientWorldMixin", 80 "options.FogRendererMixin", 81 "options.GameRendererMixin", 82 "options.MinecraftClientMixin", 83 "options.SoundSystemMixin", 84 "options.WorldRendererMixin", 85 "qol.EditWorldScreenMixin", 86 "qol.KeyboardMixin" 87 ] 88}