Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deflatedpickle/somft
minecraft qol tweaks and vanilla+ additions
https://github.com/deflatedpickle/somft
minecraft quiltmc
Last synced: 21 days ago
JSON representation
minecraft qol tweaks and vanilla+ additions
- Host: GitHub
- URL: https://github.com/deflatedpickle/somft
- Owner: DeflatedPickle
- License: gpl-3.0
- Created: 2023-09-25T11:31:19.000Z (over 1 year ago)
- Default Branch: 1.20.1
- Last Pushed: 2024-03-19T22:47:58.000Z (10 months ago)
- Last Synced: 2024-03-19T23:40:11.538Z (10 months ago)
- Topics: minecraft, quiltmc
- Language: Java
- Homepage: https://modrinth.com/mod/somft
- Size: 484 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# somft ![Build](https://github.com/DeflatedPickle/somft/actions/workflows/gradle-build.yml/badge.svg)
qol tweaks and vanilla+ additions
## what it do tho
### changes
- tips on loading screens
- 3d person death screen _(experimental)_
- #### mobs
- mobs can be set on fire directly
- mobs on fire spread said fire (gamerule: `doMobFireGrief`)
- recently fed animals lose interest in food
- cows need to eat grass between being milked
- chickens need to eat grass between laying eggs
- shows arrows stuck in mobs & lets you pull them out
- feed squids raw fish to make baby squids
- expanded pet behaviour _(experimental)_
- creepers are arthropod's
- tamed parrots can be;
* healed & mate with seeds
* picked up by couch+interacting
- #### items
- shows extra info for held items
- flowers are edible but disgusting
- #### blocks
- lit blocks spread fire (gamerule: `doBlockFireGrief`)
- dispensers can now:
- fill/empty cauldrons
- use hoes
- plant crops
- milk cows
- dye sheep
- carve pumpkins
- light carved pumpkins
- dispensers crafted with enchanted bows retain the enchantments
- projectiles break flower pots
- cauldrons can be filled with a bucket of fish
- item frames can be:
* waxed to stop the item rotating & being popped out
* crouch+interacted to reset item rotation
- #### armor
- lower armour stops berry bushes hurting
* doesn't work for chainmail
- horse armor can be enchanted
- #### vehicles
- crouch+interact with vehicles to pick them up
- #### combat
- entities are knocked back based on their size
- #### hud
- hides some debug info when not creative/op
- (most) debug menu text is now translatable
- debug menu shows more info for targeted entities
- #### gui
- armour slots on most guis
- totem slot in inventory _(experimental)_
- better tooltips
- customizable hotbar
- recipe book tab tooltips
- book editing now:
* has jump to start/end buttons
* remove/clear page buttons
### new stuff
- #### items
- empty inksack item & ink collection from squids
- quivers!
* goes on your back
* stores arrows you pick up
* only stores arrows
* they're basically bundles
* bows only shoot from them
* bows will not work without one
- chainmail & netherite horse armour
- arrow on a lead
* crafted from any arrow and a lead
* never lose your arrows again
* attaches the lead to mobs
* walk your dog from afar
- #### blocks
- milk cauldron
* removes status effects
- potion cauldrons
- weather detector
- #### enchantments
- curse of degradation
* the applied item takes triple damage
- curse of malnutrition
* positive effects of food are divided by 1.2 for each piece of armour affected
- #### hud
- controls hud (config: `showControls`)
- lil guy hud (config: `showLilGuy`)
- tools hud (config: `showTools`)
- ### gui
- pet management gui _(experimental)_
- noteblock gui _(experimental)_
- armor stand gui _(experimental)_
- ### commands
- health \[add, set, query]
- hunger \[add, set, query]## it kinda similar to (and might reimplement features from)
- [evil minecraft](https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-mods/1275682-1-2-5-evilminecraft-v0-666-bugfix-released)
- [the right branch of development](https://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-mods/2770122-the-right-branch-of-development-a-complete-new)
- [quark](https://curseforge.com/minecraft/mc-mods/quark)
- [charm](https://www.curseforge.com/minecraft/mc-mods/charm)
- [supplementaries](https://www.curseforge.com/minecraft/mc-mods/supplementaries)