-Fabric & Forge mod posts DAILY! (well, every 1-3 days at least)
-How to install Fabric (For Vanilla & MultiMC [Old Twitch install method I'll skip due to Jumploader allowing Fabric Twitch support now])
-A modlist stating all mods for Fabric 1.16 snapshot, Pre-Release and Release.
-Major things required/optional but useful in a Fabric environment (Fabric API, Mod Menu, REI, OptiFabric, etc.)
-Additional things for mods (Resource Packs)
Minor:
-And maybe more additions, changes/improvements over time to the thread itself (like this point list your reading now. I like to change them up ever so slightly. From exclusive mod lists to compressing it into one spoiler compared to the two separate in the past, to adding a 'this thread will cover' section to make explaining easier. That and it makes creating these threads for fun instead of a copy paste job all the time and allows me to be more creative with them each time).
If your unfamiliar with Fabric it is a modloader like Forge, Liteloader, Rift or Risugami's Modloader is. Fabric is intended to be lightweight, this makes it suitable for players so low end computers can run mods and this makes coding for it suitable, great for updating mods to snapshots (as long as snapshots don't break things) and more.
There is also two Fabric terms to get used to, Fabric Loader/Installer & Fabric API:
-Fabric Loader/Installer is your method to install Fabric into the Vanilla or MultiMC launchers like you would Forge, Rift or Liteloader. You can find it here or under the Fabric requirements spoiler of this first post: https://fabricmc.net/use/
Fabric is not a competitor to Forge or out there to split the community, it is another option for players and developers to use.
If you want to use Fabric & Forge mods, well the thing is Fabric & Forge are not compatible yet. (Patchwork is in the works as a way to make them compatible) so best to look out for a Fabric icon on mod pages or check the mod posts I post every 1-3 days to know the difference between if a mod is for Forge, Fabric or both.
If you have any feedback about the forum or want to post a comment go for it.
For a look at my past threads/works try the following below:
Mod Menu (McAfee Anti-Virus reference) Go with the latest for 20w13b, I think that's the one with it or try the one in the 20w14Infinite modpack to compare.
I'm curious as to how it is possible that a modloader, much less anything more than the most basic of mods, can possibly be updated within hours of the release of a snapshot, and for a new update at that (until 1.13 I used to maintain an "old caves" mod which reverted the changes to caves in 1.7 so they generated exactly the same as before and I could update it within 10 minutes but all I had to do was use JD-GUI to decompile the jar, then search for a particular string, then use a bytecode editor to change a couple values, then make a custom version (adding the modified class to the jar, no modloader) and test it).
@MasterCaver Sorry for the 2-3 hour late response, was updating the 1.15 thread for about an hour.
I have wondered that, I have seen an interview and looked at the Fabric Discord a few times but yeah it is surprising how they have done it so lightweight, and update friendly to snapshots within the hour or so. I've not properly made a Fabric mod, only looking at a few tutorials so I don't really know what goes into it besides hearing mixin (not using asm) and other things being thrown around. But I assume they just really made their tools/apis and more really flexible.
I'd recommend watching this interview here which is the best public response I find besides asking the devs and getting varying answers:
Updating actually takes minutes. The reason is that fabric only has 2 hooks into the game and doesn't need recompilation. It uses a framework that allows you to inject directly into the bytecode called mixins(https://github.com/SpongePowered/Mixin). The decompiled source is only there as a reference and will contain errors. Additionally, the mappings provided by yarn(https://github.com/FabricMC/yarn) are free of use and any community member can PR to it, making deobfuscation extremely fast.
Hello and welcome to the Fabric 1.16 Snapshot, Pre-Release & Release Discussion Thread!
For a better mod searching experience for modloader filtering and more try Modrinth:
https://modrinth.com/mods?q=
https://ftb.gamepedia.com/Modrinth (Wiki Entry)
This thread will cover:
Major:
-Fabric & Forge mod posts DAILY! (well, every 1-3 days at least)
-How to install Fabric (For Vanilla & MultiMC [Old Twitch install method I'll skip due to Jumploader allowing Fabric Twitch support now])
-A modlist stating all mods for Fabric 1.16 snapshot, Pre-Release and Release.
-Major things required/optional but useful in a Fabric environment (Fabric API, Mod Menu, REI, OptiFabric, etc.)
-Additional things for mods (Resource Packs)
Minor:
-And maybe more additions, changes/improvements over time to the thread itself (like this point list your reading now. I like to change them up ever so slightly. From exclusive mod lists to compressing it into one spoiler compared to the two separate in the past, to adding a 'this thread will cover' section to make explaining easier. That and it makes creating these threads for fun instead of a copy paste job all the time and allows me to be more creative with them each time).
If your unfamiliar with Fabric it is a modloader like Forge, Liteloader, Rift or Risugami's Modloader is. Fabric is intended to be lightweight, this makes it suitable for players so low end computers can run mods and this makes coding for it suitable, great for updating mods to snapshots (as long as snapshots don't break things) and more.
There is also two Fabric terms to get used to, Fabric Loader/Installer & Fabric API:
-Fabric Loader/Installer is your method to install Fabric into the Vanilla or MultiMC launchers like you would Forge, Rift or Liteloader. You can find it here or under the Fabric requirements spoiler of this first post: https://fabricmc.net/use/
-Fabric API is an API mod that other mods use, it can be required in the mods folder (also under requirements spoiler): https://www.curseforge.com/minecraft/mc-mods/fabric-api
Fabric is not a competitor to Forge or out there to split the community, it is another option for players and developers to use.
If you want to use Fabric & Forge mods, well the thing is Fabric & Forge are not compatible yet. (Patchwork is in the works as a way to make them compatible) so best to look out for a Fabric icon on mod pages or check the mod posts I post every 1-3 days to know the difference between if a mod is for Forge, Fabric or both.
If you have any feedback about the forum or want to post a comment go for it.
For a look at my past threads/works try the following below:
-Archives of any of my Forums:
https://archive.org/details/@suntannedduck2?tab=web-archive
-Legacy Fabric Thread:
https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-mods/mods-discussion/3028341-legacy-fabric-discussion-thread-for-versions
-Tesla Power API Thread (1.9 to 1.12.2 Tesla Supported Mods List):
https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-mods/mods-discussion/2937710-tesla-mod-listings-help-discussion-section
-Rift & Forge 1.13 & 1.13.2 Thread:
https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-mods/mods-discussion/2925529-1-13-1-13-2-rift-mods-discussion-section-install
-Fabric & Forge 18w50a to 1.14.4 Thread:
https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-mods/mods-discussion/2938388-fabric-1-14-rel-snapshot-mod-loader-mod-discussion
-Fabric & Forge 19w34a to 1.15.2 Thread:
https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-mods/mods-discussion/2988502-fabric-1-15-snapshot-discussion-thread-install
This Thread's URL (Fabric 20w06a to 1.16.4):
https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-mods/mods-discussion/3004971-fabric-1-16-snapshot-discussion-thread-20w06a-is
20w06a to 1.16.4 Fabric Youtube Playlist:
https://www.youtube.com/playlist?list=PLbOPi5L7V78JFYloLnGdY4UbH00telCD6
1.16.1 to 1.16.4 Forge Youtube Playlist:
https://www.youtube.com/playlist?list=PLbOPi5L7V78IQzshCcPtd5ixK-NqT6xuX
For Fabric help try the Fabric Discord (#player support channel):
https://discord.gg/v6v4pMv
For a wiki of Fabric or Fabric API try here on the FTB Wiki I and other contributors maintain:
Fabric Loader Wiki Entry:
https://ftb.gamepedia.com/Fabric
Fabric API Wiki Entry:
https://ftb.gamepedia.com/Fabric_API
Fabric Installation Wiki Entry:
https://ftb.gamepedia.com/Fabric/Installation
Wiki For Fabric & Forge Mods:
https://modwiki.miraheze.org/wiki/Main_Page
Fabric Mod Development Tutorial Site/Playlists:
Website: https://fabricmc.net/wiki/start
Video Tutorials: https://www.youtube.com/playlist?list=PLbOPi5L7V78LUzaRqm5KJ0GQFr1XGvc3d
A list of almost all mods for Fabric:
https://gist.github.com/John-Paul-R/6819feb2f2f794df06ae678878cddaf3
Modloader Support Across Curse (Liteloader, Rift, Fabric, NOT FORGE ONLY TWITCH SUPPORT):
https://twitch.uservoice.com/forums/915910-game-mods-curseforge/suggestions/36229021-more-modloader-support-across-curse-without-being
If your curious where I get my mod posts, they come from here (besides GitHub, Fabric Discord and Developer websites):
https://www.curseforge.com/minecraft/mc-mods?filter-game-version=1738749986:70886&filter-sort=2
Contents:
1.Fabric Install Tutorials (20w06a Snapshot & Release will be included)
2.Mod Spotlights/Overviews (20w06a Snapshot & Release)
3.Mod List (Snapshot & Release)
4.Modpacks (By devs, myself or others I find, but expect more I find to be in video form on my YT channel)
5.Fabric Requirements (Fabric Loader, Fabric API, Mod Menu, Optifine/OptiFabric, REI)
1.Install Tutorials (Snapshot, Release WIP, Twitch Support Via Jumploader):
20w06a+ Snapshot Vanilla & MultiMC Install Tutorials (works for all snapshots & releases from 1.14+ Fabric is available for):
JumpLoader (allows Fabric mods on Twitch, use this instead of my old Twitch Install Tutorials):
1.16 Release Install Tutorials:
Vanilla:
MultiMC:
2.Mod Spotlights/Overviews Playlist (From 20w06a to 1.16.4 Release):
https://www.youtube.com/playlist?list=PLbOPi5L7V78JFYloLnGdY4UbH00telCD6
3.Mods/Library/API List (Updated As Of 16th August 2020):
-Adabranium
-Adding Data Driven Trade Offers
-Adding Data Driven Trade Offers LibCD Compat
-Adorn
-Advanced Chat
-Advancements Enlarger
-AdventureZ
-AdvPaxels
-AFK Peace
-AFKTape
-Age Of Exile
-Allure
-Antique Atlas
-AOF Skyblock Custom
-AppleZ
-ArchCreatia
-Arms Of Fire
-Armor Stand Utils
-Armor Visibility
-Amecs
-AntiGhost
-Anvil Crushing Recipes
-Anvil Recipe
-Anvil Repair
-AppleSkin
-AppleZ
-Aquarius
-ARRP (Advanced Runtime Resource Packs)
-Art of Alchemy
-Artis
-Ash Clay
-ASH - Another Simple HUD
-Asset Validator
-Astromine
-Atmosfera
-Audio Output
-Aurora Keystrokes
-Auther
-Auth Me
-AutoAFKFish
-Auto Backup
-Auto Config Updated API
-Autofish
-AutoHarvest
-Auto Load
-Automated Crafting
-Auto Run
-Azure Doom Jar Jar Fabric
-The Backrooms
-Bacterium
-Badlion Client Disabler
-Balance Of Exile
-Bamboo Tweaks
-Banner Capes
-Banner++
-Banner++ Patterns
-Bason
-Be Friends
-Beach Slimes
-Beacons For All Fabric
-Bedspreads Fabric
-Bedrock Waters
-Bee Angry-est
-Bee Fixed
-Beem
-Beenfo
-Benfah's Timber Mod
-BERgobrrr
-Better Bedrock Generator Fabric
-Better Dropped Items
-Better Eating
-BetterEnchants
-Better Enchanted Books
-BetterF3
-Better Graves
-Better Minecart Rotation Fabric/Minecart Direction Follow
-Better Mod Button
-Better Muffling
-Better Nether
-Better Respawn
-Better Signs and Frames
-Better Stones
-Better Than Mending
-Better Wandering Traders
-Better Wither Skeletons
-Better World List
-Big Buckets Fabric Edition
-Biomechanics
-BiomOre
-Biospheres Fabric
-Blackstone Tools
-Blast
-Blast Processing
-Blayyke's Smooth Bedrock
-Blip Block
-BlockMeterFabric
-Block Ping
-Block Renderer
-Block Shifter
-Blockus
-Blue Shiny Fire
-Blur
-BoatFix
-Bookworm
-Boosted Brightness
-BootZ
-Borderless Mining
-Boring Backgrounds
-Boring Tweaks
-Boss Loot Tables
-Bouncy Life
-Bounding Box Outline Reloaded
-Break Me (joke mod)
-Brute Imitation
-Bucket Hat
-Building Wands
-Bulky Shulkies
-Bumblezone Fabric
-Bunch O' Trinkets
-Cactus Leather
-Caelus API Fabric
-Cake Chomps Fabric
-Campanion
-Camp Fires Cook Mobs
-Campfire Incense
-cAn i MiNe thIS bLOCk?
-Canvas Renderer
-Cardinal Components API
-Carpet
-Carpet Extra
-Carpet TIS Addition
-Cart Loaders
-Carved Melons
-Catch Me If You Can
-Cauldron Overhaul
-Cave Biomes
-Chains Link
-The ChaosMC Mod
-Charcoal Block Fabric
-Charcoal Block 1.16.3
-ChatCalc
-ChatEmotes
-ChatUp
-Cheems
-Cherised Worlds Fabric
-Chest Cavity
-Chest GUI API
-Chest Shop
-Chest Tracker
-Chicken Nerf
-Chunk Activator
-Chunk Borders
-Cinderscapes
-Classicombat
-Classy Creepers
-CleanCut
-CleanView Fabric
-Despawn Fabric
-Clear Skies Fabric
-Clean View Fabric
-Clipboards
-Clippy's Tippies
-Cloth Config API
-Cloth Events API
-Clothesline
-Coal Nugget
-Colonel API (API for Brigadier Extensions)
-Color Unchained
-Colored Flames
-Colorful Campfire Smoke
-Colormatic
-Columns
-Colytra Fabric
-CombatEdit
-Command Macros
-CommandSpy
-Common Expansion Food Stuffs
-Compact Status Effects
-CompleteConfig
-Composing
-Compressed Blocks for Fabric
-Concrete Conversion
-Connected Block Textures
-Concern
-Concerned Tater
-Confabricate
-Conflict In Harmony
-Corona Mask
-Conveyance
-Convenient mobGriefing
-Conveinent Mob Spawning Gamerules
-Convenient Things
-Corail Woodcutter
-Corail Woodcutter Companion for Fabric
-Cotton
-Cotton Resources
-Cr3stal
-Craftable Horse Armour & Saddle
-Craftable Utilities
-CraftingPad
-CraftingSpawn
-Crafting Station But It's Fabric
-CraftPresence
-Crashma
-Crawl
-Creeper Spores
-Critical Flight Details
-Critical Orientation
-Crimson Moon
-Crooked Crooks
-Crusade
-CullParticles (Fabric)
-Curios API Fabric
-Curios of Undying Fabric
-Curious Armor Stands Fabric
-Curious Elytra Fabric
-Curious Shulker Boxes Fabric
-Cursed
-Cursed Earth (Fabric)
-Curses!
-Custom Crosshair Mod
-Custom Fog
-Custom FOV Fabric
-Custom Nausea
-Custom Piglin Bartering
-Custom Selection Box Port
-Custom Skin Loader
-Custom Text & Tablist (used to be called Server Text Formatting)
-Custom Title Screen
-Customised Astral Body
-Dank Storage Fabric
-Dark Loading Screen
-Data Loader
-Dawn API
-Daylight Mobs
-Debrand
-Decorative
-Deep Mob Learning Refabricated
-Dehand
-Delicious Dishes
-Demeter
-Detonater
-Dev World Fabric
-Diagonal Panes
-Diamond Shards Fabric
-Diamonds Neat
-Diggus Maximus
-DiHydrogen Monoxide Reloaded
-Dimensional Doors
-Dimension Mutability
-Disable Custom World Advice
-DisFabric
-Displacer Fabric
-Don't Drop It
-Don't Push Me
-Door Couplings/Couplings For Fabric Updated
-Doors of Infinity
-Double Jump Mod
-Dracomelette
-Draylar's Battle Towers
-Ducts
-Dungeons Mod
-Duyguji Client Base
-Duyguji Client Font
-Duyguji Client Input
-Dymixisia
-DynMap For Fabric
-DynaGear
-Dynamic FPS
-Dynamic Sound Filters
-Dynocaps
-Earth2Java Fabric
-EasierChest
-EasierCrafting
-Easier Enchanting
-Easier Gunpowder
-EasierVillagerTrading
-Easy Emerald Tools and More/Simple Emerald Tools Fabric
-Easy Feed
-Eat And Drink
-Economical Villager Trading
-Ecotones
-Edit Sign
-Egg Tab
-Einholzscher Tech
-Eldritch Mobs
-ELT Core
-Elytra Auto Flight
-Elytra Recipe
-Elytra Swap
-Emerald Tools (e404nnfs)
-EmoteCraft
-Empty Tag Fix
-Enchanted Book Redesign Fabric
-Enchantable Horse Armor
-Enchanted Tooltips
-Enchantment Numeral Fix
-Ender Box
-Ender Hopper Fabric
-Enderite
-Ender Lift
-Endfestation
-End Rebellion
-EnergonRelics
-Enhanced Gear
-Entity Model Remapper
-Epic ES
-Epicurean
-Equivalence Fabric
-EquipZ
-Euclid
-Expanded Concrete
-Expanded Storage Fabric
-Experiment Away
-Explosive Shulker Bullets
-Extra Alchemy
-Extra Doors
-Extra Pieces
-Extra Player Renderer
-Extra Tags Fabric
-Exotic Blocks
-Exotic Matter Library
-EZ Pipes and Stuff
-Fabric API
-Fabric Armor
-Fabric Autoswitch
-Fabriblocks
-Fabric Chunk Pre-Generator
-Fabric Controlling
-Fabric Craftable Enchanted Golden Apple
-Fabric-Discord Link
-Fabric Drawers
-Fabric Economy
-Fabric Essentials
-Fabric to Fabric
-Fabric Fish Help
-Fabric For Fabric
-Fabric Hacks
-Fabric Language Kotlin
-Fabric Language Groovy
-Fabric Language Scala
-Fabric Passable Leaves
-Fabric Proxy
-Fabric Resource Loader
-Fabric Server Essentials
-Fabric Shield Lib
-Fabric Survival Island (Survival Island Generator for Fabric)
-Fabric Tailor
-Fabric Tree Chopper
-Fabric Votifier
-Fabric Zero
-Facility
-Fair Enchanting
-Fancy Fountain Passage
-Farlands
-Fast Crafting Table (Fabric)/Fast Bench for Fabric
-Fastest F In The West
-Fast Furnace for Fabric
-Fastbench for Fabric
-Fast Tool Switching
-Fat Experience Orbs
-Features Mod
-Fence Hopper
-Fermion
-Ferroustry Fabric
-Fiber2Cloth
-FibLib
-FiniteWater
-First Person Model
-Flamingo
-Flesh2Leather
-FleshZ
-FlightHelper
-FlightHUD
-Flight Rings
-Fluid Potions
-Fluid Physics
-Fluid Sieve
-Flonters
-Flora Doubling
-Flowing Background
-Fly Creeper Fly
-Fly Mod 3D
-Food Nerf
-Food Tweaks
-Forgiving Enchanting Table
-FOVLock
-Frameless
-Frex
-Froggy Chair
-Full Belly Sheep
-FullscreeNo
-Function API
-Furret
-GameInfo
-Game Of Life 3D
-GeckoLib
-Gestus
-Gift It
-Giselbaer's Durability Viewer
-Give Me Hats
-Glass Mod
-Glass For Spawners
-Glassential Fabric
-Glowing Beds
-Glowcase
-Go Down
-Golem Galore
-GolemZ
-Gotta Climb Fast
-Gravel Ores
-Gravestones
-Greater Eye of Ender Fabric
-Grid
-Grind Enchantments
-Gubbins
-gudFPS
-Gulliver Reloaded
-Gunpowder
-Gunpowder Currency
-Gunpowder Market
-Gunpowder SignShop
-Gunpowder SleepVote
-Gunpowder Teleport
-Gunpowder Utilities
-Haema
-Hands Down
-Hard Hat Steve
-Hardcore Questing Mode Fabric
-Harmful Stonecutters
-HDSkins (Mine Little Pony)
-Health Overlay Fabric
-Heart of the Machine
-Held Item Info
-Herbocraft
-Hollow Logs
-Hookshot
-Honey Mod
-Horizontal Glass Panes
-Horse Debug Info
-Horse Stats Vanilla Fabric
-Hot Furnace
-Hourai Elixir
-Howling Wolves
-Hwyla
-Hwyla Horse Addon Info
-I Am Very Smart Fabric
-Ice Boat Nerf
-Icy
-Identity
-Iguana In A Blanket
-I Know What I'm Doing
-Illumination
-Images
-Imblocker Fabric
-Immersive Portals
-Impersonate
-Improved Stations
-Inca
-Increased Ancient Debris
-Industrial Revolution
-Interia Dampening
-Infinite Music
-InfiniteVillagerTrading
-InGameScreenTIme
-Inmis
-I Need Keybinds
-Infinite Music
-Infinite Villager Trading
-Interweave
-Into The Omega Ω
-Inventory FriendZ
-Inventory Pause
-Inventory Profiles
-Inventory Sorting
-Inventory Tabs
-InvTrashSlot
-Invisible Blocks
-Iron Barrels
-Iron Jetpacks Fabric
-Iron TNT (formerly Acro's Tactial Explosives)
-Item Inventory
-ItemNBTModels
-Item Model Fix
-Item Pickup Customization
-Item Scroller
-Item Sorter
-IOWOcalization
-Jackson Lambert's Money Mod
-JARM Fabric Edition
-Java Dungeons
-Jeb
-Jij Flattener
-JLine for Dedicated Server
-JMX (JSON Model Extension for Fabric)
-Just Map
-Just Map Unlimited
-Jumpless Step
-Jumploader
-Jump Over Fences
-Just Upgrade
-Keep Incompatible Packs
-KeepInventory Command
-Kibe
-Kinesis
-Kirin (Mine Little Pony)
-Kitty Camp
-Koi for Fabric
-Kotlin Extension for Fabric
-KubeJS Fabric
-Lacrimis
-Ladderwarp
-Lakeside
-LambdaControls
-LambDynamicLights
-Landmark
-LAN/Publish Overhaul
-LAN Server Properties
-Lapis Reserve
-Lava Fishing
-Lava Smelting
-Laying Box
-Laying Box Vanilla Chicken Expansion
-Lead Villagers
-Leaf Me Alone
-Leaf Decay
-Let Them Eat
-Llama Steeds
-Lib Block Attributes
-LibCD
-LibGamerule
-LibGUI
-Lib Multipart
-Lib Network Stack
-Library Of Exile
-LibStructure
-Light Block Fabric
-Light Overlay
-Lil Tater Reloaded
-Limitless
-Linkart
-Linked Storage
-Lion Utils
-Litematica
-Lithium
-Logical Zoom
-Lonsdaleite
-Luss Gamblers ore
-Magic Mirror Fabric
-Magna
-Magnet For Fabric
-Make Minecraft Hard Again
-Makkit
-MaLiLib
-MAmbience
-ManyMods
-Map Tooltip
-Matex
-Mattocks BYG Bridge
-Mattocks Paxels But Fabric
-Materialisation
-MaxVarReap for Fabric
-MC144761 Fix
-MC188451 Fix
-MCDoom Mod Fabric
-MCFunction Bridge
-MCG
-MCPnP (MCPlay-N-Play)
-McreatorGenerator
-Mechanized Steam Power
-Melon Slabs
-Menu (used alongside Scissors)
-Mighty Mangoes
-Minecraft Capes Mod
-Minecraft Recipe Format
-Minecord
-MinerParty
-MiniHUD
-Mine Little Pony
-Minesave
-MiniMOTD Fabric
-MissingBits
-Mixed Slab
-Mo Glass
-Mo Structures
-MobCountMod
-Mob Farm Nerfer
-Mob Grinder
-Mob.Jar
-Mobs Attempt Parkour
-Mobcapped
-MobZ
-Mod Menu
-Mod Updater
-Models Unlocked
-Modern Glass Doors
-Mods of the World
-ModUpdater
-Modpack Menu
-ModRobot
-Mooblooms
-More Armors, Weapons & Tools
-More Berries
-Mo' Enchantments
-More Fences
-More Gems Fabric
-More Minerals
-More Paths
-More Slime
-More Totems of Undying
-MotioNo
-MotionPrint
-Mouse Wheelie
-Mr Pineapple's Food Mod
-Mson (Mine Little Pony)
-Mubble Fabric
-Muffle
-MultiBossBarFix
-Multiconnect
-Multiplayer Sleep
-Mumble Link Fabric
-Music Duration Reducer
-Music Expansion
-Music Discs Plus
-Musical Code
-Mutality
-MyBrightness
-MyCommands
-Mycoturgy
-Name Pain
-NanoEvents
-NanoEvents Annotation Processer
-NBT Crafting
-NBT Tooltip
-NBT Viewer
-Nether Higher
-Nether Leather
-Nether Mode
-Netherited
-Netherite Elytra/Netherite Plus
-Netherite Horse Armor
-Netherite Plus
-Nice To Have
-NoCurse
-NoExpensive
-No Fog
-No Friction
-No Lakes
-No Trample
-Nomad Books
-No Ambient Mobs
-No Fire Overlay Mod
-NoGizmo
-No More Glowing Pots
-No Player Labels
-No Potion Offset
-No Sneaking Over Magma
-No Water Caves
-NonCorrelatedExtras
-NonZero Farming
-Nook Build
-Notchify
-Not Enough Crashes
-Not Enough Rocks
-Not Red Dust
-Notes Fabric
-Now Playing
-Numeric Ping
-Oak Tree
-Obey Horses
-Obsidiplates Fabric
-ObsidianSpawn
-OfflineSkins Fabric
-Oh How The Crafting Has Tabled
-Oh Soul Fire
-Oh The Biomes You'll Go Fabric
-OLBM (Obligatory Loot Bag Mod)
-Old Fish Farm
-OkZoomer
-OmniTranslation
-One For All
-Open To LAN
-OpenSavesFolder
-OptiFabric
-Orderly
-Ore Doublers
-Ore Overhaul
-Origins
-Extra Origins
-Origins Classes
-Overloaded Armor Bar Fabric
-Overpowered Pickles Fabric
-Overworld Two
-Oysters
-Packages
-Painting Cycle
-Parry/Sword Parry
-Patchouli
-Patchouli Fabric
-Paused Panorama
-Peaceful Surface
-Pepeland for Admins
-Pepper Worshipers
-Perspective Mod Redux
-Pehkui
-Persistent Cake
-Pet Owner
-PetherNortalFlux
-Phosphor
-Photoallergic Creepers
-Pick Blockstate
-Pig Poop
-Pigless Portals
-Piglin Tweaks
-Piston Control
-Pizzaatime's Timber Mod
-Planc's Terrain Tweaks
-Plant In A Jar
-Plato's Transporters
-Player Ability Lib
-Player Light Fix
-PlayerLightLevelFix
-Player Mini Me (Paper Doll)
-Player Roles Fabric
-Player Succ
-Pleasant Rotation
-PolyDungeons
-PolyMC
-PolyMorph Fabric
-Portable Workbench
-Portal Tags
-Potion of Bees
-Potion Tipped
-Powershot
-Presence Footsteps
-PrimalWinter
-Programmer Art Injector
-Project Save The Pets
-Projectile Funnel
-Prone
-ProtoSky
-Pulaskis & Shaxes
-Pumice
-Push To Craft
-Quantum Gems
-Quazi-Modded
-Quick Math
-Quick Shulker
-Quiver
-Rail Reboosted
-Rain Bucket
-RandomBlockPlacement
-RandomConfigs Fabric
-Randomly Adding Anything (Core)
-Randomly Adding Anything Materials
-RandomPatches Fabric
-Random Server Icon
-Random Teleport
-Rare Ice
-Realm of the Mad God Food
-Reload Audio Driver (RAD) Fabric
-Reactive Creepers
-Realistic Clouds
-Realistic Fire Spread
-Realistic Nether
-ReAuth
-Rebind All The keys
-Reborn Core
-Recipe Improver
-Recipe Remainders
-Redstone Utils/Redstone Bits
-Redstone Lantern
-Redstone Power
-RelicCraft
-Repairable Anvils
-Repairable Tridents Fabric
-Repurposed Structures Fabric
-Reroll
-Resource Crops Fabric
-Resource Pack Organizer
-Resource Tools Fabric
-Respawnable Pets
-RetiNO
-Rewarder
-RegexIgnore
-RGB Blocks
-Right Click Clear
-Ring of Attraction Fabric
-Ring of the Enderchest Fabric
-Ring of Growth Fabric
-Ring of the Miner Fabric
-Rings of Ascension Fabric
-Riptide Fix
-River Redux
-Robin's Emerald Mod
-Robin's Ruby Mod
-Roughly Enough Items
-Roughly Enough Resources
-Roughly Searchable
-RPGStats
-RSWires
-Ruby Mod Fabric
-Sand Dust
-Sandwichable
-Satin API
-Scale
-Scary Player V2
-Scissors
-Screenshot to Clipboard (Fabric)
-Secret Rooms Fabric
-Secrets No More
-Self Governing Catalyst
-Server Mod List
-ServerPing
-ServerSync
-ServerTick
-SetPlayerData
-Sheep Consistency
-SheetLib
-Shield Disruptor
-Shest Fabric
-Shifty Items
-Shuffle
-ShulkerBoxTooltip
-Shut Up
-Shut Up Console
-Skin Shine
-Skin Swapper
-Sign Macros
-Silk Road
-Silky Spawners
-Simple Accessories Fabric
-SimpleAuth
-Simple Backpack Fabric
-Simple BC Pipes
-Simple Drawers
-Simple Generation
-Simple Harvest
-Simple Quern
-SimpleServerSorter
-Simple Teleporters
-Simple Void World
-Simplex Terrain Gen
-Simply Platinum
-Simply Strawberries
-Sit Fabric
-Size Entity Attributes
-Slab Helper
-Sleep Vote
-Slight GUI Modifications
-Slightly Vanilla
-Slime Block In The Redstone Tab
-Slotlink
-Smoke Extender
-Smooth Coasters
-Smooth Scrolling Everywhere Fabric
-Snapshot Ideas
-Sneak Through Berries
-Snow Accumulation
-Snowdrift
-Snowy Leaves
-So It Burns
-Soaring Clouds
-Sodium
-Solid Worlds
-Sonic Devices
-SorceryCraft
-Soulbound Fabric
-Soul Sandstone
-Soul Soil Farmlands
-Spark
-Spectator Survival
-Speed Trading
-Spice of Fabric
-Spinnery
-Sponges Plus
-Squid Craft
-Squish
-Stacc
-Stackable Potions
-Staff of Building
-Staff Derps
-Stockpile
-Stair Doors
-Starting Notes
-Straw Dummy
-Stream Participation
-Staff of Building
-Straighten Up
-Static FOV
-Stats Keeper Fabric
-Statement Library
-StatusHUD
-Steelseries Gamesense Fabric
-StepUpNext
-Stonecutter Tweaks
-Stop Hiding
-Storage Cabinet
-Strong and Fair Anvils
-Structure Helpers
-StuffZ
-Suludom
-Suitably Stackable Stew
-Superaxes
-Super Cobblestone Funnels
-Surreal Biomes
-Survival Additions
-Survival Debug Stick
-Switcheroo/Autoswap Updated
-Sword Parry
-Tab Inventory
-TacoCraft
-Tag Links
-TallTallCane
-TaylorCommands (similar to MyCommands)
-TCrafting
-Teal Bricks (now in Blockus)
-TeamPerms
-Tech Reborn
-Tell Me
-Textile Backup
-Text Coloriser Plugin
-Thallium FPS Boost
-The Loved Ones
-Thermal Conversion
-Thresher
-Time To Live
-Tiny Fuel
-Tiny Mod
-Tiny Parser Benchmark
-Tiny Tweaks
-TIS3D
-Title Scrolls
-Tom's Fabric Lib
-Tom's Storage Fabric
-ToroHealth Damage Indicators
-Trade Fabric
-Trajectory Fabric
-Transparent
-Trophy Slots
-ToggleBlockUpdates
-Toggle Entity Render
-Toggle Toggle
-Toggle Walk Mk2
-TorchBow
-Torcherino
-Torch Key
-Torrid Vision
-Tough Glass
-Towelette
-Trample Stopper Fabric
-Trampoline
-Translater
-Translated Server Log
-Trap Expansion Fabric
-Traverse
-Trees Do Not Float
-Trinkets Fabric
-Trinket Heart Containers
-Through The Looking Glass
-True Darkness
-Trumpet Skeleton Fabric
-TTKB
-Tumble Dryer
-Tweakeroo
-Twine
-Twitch Chat
-TwoZeroBee
-Unbad Redstone
-Uncraftable Recipes
-Unknown Recipe Type Silencer
-Unlimiter
-Unlit Torches
-UnPatch Zero Tick Farms
-UrLostPajamas
-Useful Food
-Unsuspicious Stew
-VampireLib
-Vanilla Automated
-Vanilla Biomes
-VanillaDeathChest Fabric
-Vanilla Enhanced
-Vanilla Excavators
-Vanilla Experience
-Vanillaful
-Vanilla Hammers
-Vanilla Ingredients Cooking Expanded
-Vanilla Music Extension
-Vanilla Parts
-Vanilla Toolsets
-Varied Mob Textures
-VarLight
-Veggie Way Fabric
-Version Changer
-Vertical Slabs
-ViaFabric (ViaVersion for Fabric)
-VillagerFix
-Villager Hats
-Villagers Follow Emeralds
-Void Fog Fabric
-Void World Fabric
-VoxelMap
-Wall Jump (Fabric)
-Wandering Trader On A Stick
-Ward Blocks Fabric
-Water Erosion
-Watson
-WaveAway
-Way More Ores
-Wendigoism
-Where Is It
-Whiplash: Magic Dungeons Fabric
-White Glowstone
-White Rabbit
-Wild Explorer
-Wild World
-WI Zoom (Wurst Imperium Zoom)
-Window Title Changer
-Window Title Changer (Fabric)/Fabric Title Changer
-Window Wonders
-Winged
-Wishing For Sunshine
-Wither Skeleton Totem
-Wolves With Armor
-Woodcutter
-Woods and Mires
-Woods Plus
-Wool Plates
-WorldComet
-WorldEdit
-WorldEdit CUI Fabric Edition
-World Gen Tweaker
-WorldTime
-WorldTooltips Fabric
-WorldTypeFixer
-Wrenchable
-Wrench Anything
-Xaero's Minimap
-Xaero's Minimap (Fair-Play Edition)
-Xaero's World Map
-XEnchant
-XL Packets
-Yet Another Gravestone Mod
-YNet
-Your Options Shall Be Respected (YOSBR)
-Zombie Conversion Always
-Zombie Mushrooms
3.5.Additional Things for Mods (Resource Packs):
Mod Support Resource Packs:
-Linked Storage Ender Storage Resource Pack:
https://www.curseforge.com/minecraft/texture-packs/enderstorage-for-fabric
-Vanilla Hammers Forge & Fabric Resource Pack
https://bdcraft.net/community/releases-for-mods-f9/vanilla-hammers-t7597.html
-OCD Roughly Enough Items Mini Pack Resource Pack
https://www.curseforge.com/minecraft/texture-packs/ocd-roughly-enough-items-mini-pack
-XNet for Fabric Resource Pack
https://www.curseforge.com/minecraft/texture-packs/xnet-for-fabric
4.Modpacks (Snapshot & Release):
Snapshot/Pre-Release Modpacks (Pre-Rel 2 to 1.16 RC1):
1.All of Fabric 3 - up to 20w16a currently:
Description/Modlist/Install Instructions: https://github.com/AllOfFabric/AOF-3/
Releases: https://github.com/AllOfFabric/AOF-3/releases
2.Tanned Fabric Pre-Rel 2
https://drive.google.com/file/d/1CVS6eVbhq_FO_KkOBXR8xdjssFa_qwwf/view?usp=sharing
Pre-Rel 5
https://drive.google.com/file/d/1Mc4JDOeKWti_NxNyV_TiZPfEHo3kSBdg/view?usp=sharing
Release Modpacks (1.16+):
1.All of Fabric 3
https://github.com/AllOfFabric/All-of-Fabric-3/releases
2.Tanned Fabric 1.16/1.16 RC1
https://drive.google.com/file/d/1lYu9yX97vcPjn9vkwbcZ4oBZtN9OCOVI/view?usp=sharing
2.5Tanned Fabric 1.16.1 Upgrade
https://www.curseforge.com/minecraft/modpacks/tanned-fabric-upgraded
5.Fabric Requirements:
Fabric Loader (required to install Fabric into your launcher):
https://fabricmc.net/use/
Fabric API (required for many mods but not all):
https://www.curseforge.com/minecraft/mc-mods/fabric-api
Mod Menu (a mod list/mod options button)
https://www.curseforge.com/minecraft/mc-mods/modmenu
OptiFine:
https://www.optifine.net/downloads
OptiFabric (to use alongside Optifine for Fabric compatibility with it):
https://www.curseforge.com/minecraft/mc-mods/optifabric
Roughly Enough Items (a recipe viewing/cheat items mod):
https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items/files
6.April Fools 20w14Infinite (if you want to try out last year's April Fools [the Shareware one] Fabric mods for 1.14 (19w13b, go to the Fabric 1.14 Forum Thread here: https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-mods/mods-discussion/2938388-fabric-1-14-rel-snapshot-mod-loader-mod-discussion)
20w14Infinite Modpack by ScottoMotto:
https://www.mediafire.com/file/mw8vl1txt7fkg1i/20w14Infinite_Fabric.zip/file
You can find out more from the video here:
Mod Menu (McAfee Anti-Virus reference) Go with the latest for 20w13b, I think that's the one with it or try the one in the 20w14Infinite modpack to compare.
https://www.curseforge.com/minecraft/mc-mods/modmenu/files
Roughly Enough Items (randomisation in the side panel similar to the order you see in the creative menu)
https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items/files/2918465
Adorn (compatible, I don't know if there is anything special here)
https://github.com/Juuxel/Adorn/releases/tag/1.8.2
If there is more let me know but these are the stand out ones I found other than the mods being compatible in the 20w14Infinite modpack.
Leftover space down here.
Niche Community Content Finder, Youtuber, Modpack/Map Maker, "Duck" "Fabric/Old Modloaders Enthusiast"
Thread Maintainer of APortingCore, Liteloader Download HUB, Asphodel Meadows, Fabric Project, "Legacy/Cursed Fabric/Ornithe", "Power API/Tesla", Rift/Fabric/Forge 1.13 to 1.17. "" = active support projects
"Wikis" Maintain: https://modwiki.miraheze.org/wiki/User:SuntannedDuck2, "https://ftb.fandom.com/wiki/Quilt", https://ftb.fandom.com/wiki/UserProfile:SuntannedDuck2, "https://gran-turismo.fandom.com/wiki/Gran_Turismo_4_Toyota_Prius_Edition"
First 1.16 Snapshot Forum Thread Mod Posts:
Use mods and snapshot at your own risk.
Updates:
-Orderly 20w06a (while it states 1.15.2 the dev stated it works in the snapshot)
https://www.curseforge.com/minecraft/mc-mods/orderly/files
-Fabric API 20w06a
https://www.curseforge.com/minecraft/mc-mods/fabric-api/files/all
-Torcherino 20w06a
https://www.curseforge.com/minecraft/mc-mods/torcherino/files
-More Enchantments 20w06a
https://www.curseforge.com/minecraft/mc-mods/fabric-more-enchantments/files
-Vanilla Hammers 20w06a
https://www.curseforge.com/minecraft/mc-mods/vanilla-hammers/files
-OkZoomer 20w06a
https://www.curseforge.com/minecraft/mc-mods/ok-zoomer/files
-Expanded Storage 20w06a
https://www.curseforge.com/minecraft/mc-mods/expanded-storage/files
-Mooblooms 20w06a
https://www.curseforge.com/minecraft/mc-mods/mooblooms/files
-Yet Another Gravestone Mod 20w06a (dev stated it works in new snapshot)
https://www.curseforge.com/minecraft/mc-mods/yet-another-gravestone-mod/files
Links for Item Scroller, Litematica, MaLiLib, MiniHUD & Tweakeroo for 20w06a
https://masa.dy.fi/mcmods/client_mods/?mcver=1.16-snapshot-20w06a
Niche Community Content Finder, Youtuber, Modpack/Map Maker, "Duck" "Fabric/Old Modloaders Enthusiast"
Thread Maintainer of APortingCore, Liteloader Download HUB, Asphodel Meadows, Fabric Project, "Legacy/Cursed Fabric/Ornithe", "Power API/Tesla", Rift/Fabric/Forge 1.13 to 1.17. "" = active support projects
"Wikis" Maintain: https://modwiki.miraheze.org/wiki/User:SuntannedDuck2, "https://ftb.fandom.com/wiki/Quilt", https://ftb.fandom.com/wiki/UserProfile:SuntannedDuck2, "https://gran-turismo.fandom.com/wiki/Gran_Turismo_4_Toyota_Prius_Edition"
I'm curious as to how it is possible that a modloader, much less anything more than the most basic of mods, can possibly be updated within hours of the release of a snapshot, and for a new update at that (until 1.13 I used to maintain an "old caves" mod which reverted the changes to caves in 1.7 so they generated exactly the same as before and I could update it within 10 minutes but all I had to do was use JD-GUI to decompile the jar, then search for a particular string, then use a bytecode editor to change a couple values, then make a custom version (adding the modified class to the jar, no modloader) and test it).
TheMasterCaver's First World - possibly the most caved-out world in Minecraft history - includes world download.
TheMasterCaver's World - my own version of Minecraft largely based on my views of how the game should have evolved since 1.6.4.
Why do I still play in 1.6.4?
Minor Update:
Updates:
-Better Nether 20w06a
https://www.curseforge.com/minecraft/mc-mods/betternether/files/2875706
-Bulky Shulkies 20w06a
https://www.curseforge.com/minecraft/mc-mods/bulky-shulkies/files/2875705
-CraftPresence 20w06a
https://www.curseforge.com/minecraft/mc-mods/craftpresence/files/2875701
Niche Community Content Finder, Youtuber, Modpack/Map Maker, "Duck" "Fabric/Old Modloaders Enthusiast"
Thread Maintainer of APortingCore, Liteloader Download HUB, Asphodel Meadows, Fabric Project, "Legacy/Cursed Fabric/Ornithe", "Power API/Tesla", Rift/Fabric/Forge 1.13 to 1.17. "" = active support projects
"Wikis" Maintain: https://modwiki.miraheze.org/wiki/User:SuntannedDuck2, "https://ftb.fandom.com/wiki/Quilt", https://ftb.fandom.com/wiki/UserProfile:SuntannedDuck2, "https://gran-turismo.fandom.com/wiki/Gran_Turismo_4_Toyota_Prius_Edition"
Minor Update 2:
Updates:
-Cotton 20w06a
https://www.curseforge.com/minecraft/mc-mods/cotton/files
-Fabric Passable Leaves 20w06a
https://www.curseforge.com/minecraft/mc-mods/fabric-passable-leaves/files
-Traverse 20w06a
https://www.curseforge.com/minecraft/mc-mods/traverse/files/2875774
Niche Community Content Finder, Youtuber, Modpack/Map Maker, "Duck" "Fabric/Old Modloaders Enthusiast"
Thread Maintainer of APortingCore, Liteloader Download HUB, Asphodel Meadows, Fabric Project, "Legacy/Cursed Fabric/Ornithe", "Power API/Tesla", Rift/Fabric/Forge 1.13 to 1.17. "" = active support projects
"Wikis" Maintain: https://modwiki.miraheze.org/wiki/User:SuntannedDuck2, "https://ftb.fandom.com/wiki/Quilt", https://ftb.fandom.com/wiki/UserProfile:SuntannedDuck2, "https://gran-turismo.fandom.com/wiki/Gran_Turismo_4_Toyota_Prius_Edition"
@MasterCaver Sorry for the 2-3 hour late response, was updating the 1.15 thread for about an hour.
I have wondered that, I have seen an interview and looked at the Fabric Discord a few times but yeah it is surprising how they have done it so lightweight, and update friendly to snapshots within the hour or so. I've not properly made a Fabric mod, only looking at a few tutorials so I don't really know what goes into it besides hearing mixin (not using asm) and other things being thrown around. But I assume they just really made their tools/apis and more really flexible.
I'd recommend watching this interview here which is the best public response I find besides asking the devs and getting varying answers:
Niche Community Content Finder, Youtuber, Modpack/Map Maker, "Duck" "Fabric/Old Modloaders Enthusiast"
Thread Maintainer of APortingCore, Liteloader Download HUB, Asphodel Meadows, Fabric Project, "Legacy/Cursed Fabric/Ornithe", "Power API/Tesla", Rift/Fabric/Forge 1.13 to 1.17. "" = active support projects
"Wikis" Maintain: https://modwiki.miraheze.org/wiki/User:SuntannedDuck2, "https://ftb.fandom.com/wiki/Quilt", https://ftb.fandom.com/wiki/UserProfile:SuntannedDuck2, "https://gran-turismo.fandom.com/wiki/Gran_Turismo_4_Toyota_Prius_Edition"
Updated Modlist & Added 20w06a Install Tutorial Video to spoilers:
Minor Update 3:
Updates:
-Terrestria 20w06a
https://www.curseforge.com/minecraft/mc-mods/terrestria/files/2875778
Modpack Update:
-All of Fabric 3 (includes 1.15 mods, use at your own risk)
https://github.com/AllOfFabric/AOF-3/releases/tag/0.0.1
Install Instructions: https://github.com/AllOfFabric/AOF-3/
Niche Community Content Finder, Youtuber, Modpack/Map Maker, "Duck" "Fabric/Old Modloaders Enthusiast"
Thread Maintainer of APortingCore, Liteloader Download HUB, Asphodel Meadows, Fabric Project, "Legacy/Cursed Fabric/Ornithe", "Power API/Tesla", Rift/Fabric/Forge 1.13 to 1.17. "" = active support projects
"Wikis" Maintain: https://modwiki.miraheze.org/wiki/User:SuntannedDuck2, "https://ftb.fandom.com/wiki/Quilt", https://ftb.fandom.com/wiki/UserProfile:SuntannedDuck2, "https://gran-turismo.fandom.com/wiki/Gran_Turismo_4_Toyota_Prius_Edition"
Updating actually takes minutes. The reason is that fabric only has 2 hooks into the game and doesn't need recompilation. It uses a framework that allows you to inject directly into the bytecode called mixins(https://github.com/SpongePowered/Mixin). The decompiled source is only there as a reference and will contain errors. Additionally, the mappings provided by yarn(https://github.com/FabricMC/yarn) are free of use and any community member can PR to it, making deobfuscation extremely fast.
@KaptainWutax
Thanks for the response, that makes things more clear.
Minor Update 4:
Updates:
-Roughly Enough Items 20w06a
https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items/files/2875834
-Carpet Extra 20w06a
https://www.curseforge.com/minecraft/mc-mods/carpet-extra/files/2875791
-Carpet 20w06a
https://www.curseforge.com/minecraft/mc-mods/carpet/files/2875788
-Useful Food 20w06a
https://www.curseforge.com/minecraft/mc-mods/useful-food/files
Niche Community Content Finder, Youtuber, Modpack/Map Maker, "Duck" "Fabric/Old Modloaders Enthusiast"
Thread Maintainer of APortingCore, Liteloader Download HUB, Asphodel Meadows, Fabric Project, "Legacy/Cursed Fabric/Ornithe", "Power API/Tesla", Rift/Fabric/Forge 1.13 to 1.17. "" = active support projects
"Wikis" Maintain: https://modwiki.miraheze.org/wiki/User:SuntannedDuck2, "https://ftb.fandom.com/wiki/Quilt", https://ftb.fandom.com/wiki/UserProfile:SuntannedDuck2, "https://gran-turismo.fandom.com/wiki/Gran_Turismo_4_Toyota_Prius_Edition"
Minor Update 5:
-ShulkerBoxTooltip 20w06a
https://www.curseforge.com/minecraft/mc-mods/shulkerboxtooltip/files
-Mod Menu 20w06a
https://www.curseforge.com/minecraft/mc-mods/modmenu/files
-Cloth Config API 20w06a
https://www.curseforge.com/minecraft/mc-mods/cloth-config/files/all
-Cloth Events API 20w06a
https://www.curseforge.com/minecraft/mc-mods/cloth/files/all
Niche Community Content Finder, Youtuber, Modpack/Map Maker, "Duck" "Fabric/Old Modloaders Enthusiast"
Thread Maintainer of APortingCore, Liteloader Download HUB, Asphodel Meadows, Fabric Project, "Legacy/Cursed Fabric/Ornithe", "Power API/Tesla", Rift/Fabric/Forge 1.13 to 1.17. "" = active support projects
"Wikis" Maintain: https://modwiki.miraheze.org/wiki/User:SuntannedDuck2, "https://ftb.fandom.com/wiki/Quilt", https://ftb.fandom.com/wiki/UserProfile:SuntannedDuck2, "https://gran-turismo.fandom.com/wiki/Gran_Turismo_4_Toyota_Prius_Edition"
Minor Update 6:
Updates:
-Terrestria 20w06a (wall model fix)
https://www.curseforge.com/minecraft/mc-mods/terrestria/files/2875901
-No Potion Offset 20w06a (currently under approval as of typing this)
https://www.curseforge.com/minecraft/mc-mods/no-potion-offset
Niche Community Content Finder, Youtuber, Modpack/Map Maker, "Duck" "Fabric/Old Modloaders Enthusiast"
Thread Maintainer of APortingCore, Liteloader Download HUB, Asphodel Meadows, Fabric Project, "Legacy/Cursed Fabric/Ornithe", "Power API/Tesla", Rift/Fabric/Forge 1.13 to 1.17. "" = active support projects
"Wikis" Maintain: https://modwiki.miraheze.org/wiki/User:SuntannedDuck2, "https://ftb.fandom.com/wiki/Quilt", https://ftb.fandom.com/wiki/UserProfile:SuntannedDuck2, "https://gran-turismo.fandom.com/wiki/Gran_Turismo_4_Toyota_Prius_Edition"
Updates:
-Blast 20w06a
https://www.curseforge.com/minecraft/mc-mods/blast/files
-Nomad Books 20w06a
https://www.curseforge.com/minecraft/mc-mods/nomadbooks/files
-Big Buckets Fabric Edition 20w06a
https://www.curseforge.com/minecraft/mc-mods/bigbuckets-fabric/files/all
-No Water Caves 20w06a
https://www.curseforge.com/minecraft/mc-mods/nowatercaves/files
-Fabric Essentials 20w06a
https://www.curseforge.com/minecraft/mc-mods/fabric-essentials/files
-Exotic Blocks 20w06a
https://www.curseforge.com/minecraft/mc-mods/exotic-blocks/files
-Exotic Matter Library 20w06a
https://www.curseforge.com/minecraft/mc-mods/exotic-matter-library/files
-Fermion 20w06a
https://www.curseforge.com/minecraft/mc-mods/fermion/files
-JMX (JSON Model Extension for Fabric) 20w06a
https://www.curseforge.com/minecraft/mc-mods/jmx/files
-Frex 20w06a
https://www.curseforge.com/minecraft/mc-mods/frex/files
-Trees Do Not Float 20w06a
https://www.curseforge.com/minecraft/mc-mods/trees-do-not-float/files
-Epicurean 20w06a
https://www.curseforge.com/minecraft/mc-mods/epicurean/files
-Extra Doors 20w06a
https://www.curseforge.com/minecraft/mc-mods/extradoors/files
-Honey Mod 20w06a
https://www.curseforge.com/minecraft/mc-mods/honeymod
-Spark 20w06a
https://www.curseforge.com/minecraft/mc-mods/spark
-Photoallergic Creepers 20w06a
https://www.curseforge.com/minecraft/mc-mods/photoallergic-creepers
-Jump Over Fences 20w06a
https://www.curseforge.com/minecraft/mc-mods/jumpoverfences
-Sleep Vote 20w06a
https://www.curseforge.com/minecraft/mc-mods/sleepvote
-Custom Title Screen 20w06a
https://www.curseforge.com/minecraft/mc-mods/customtitlescreen
-Strong and Fair Anvils 20w06a
https://www.curseforge.com/minecraft/mc-mods/strong-and-fair-anvils
-Go Down 20w06a
https://www.curseforge.com/minecraft/mc-mods/go-down
-Facility 20w06a
https://www.curseforge.com/minecraft/mc-mods/facility
-Sheet Lib 20w06a
https://www.curseforge.com/minecraft/mc-mods/sheetlib
-Modpack Menu 20w06a
https://www.curseforge.com/minecraft/mc-mods/modpack-menu
Niche Community Content Finder, Youtuber, Modpack/Map Maker, "Duck" "Fabric/Old Modloaders Enthusiast"
Thread Maintainer of APortingCore, Liteloader Download HUB, Asphodel Meadows, Fabric Project, "Legacy/Cursed Fabric/Ornithe", "Power API/Tesla", Rift/Fabric/Forge 1.13 to 1.17. "" = active support projects
"Wikis" Maintain: https://modwiki.miraheze.org/wiki/User:SuntannedDuck2, "https://ftb.fandom.com/wiki/Quilt", https://ftb.fandom.com/wiki/UserProfile:SuntannedDuck2, "https://gran-turismo.fandom.com/wiki/Gran_Turismo_4_Toyota_Prius_Edition"
Minor Update 1:
-Quazi-Modded 20w06a
https://www.curseforge.com/minecraft/mc-mods/quazi-modded/files
-NBT Tooltip 20w06a
https://www.curseforge.com/minecraft/mc-mods/nbt-tooltip/files
-Light Overlay 20w06a
https://www.curseforge.com/minecraft/mc-mods/light-overlay/files
-SetPlayerData 20w06a
https://cdn.discordapp.com/attachments/507982666755473427/675023547374108729/setplayerdata-1.16-snapshot-0.0.2.jar
Niche Community Content Finder, Youtuber, Modpack/Map Maker, "Duck" "Fabric/Old Modloaders Enthusiast"
Thread Maintainer of APortingCore, Liteloader Download HUB, Asphodel Meadows, Fabric Project, "Legacy/Cursed Fabric/Ornithe", "Power API/Tesla", Rift/Fabric/Forge 1.13 to 1.17. "" = active support projects
"Wikis" Maintain: https://modwiki.miraheze.org/wiki/User:SuntannedDuck2, "https://ftb.fandom.com/wiki/Quilt", https://ftb.fandom.com/wiki/UserProfile:SuntannedDuck2, "https://gran-turismo.fandom.com/wiki/Gran_Turismo_4_Toyota_Prius_Edition"
Updates:
-Blockus 20w06a
https://www.curseforge.com/minecraft/mc-mods/blockus/files
-Farlands 20w06a
https://www.curseforge.com/minecraft/mc-mods/farlands/files
-Fabric Autoswitch 20w06a
https://www.curseforge.com/minecraft/mc-mods/fabric-autoswitch/files
-Illuminations 20w06a
https://www.curseforge.com/minecraft/mc-mods/illuminations/files
-VampireLib 20w06a
https://www.curseforge.com/minecraft/mc-mods/vampirelib/files
-Survival Debug Stick 20w06a
https://www.curseforge.com/minecraft/mc-mods/survival-debug-stick/files
-Sneak Through Berries 20w06a
https://www.curseforge.com/minecraft/mc-mods/sneakthroughberries/files
-Flora Doubling 20w06a
https://www.curseforge.com/minecraft/mc-mods/flora-doubling/files
-Shuffle 20w06a
https://www.curseforge.com/minecraft/mc-mods/shuffle/files
-Wrench Anything 20w06a
https://www.curseforge.com/minecraft/mc-mods/wrench-anything/files
-Wrenchable 20w06a
https://www.curseforge.com/minecraft/mc-mods/wrenchable/files
-Colored Flames 20w06a
https://www.curseforge.com/minecraft/mc-mods/colored-flames/files
-Beem 20w06a
https://www.curseforge.com/minecraft/mc-mods/beem/files
-NetherHigher 20w06a
https://www.curseforge.com/minecraft/mc-mods/netherhigher/files
-Anvil Recipe 20w06a
https://www.curseforge.com/minecraft/mc-mods/anvil-recipe
Niche Community Content Finder, Youtuber, Modpack/Map Maker, "Duck" "Fabric/Old Modloaders Enthusiast"
Thread Maintainer of APortingCore, Liteloader Download HUB, Asphodel Meadows, Fabric Project, "Legacy/Cursed Fabric/Ornithe", "Power API/Tesla", Rift/Fabric/Forge 1.13 to 1.17. "" = active support projects
"Wikis" Maintain: https://modwiki.miraheze.org/wiki/User:SuntannedDuck2, "https://ftb.fandom.com/wiki/Quilt", https://ftb.fandom.com/wiki/UserProfile:SuntannedDuck2, "https://gran-turismo.fandom.com/wiki/Gran_Turismo_4_Toyota_Prius_Edition"
Updates:
-Mod Menu 20w06a
https://www.curseforge.com/minecraft/mc-mods/modmenu/files
-Llama Steeds 20w06a
https://www.curseforge.com/minecraft/mc-mods/llama-steeds/files
-Egg Tab 20w06a
https://www.curseforge.com/minecraft/mc-mods/eggtab/files
-Roughly Enough Items 20w06a
https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items/files
-Adabranium 20w06a
https://www.curseforge.com/minecraft/mc-mods/adabranium/files
-Secret Rooms Fabric 20w06a
https://www.curseforge.com/minecraft/mc-mods/secret-rooms-fabric/files
Niche Community Content Finder, Youtuber, Modpack/Map Maker, "Duck" "Fabric/Old Modloaders Enthusiast"
Thread Maintainer of APortingCore, Liteloader Download HUB, Asphodel Meadows, Fabric Project, "Legacy/Cursed Fabric/Ornithe", "Power API/Tesla", Rift/Fabric/Forge 1.13 to 1.17. "" = active support projects
"Wikis" Maintain: https://modwiki.miraheze.org/wiki/User:SuntannedDuck2, "https://ftb.fandom.com/wiki/Quilt", https://ftb.fandom.com/wiki/UserProfile:SuntannedDuck2, "https://gran-turismo.fandom.com/wiki/Gran_Turismo_4_Toyota_Prius_Edition"
Updates:
-Roughly Enough Items 20w06a
https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items/files
-Elytra Swap 20w06a
https://www.curseforge.com/minecraft/mc-mods/elytra-swap/files
-Adorn 20w06a
https://www.curseforge.com/minecraft/mc-mods/adorn/files
-Random Teleport 20w06a
https://www.curseforge.com/minecraft/mc-mods/random-teleport/files
-Egg Tab 20w06a
https://www.curseforge.com/minecraft/mc-mods/eggtab/files
-Shest 20w06a
https://www.curseforge.com/minecraft/mc-mods/shest/files
-Colored Flames 20w06a
https://www.curseforge.com/minecraft/mc-mods/colored-flames/files
-Increased Ancient Debris 20w06a
https://www.curseforge.com/minecraft/mc-mods/increased-ancient-debris
GitHub Link: https://github.com/VeeDeeOh/IncreasedAncientDebris/releases/tag/v0.1
-Fabric Chunk Pregenerator 20w06a
https://www.curseforge.com/minecraft/mc-mods/fabric-chunk-pregenerator
GitHub Link/Description: https://github.com/SuperCoder7979/fabric-chunkpregenerator
Niche Community Content Finder, Youtuber, Modpack/Map Maker, "Duck" "Fabric/Old Modloaders Enthusiast"
Thread Maintainer of APortingCore, Liteloader Download HUB, Asphodel Meadows, Fabric Project, "Legacy/Cursed Fabric/Ornithe", "Power API/Tesla", Rift/Fabric/Forge 1.13 to 1.17. "" = active support projects
"Wikis" Maintain: https://modwiki.miraheze.org/wiki/User:SuntannedDuck2, "https://ftb.fandom.com/wiki/Quilt", https://ftb.fandom.com/wiki/UserProfile:SuntannedDuck2, "https://gran-turismo.fandom.com/wiki/Gran_Turismo_4_Toyota_Prius_Edition"
Updates:
-LibCD 20w06a
https://www.curseforge.com/minecraft/mc-mods/libcd/files
-Epicurean 20w06a
https://www.curseforge.com/minecraft/mc-mods/epicurean/files
-Lib Multipart 20w06a
https://www.curseforge.com/minecraft/mc-mods/lib-multipart/files
-Simple BC Pipes 20w06a
https://www.curseforge.com/minecraft/mc-mods/simplepipes/files
-Lib Block Attributes 20w06a
https://www.curseforge.com/minecraft/mc-mods/libblockattributes/files
-Lib Network Stack 20w06a
https://www.curseforge.com/minecraft/mc-mods/lib-network-stack/files
-Iron Barrels 20w06a
https://www.curseforge.com/minecraft/mc-mods/iron-barrels/files
-Fabric API 20w06a
https://www.curseforge.com/minecraft/mc-mods/fabric-api/files/all
-Artis 20w06a
https://www.curseforge.com/minecraft/mc-mods/artis/files
-Extra Doors 20w06a
https://www.curseforge.com/minecraft/mc-mods/extradoors/files
-NBT Crafting 20w06a
https://www.curseforge.com/minecraft/mc-mods/nbt-crafting/files/all
-Mouse Wheelie 20w06a
https://www.curseforge.com/minecraft/mc-mods/mouse-wheelie/files
-Player Light Fix 20w06a
https://www.curseforge.com/minecraft/mc-mods/player-light-fix/files
-Dungeons Mod 20w06a
https://www.curseforge.com/minecraft/mc-mods/dungeons-mod
Modpack Update:
-All Of Fabric 3 0.0.2
https://github.com/AllOfFabric/AOF-3/releases/tag/0.0.2
Niche Community Content Finder, Youtuber, Modpack/Map Maker, "Duck" "Fabric/Old Modloaders Enthusiast"
Thread Maintainer of APortingCore, Liteloader Download HUB, Asphodel Meadows, Fabric Project, "Legacy/Cursed Fabric/Ornithe", "Power API/Tesla", Rift/Fabric/Forge 1.13 to 1.17. "" = active support projects
"Wikis" Maintain: https://modwiki.miraheze.org/wiki/User:SuntannedDuck2, "https://ftb.fandom.com/wiki/Quilt", https://ftb.fandom.com/wiki/UserProfile:SuntannedDuck2, "https://gran-turismo.fandom.com/wiki/Gran_Turismo_4_Toyota_Prius_Edition"
Unsure:
-No Chat Ratelimits (A Fabric mod but not sure if it's for 1.15.2 or 20w06a or even 1.14.4, there is no version listing)
https://github.com/des-cuddlebat/no-chat-ratelimits/releases/tag/v0.1.0
Updates:
-Jumploader 20w06a
https://www.curseforge.com/minecraft/mc-mods/jumploader/files
-Textile Backup 20w06a
https://www.curseforge.com/minecraft/mc-mods/textile-backup/files
-Roughly Enough Items 20w06a
https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items/files
-The Loved Ones 20w06a
https://www.curseforge.com/minecraft/mc-mods/the-loved-ones/files
-Mouse Wheelie 20w06a
https://www.curseforge.com/minecraft/mc-mods/mouse-wheelie/files
-Corail Woodcutter 20w06a
https://www.curseforge.com/minecraft/mc-mods/corail-woodcutter/files
-Phosphor 20w06a
https://www.curseforge.com/minecraft/mc-mods/phosphor/files
-NBT Crafting 20w06a
https://www.curseforge.com/minecraft/mc-mods/nbt-crafting/files/all
-LibCD 20w06a
https://www.curseforge.com/minecraft/mc-mods/libcd/files
-Window Title Changer 20w06a
https://www.curseforge.com/minecraft/mc-mods/window-title-changer/files
-Lithium 20w06a
https://www.curseforge.com/minecraft/mc-mods/lithium/files
-Window Title Changer (Fabric) 20w06a
https://www.curseforge.com/minecraft/mc-mods/fabric-title-changer/files
Niche Community Content Finder, Youtuber, Modpack/Map Maker, "Duck" "Fabric/Old Modloaders Enthusiast"
Thread Maintainer of APortingCore, Liteloader Download HUB, Asphodel Meadows, Fabric Project, "Legacy/Cursed Fabric/Ornithe", "Power API/Tesla", Rift/Fabric/Forge 1.13 to 1.17. "" = active support projects
"Wikis" Maintain: https://modwiki.miraheze.org/wiki/User:SuntannedDuck2, "https://ftb.fandom.com/wiki/Quilt", https://ftb.fandom.com/wiki/UserProfile:SuntannedDuck2, "https://gran-turismo.fandom.com/wiki/Gran_Turismo_4_Toyota_Prius_Edition"
Updates:
-JumpLoader 20w06a
https://www.curseforge.com/minecraft/mc-mods/jumploader/files
-Fabric Language Scala 20w06a
https://www.curseforge.com/minecraft/mc-mods/fabric-language-scala/files
-Roughly Enough Items 20w06a
https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items/files
-Fair Enchanting 20w06a
https://www.curseforge.com/minecraft/mc-mods/fairenchanting/files
Niche Community Content Finder, Youtuber, Modpack/Map Maker, "Duck" "Fabric/Old Modloaders Enthusiast"
Thread Maintainer of APortingCore, Liteloader Download HUB, Asphodel Meadows, Fabric Project, "Legacy/Cursed Fabric/Ornithe", "Power API/Tesla", Rift/Fabric/Forge 1.13 to 1.17. "" = active support projects
"Wikis" Maintain: https://modwiki.miraheze.org/wiki/User:SuntannedDuck2, "https://ftb.fandom.com/wiki/Quilt", https://ftb.fandom.com/wiki/UserProfile:SuntannedDuck2, "https://gran-turismo.fandom.com/wiki/Gran_Turismo_4_Toyota_Prius_Edition"
Updates:
-Expanded Storage 20w06a
https://www.curseforge.com/minecraft/mc-mods/expanded-storage-fabric/files
-Clipboards 20w06a
https://www.curseforge.com/minecraft/mc-mods/clipboards
-Linked Storage 20w06a
https://www.curseforge.com/minecraft/mc-mods/linked-storage/files
-Iron Barrels 20w06a
https://www.curseforge.com/minecraft/mc-mods/iron-barrels/files
-Water Erosion 20w06a
https://www.curseforge.com/minecraft/mc-mods/water-erosion/files
-Roughly Enough Items 20w06a
https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items/files
-Facility 20w06a
https://www.curseforge.com/minecraft/mc-mods/facility/files
Niche Community Content Finder, Youtuber, Modpack/Map Maker, "Duck" "Fabric/Old Modloaders Enthusiast"
Thread Maintainer of APortingCore, Liteloader Download HUB, Asphodel Meadows, Fabric Project, "Legacy/Cursed Fabric/Ornithe", "Power API/Tesla", Rift/Fabric/Forge 1.13 to 1.17. "" = active support projects
"Wikis" Maintain: https://modwiki.miraheze.org/wiki/User:SuntannedDuck2, "https://ftb.fandom.com/wiki/Quilt", https://ftb.fandom.com/wiki/UserProfile:SuntannedDuck2, "https://gran-turismo.fandom.com/wiki/Gran_Turismo_4_Toyota_Prius_Edition"