Infdev EXB
⚪ Last updated 2023⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
🖼️ Gallery (9 images)
🔍 Analysis
- 👍 0.4% endorsement rate
- 🏆 #84 of 295 equipment mods in this game by downloads
📋 About This Mod
# WARNING! YOU MUST INSERT THE JAVA ARGUMENT -Djava.util.Arrays.useLegacyMergeSort=true OR IT WILL CRASH SECONDS AFTER WORLD LOADING. <strike>This will be fixed in 9.2, however until so you</strike> must pass this ### Infdev EXB Infdev EXB (short for EXperimental Build) is a content mod for Minecraft Infdev 20100415. Originally I was going to make an ARG, later abandoned that idea, but the 1.0.16.05-like theme is still here. ## Additions/Changes - Quit button in the Menu - options like difficulty moved to per world - option to make all mobs passive (a.k.a better peaceful) - "bedrock" Far Lands that have no skygrid (and that's good) - Read Me! screen (accessable from the menu) that shows mod's changelog. Don't worry, all these restrictions aren't true - more montainous (=better) world generator - amplified++ world type (if the world hadn't mountains...) - Far Lands patch. it actually does not patch them, but it's quite interesting - world shrinking. This feature allows to stretch and unstretch the world as you want - removed the 32 million limit - copper and tin ores and ingots - iron and copper components - forges. They are used to merge ores and ingots - bronze alongside with its ingots, tools, weapons, armour and block. It is the same as iron, but less durable - commands - bigger trees - mob spawning in Far Lands removed for better performance - stamina, allows you to sprint. You cannot hit mobs while having less than 10% - item tooltips - stamina that allows you to sprint - backported doors - trapped chests - ported classic water mechanics - ported the early infdev terrain generator (and the brick pyramids, plus upgraded obsidian walls) - added a per-world selection of terrain generator - backported cave generation from late infdev (finally) - backported world generation from late infdev (the "alpha" generator) - added structure API - added stone wells - added ruined towers, which may contain chest with loot or a trap chest (50% chance) - added ruined villages - fixed torch particles having offset at large distances ## Future Ideas - buckets (to backport) - pickaxe block - beta world generator It would be also good to make the mod 64bit, so that the game would be smoother, and the world shrink feature could be extended. The BigInteger would be better for this task, but it is quite slow compared to raw types like int or long. ## Structure ideas - castle ruins - house ruins - ruined villages - buried ruins - shipwrecks Why so many ruins and nothing other? The lore of this mod (at least with the alpha worldgen) is that you are a visitor from alternate universe, in a world with ruins of an ancient civilization. ## Installing I recommend doing it in launcher like PolyMC, so you don't need to have many WinRAR instances open etc... First off, create a new instance with inf-20100618. Then, download (https://archive.org/download/Minecraft-JE-Infdev/inf-20100415/inf-20100415.jar), and use it with the 'Replace minecraft.jar' button. Then download the mod zipfile, select the replaced jarfile in instance, click on 'Add to minecraft.jar' and select the zipfile. Voila. ## Crafting recipes for added items <img src="https://raw.githubusercontent.com/glowiak/p/master/img/bronze_ingot_fi.png"> <img src="https://raw.githubusercontent.com/glowiak/p/master/img/bronze_ingot_fo.png"> <img src="https://raw.githubusercontent.com/glowiak/p/master/img/copper_ingot.png"> <img src="https://raw.githubusercontent.com/glowiak/p/master/img/tin_ingot.png"> <img src="https://raw.githubusercontent.com/glowiak/p/master/img/copper_component.png"> <img src="https://raw.githubusercontent.com/glowiak/p/master/img/iron_component.png"> <img src="https://raw.githubusercontent.com/glowiak/p/master/img/forge.png"> <img src="https://raw.githubusercontent.com/glowiak/p/master/img/trap_chest.png"> ## Issues - Sorting crash (more below) - lighting bugs in spawn chunks in world generators other than old - a true Far Lands fix without leaving the skeleton - structures appearing partially in air ## About the Sorting crash I don't know why this happens - from what I've wrote the game should automatically pass this into itself. Also the crash does not happen on unobfuscated code nor on the "old" generator. And on the "custom" generator it seems like it depends on the seed, because there were some that were completly playable, some had instant crashes and some did crash after looking backwards. Concluding, please use this argument until I figure out what is wrong. ## About Creating This mod has been created using RetroMCP. It does not need any ModLoader, I just HAD TO select something.
# WARNING! YOU MUST INSERT THE JAVA ARGUMENT -Djava.util. Arrays.useLegacyMergeSort=true OR IT WILL CRASH SECONDS AFTER WORLD LOADING. This will be fixed in 9. 2, however until so you must pass this
### Infdev EXB
Infdev EXB (short for EXperimental Build) is a content mod for Minecraft Infdev 20100415. Originally I was going to make an ARG, later abandoned that idea, but the 1. 0. 16. 05-like theme is still here.
## Additions/Changes
- Quit button in the Menu
- options like difficulty moved to per world
- option to make all mobs passive (a.k.a better peaceful)
- "bedrock" Far Lands that have no skygrid (and that's good)
- Read Me! screen (accessable from the menu) that shows mod's changelog. Don't worry, all these restrictions aren't true
- more montainous (=better) world generator
- amplified++ world type (if the world hadn't mountains...)
- Far Lands patch. it actually does not patch them, but it's quite interesting
- world shrinking. This feature allows to stretch and unstretch the world as you want
- removed the 32 million limit
- copper and tin ores and ingots
- iron and copper components
- forges. They are used to merge ores and ingots
- bronze alongside with its ingots, tools, weapons, armour and block. It is the same as iron, but less durable
- commands
- bigger trees
- mob spawning in Far Lands removed for better performance
- stamina, allows you to sprint. You cannot hit mobs while having less than 10%
- item tooltips
- stamina that allows you to sprint
- backported doors
- trapped chests
- ported classic water mechanics
- ported the early infdev terrain generator (and the brick pyramids, plus upgraded obsidian walls)
- added a per-world selection of terrain generator
- backported cave generation from late infdev (finally)
- backported world generation from late infdev (the "alpha" generator)
- added structure API
- added stone wells
- added ruined towers, which may contain chest with loot or a trap chest (50% chance)
- added ruined villages
- fixed torch particles having offset at large distances
## Future Ideas
- buckets (to backport)
- pickaxe block
- beta world generator
It would be also good to make the mod 64bit, so that the game would be smoother, and the world shrink feature could be extended. The BigInteger would be better for this task, but it is quite slow compared to raw types like int or long.
## Structure ideas
- castle ruins
- house ruins
- ruined villages
- buried ruins
- shipwrecks
Why so many ruins and nothing other? The lore of this mod (at least with the alpha worldgen) is that you are a visitor from alternate universe, in a world with ruins of an ancient civilization.
## Installing
I recommend doing it in launcher like PolyMC, so you don't need to have many WinRAR instances open etc...
First off, create a new instance with inf-20100618. Then, download (https://archive.org/download/Minecraft-JE-Infdev/inf-20100415/inf-20100415.jar), and use it with the 'Replace minecraft.jar' button. Then download the mod zipfile, select the replaced jarfile in instance, click on 'Add to minecraft.jar' and select the zipfile. Voila.
## Crafting recipes for added items








- [ Won't fix ] Sorting crash (more below)
- [ Won't fix ] lighting bugs in spawn chunks in world generators other than old
- [ Working on ] a true Far Lands fix without leaving the skeleton
- [ Will work on ] structures appearing partially in air
## About the Sorting crash
I don't know why this happens - from what I've wrote the game should automatically pass this into itself.
Also the crash does not happen on unobfuscated code nor on the "old" generator. And on the "custom" generator it seems like it depends on the seed, because there were some that were completly playable, some had instant crashes and some did crash after looking backwards.
Concluding, please use this argument until I figure out what is wrong.
## About Creating
This mod has been created using RetroMCP. It does not need any ModLoader, I just HAD TO select something.
📊 Mod Details
- Game
- Minecraft Mods
- Author
- glowiak
- Version
- 10.3
- Downloads
- 3,703
- Endorsements
- 13
- Category
- equipment
- Created
- 4/24/2023
- Updated
- 6/13/2023
- Game Versions
- inf-20100618
- Tags
- equipment, utility, worldgen
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does Infdev EXB support?
The author lists inf-20100618. Other versions may work but are untested by the author.
What is the latest version of Infdev EXB?
Version 10.3, published 2023-06-13 with 3,703 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await








