Ender's Modpack Tweaks
This is a collection of tweaks and changes for the modpacks I'm working on. I will be adding more as I go along. Now that I'm somewhat comfortable writing mods, I don't have to rely on other mods to make the changes I want. Each feature can be enabled or disabled in the config file, so you can pick and choose what features you need for your own modpack. If you have any suggestions, feel free to let me know.
Current Features
New Features
- 🆕 TimeSync
- sync the in-game time with the system time of the server
- this makes minecraft days actually 24 hours long
- added an option that disables sleeping
Minecraft
- ✅ Inventory Crafting
- option to disable the 2x2 crafting field in the inventory
- the implementation isn't optimal as I would like to remove it completely, but it is a start
- ✅ End Gateway
- change the bedrock to something else
- replace the entire gateway with a structure file
- change the radius and the height the gateway can generate
- ✅ End Portal
- change the bedrock / torches / endstone that is generated
- replace the entire portal with a structure file
- ✅ Obsidian Spikes
- change the obsidian that is generated
- change the radius and the height the spikes can generate
- change the number of spikes that generate
- force every spike to be guarded
- ✅ Nether Portal Tweaks
- allow portal creation in the end
- disallow the traverse of entities
- disallow the creation of portals in the first place
- ✅ Difficulty Tweaks
- force a specific difficulty
- lock the difficulty so it can't be changed afterwards
- ✅ Gamemode Tweaks
- force a specific gamemode
- force hardcore
- allow commands
- ✅ Visuals
- disable the display of the held item name above the hotbar
Mods
- ✅ tweaking PerfectSpawn
- generate a default config file if it doesn't exist
- moved the config file to the config folder
- ✅ tweaking Pyrotech
- tweak the rock type that generates in the world
- you can now specify the weight of each rock type
- ✅ tweaking Rustic
- tweak the generation of Wildberry Bushes
- allow placing Wildberry Bushes on more blocks
- allow adding an offset to the Armor and Toughness Renderer
- ✅ adapting Dragon Murder
- autokill the first "free" ender dragon
- a bunch of config options to tweak the initial end to your likings
- ✅ tweaking Default World Generator without Server Side Prompts
- fixed a bug where the texture of the world selection screen would break if your window is too large
- ✅ tweaking Simple Difficulty
- allow moving the thirst bar if it overlaps with something else
- ✅ tweaking ItemPhysic Full
- improve the tooltip in alternative pickup mode to show the size of the item stack that is being looked at
- color the tooltip respectively to the item rarity
- ✅ tweaking Tool Progression
- restructured the config folder
- prevents spamming the server chat everytime someone wants to write a command
- load the magic mushroom item only when tconstruct is loaded
- ✅ tweaking First Aid
- center the HUD, so it's easier to place next to the hotbar, independent of the screen width
- disable the Tutorial Message
- ✅ tweaking Quark
- always show the usage ticker
- allow setting a vertical offset to the usage ticker
- add more Speleothems to the world (obsidian, endstone)
- ✅ tweaking Dark Utilities
- increase the CollisionBox of the Vector Plate, to make items visible when using something like ItemPhysics
- allow Vector Plates to insert items into inventories (either in front or below the plate)
- only allow Items to be moved by the Vector Plate
- ✅ tweaking Lightweight Blood Mechanics
- add an offset to the bleeding overlay renderer
- increase the size of the bleeding overlay
- ✅ tweaking BetterEndForge Backport
- override a few hardcoded values to make it compatible with my other end tweaks
- these may be removed in the future when the mod author actually makes them configurable
- ✅ adapting Pack Crash Info
- the mod's license (ARR) doesn't allow forking so I rewrote the functionality from scratch
- ✅ tweaking Backpack Opener
- remove CraftTweaker dependency
- allow adding entries via the config file
- ✅ tweaking Crissaegrim
- works again with the newest version of MysticalLib
- allow setting the mob it drops from
- allow setting the drop chance
- disable the drop
- ✅ tweaking Astral Sorcery
- allow Fake Players to interact with various blocks
- ✅ adapting Material Changer
- instead of one long list, entries are now separated by categories
- ✅ adapting Enhanced Boss Bars for 1.12.2
- utilizes AssetMover to obtain the textures without breaking the license
- ✅ tweaking Flux Networks
- allow overriding the max tier of IC2 Energy
- allow manually setting the max tier of IC2 Energy
- ✅ tweaking Multi Builder Tool
- fix crash with Flux Networks
- ✅ tweaking Reskillable
- order all skills alphabetically