Shared library of useful classes and functions for mod development. Does nothing on its own - you will see nothing new in-game with this mod alone.
Reduces boilerplate and duplicate code. Used by Stormwind's mods.
Features include:
- MatchingConfig classes to help make a mod highly configurable in relation to things in game
- A BaseChest class based on vanilla Minecraft's chest, from which to derive new chest types
- An adapter set, IThing, for basic use of ItemStack, Entity, and TileEntity instances via a single interface
- Map manipulation library
- Client/Server proxy bases classes derived from Choonster's TestMod3
- Container capability listeners derived from Choonster's TestMod3
- BlockRepair library derived from Corosus' CoroUtil
- Many more utility classes
-
My mods
- Food Funk - What is that funky smell in my backpack? Food spoils over time unless preserved. Configure any item to rot, any container to preserve items.
- Canny Composter - Compost more stuff! Turn excess organic material and rotted food into nutrients for plants.
- Mega Map - Cartographers rejoice! Mega zoomed out maps - scales of 5 aka 1:32 and greater!
- Web Slinger - Spiders shoot webbing at you - slinging webs from a distance, or when they hit you in melee!
- Pantography - Copy Map item data to other Maps including different scale Maps.
- Palimpsest - Erase Maps and Books for reuse by rubbing with Redstone Dust.
- Flourishing Foliage - Can't keep a tree down! Tree leaves regrow outward after harvesting if enough tree trunk is left.
- Saplings to Sticks - Strip saplings to get sticks. That's it - nothing more.
- Daring Debug - Do you DARE to see extra debug information? Includes TileEntity and Tag information.
Hi my dude, fyi: the 1.12.2 version seem to be wrongly signed or something.
kind regards
Hi there ! I've download this mod because it seems to be a requirement for : Food funk forge mod 1.12.x and everytime that i'm trying to launch the game it says that i need a "Wumpleutil 2.12 or above" i've downloaded the mod on different siteweb and i've been trying to take the one as close as our date so it can be the lastest version but it always seem to not be "high" enough ! it always seems like they're all under version. Would you happen to know what I can do to fix it ? or is there a place where the correct version can be downloaded? Thanks and sorry if my english isnt the best, if there's some stuff that you didnt understand, let me know, i'll try to rephrase it all, thanks !
Edit : No idea how to delete it , because for some reason , it did work that time around ? Weird stuff, anyway , thank you for your time.
Cool mod but i'm getting a crash after 4 hours of gameplay
In reply to powraca1:
Please enter an issue on the Github project for the mod, and include a crash report. Thanks!
In reply to Stormwind99:
Oh yes im sorry but the bug is actually on the food funk side.
In reply to powraca1:
Please enter a bug in the Food Funk github issue tracker then - thanks!
Your mod causes a crash
Crash
In reply to mairantv:
Looks like that crash is actually caused by LightningCraft, see the lines around:
In reply to mairantv:
I believe the bug is actually in LightningCraft - when capabilities are being queried, its code is failing to properly handle a null EnumFacing which is a valid facing value (represents no facing):
The problem is on this line of LightningCraft's TileEntityLightningItemHandler.java:
https://github.com/sblectric/LightningCraft/blob/master/src/main/java/sblectric/lightningcraft/tiles/TileEntityLightningItemHandler.java#L110
Recent updates:
Recent updates: