
Stripped MC
Is a proof-of-concept modpack that is designed to remove certain elements of the game that add unneccesary clutter! This pack is liscenced under Creative Commons Attribution 4.0, which means you are fully free to take and use its contents for your own pack provided you credit this modpack for the content you use!
Alright, so what does this pack change?
List of Features
No Seeds
config\reliable_remover\reliable_remover.json + config/aseedlessplace.toml
This module removes seed items and instead has crops placed with themselves.
Pumpkin Slices
stripped-mc-replacement_foods.js + stripped-mc-pumpkinslice.js
For Pumpkins, which can't be placed to plant more, we added a new Pumpkin Slice item, which replicates the Melon Slice in functionality.
No Ore Nuggets
kubejs/server_scripts/stripped-mc-removed-nuggets.js
This module removes ore nuggets (Iron Nugget, Gold Nugget, etc.) and replaces the recipes of items that used them with their Ingot counterpart.
No Log Stripping
kubejs/server_scripts/stripped-mc-no_tree_shaving.js
This module disables the ability to strip logs with an axe, instead replacing it with inventory crafting recipes.
Flora Gathering
kubejs/server_scripts/stripped-mc-flora-gathering.js
This module restricts flowers from being picked up unless if the player uses a hoe.
Food Replacement
kubejs/startup_scripts/stripped-mc-replacement_foods.js
Registers the Meat and Fish items.
Mob Drops
kubejs/server_scripts/stripped-mc-mob-drops.js
This module disables specific mob drops and adds new ones, like Meats for the animals and Glowstone Dust for Glow Squids.
No Phantoms
kubejs/server_scripts/stripped-mc-nophantoms.js
This module forcibly enables a gamerule upon launching a world that prevents phantoms from spawning.
No Popped Chorus
kubejs/server_scripts/stripped-mc-removed-poppedchorus.js
This module removes the recipes that uses the Popped Chorus Fruit, replacing those recipes with regular Chorus Fruit
Rotten Flesh to Leather
kubejs/server_scripts/stripped-mc-rotten_to_leather.js
Adds a leather recipe from cooking Rotten Flesh
Gunpowder Duplicates Torches
kubejs/server_scripts/stripped-mc-duplicate_torches.js
Adds a recipes that allows you to duplicate Torches with Gunpowder
Wheat Tooltip
kubejs/client_scripts/shift_tooltip.js
Adds a tooltip for wheat explaining how to plant it. Disabled by default.
Assets
kubejs/assets/
Has the textures for the Fish and Meat items.
Mods
Reliable Remover
config/reliable_remover/reliable_remover.json
A configuration file that removes seeds, nuggets, etc.
Bigger Stacks
config/biggerstacks-rules.xml
Allows you to hold 10x the normal capacity of Flowers and Dust items.
Clutter No More
config\clutternomore
Crouching whilst holding certain items that have blocksets, like Logs or Stone Bricks, will let you easily change the blocks you're holding into those ones, reducing the number of stray leftover blocks you'll have in your inventory.
Hope this helps you make a great modpack! :D
Created by Nekomaster and waccyy