Compare commits
6 commits
80e81b50a9
...
cd0fcbb485
Author | SHA1 | Date | |
---|---|---|---|
|
cd0fcbb485 | ||
|
48fa8f337a | ||
|
6b7d4989bf | ||
|
3788085852 | ||
|
ccaca3e697 | ||
|
8b88135b48 |
4 changed files with 60 additions and 0 deletions
5
docs/datapacks/norepaircost.md
Normal file
5
docs/datapacks/norepaircost.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# No Repair Cost
|
||||||
|
Removes the repair cost that anvils add.
|
||||||
|
|
||||||
|
## Links
|
||||||
|
- [Modrinth](https://modrinth.com/datapack/no-repair-costs)
|
22
docs/datapacks/vanillatweaks.md
Normal file
22
docs/datapacks/vanillatweaks.md
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# VanillaTweaks
|
||||||
|
## Double Shulker Shells
|
||||||
|
Shulkers always drop two shells.
|
||||||
|
|
||||||
|
## Fast leaf decay
|
||||||
|
Leaves decay much faster than in vanilla.
|
||||||
|
|
||||||
|
## Mini Blocks
|
||||||
|
Many blocks can be turned into their heads in a grindstone.
|
||||||
|
|
||||||
|
## More Mob Heads
|
||||||
|
Every mob has a chance to drop their head when killed.
|
||||||
|
|
||||||
|
## Crafting Tweaks
|
||||||
|
- More trapdoors, 12 instead of 2
|
||||||
|
- More stairs, 8 instead of 4
|
||||||
|
- More bark, 4 instead of 3
|
||||||
|
- More bricks, 4 instead of 1
|
||||||
|
- Back to Blocks, allows converting slabs and stairs back to blocks
|
||||||
|
|
||||||
|
## Links
|
||||||
|
- [Website](https://vanillatweaks.net/)
|
|
@ -1,8 +1,13 @@
|
||||||
# Boring SMP
|
# Boring SMP
|
||||||
|
|
||||||
|
## Datapacks
|
||||||
|
- [No Repair Cost](./mods/norepaircost.md)
|
||||||
|
- [VanillaTweaks](./mods/vanillatweaks.md)
|
||||||
|
|
||||||
## Mods
|
## Mods
|
||||||
- [Boring SMP](./mods/boring_smp.md)
|
- [Boring SMP](./mods/boring_smp.md)
|
||||||
- [Brewery](./mods/brewery.md)
|
- [Brewery](./mods/brewery.md)
|
||||||
- [Dynmap](./mods/dynmap.md)
|
- [Dynmap](./mods/dynmap.md)
|
||||||
- [Get Off My Lawn](./mods/goml.md)
|
- [Get Off My Lawn](./mods/goml.md)
|
||||||
- [Universal Shops](./mods/universal_shops.md)
|
- [Universal Shops](./mods/universal_shops.md)
|
||||||
|
- [Other mods](./mods/other.md)
|
||||||
|
|
28
docs/mods/other.md
Normal file
28
docs/mods/other.md
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# Other Mods
|
||||||
|
## Crops Love Rain
|
||||||
|
Crops makes crops grow much faster when it's raining. It seepds up:
|
||||||
|
- Wheat
|
||||||
|
- Beetroots
|
||||||
|
- Carrots
|
||||||
|
- Potatoes
|
||||||
|
- Bamboo
|
||||||
|
- Saplings
|
||||||
|
- Sugar Cane
|
||||||
|
- WIP: Check if it speeds up melons and pumpkins
|
||||||
|
|
||||||
|
[Modrinth](https://modrinth.com/mod/crops-love-rain)
|
||||||
|
|
||||||
|
## Invisible Frames
|
||||||
|
Item frames can be made invisible by punching them with a glass pane. Turn them back into normal item frames by punching it again.
|
||||||
|
|
||||||
|
[Modrinth](https://modrinth.com/mod/eg-invisible-frames)
|
||||||
|
|
||||||
|
## Essential Commands
|
||||||
|
Currently only used for the `/afk`, `/tpa` and `/rtp` commands. It automatically puts you into AFK Mode after 15 Minutes of not moving.
|
||||||
|
|
||||||
|
[Modrinth](https://modrinth.com/mod/essential-commands)
|
||||||
|
|
||||||
|
## No Chat Reports
|
||||||
|
Removes the ability to report chat messages.
|
||||||
|
|
||||||
|
[Modrinth](https://modrinth.com/mod/no-chat-reports)
|
Loading…
Reference in a new issue