diff --git a/README.md b/README.md index f269c44..91ad7c7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Boring SMP Wiki ## Mods +- [Boring SMP Mod](./mods/boring_smp/index.md) - [Get Off My Lawn](./mods/goml/index.md) - [Universal Shops](./mods/universal_shops/index.md) diff --git a/mods/boring_smp/index.md b/mods/boring_smp/index.md new file mode 100644 index 0000000..61a9405 --- /dev/null +++ b/mods/boring_smp/index.md @@ -0,0 +1,52 @@ +# Boring SMP Mod +## Warp Stone +The Warp Stone item can be used to teleport to Lodestones. It works very similar to a compass, that can be bound to a Lodestone. You can bind a Warp Stone to a Lodestone by right clicking, and then always teleport back to the Lodestone. +In case the Lodestone gets removed, your Warp Stone will no longer work. +![](./recipes/warp_stone.png) + +## Bucketable Entities +Most peaceful entities can be picked up by sneaking and right clicking it while holding a bucket. You will now have a bucket with that entity inside, which can be +- Allays +- Armadillos +- Bees +- Camels +- Chickens +- Cows +- Donkeys +- Foxes +- Frogs +- Goats +- Horses +- Llamas +- Mules +- Ocelots +- Pandas +- Pigs +- Rabbit +- Sheeps +- Villagers +- Zombie Villagers + +## Diamond Shards +A Diamond Shard is equivilant to 0.25 Diamonds. They exist for the economy, so that you can sell items for cheaper if a Diamond isn't cheap enough. +They can also be obtained by smelting diamond gear. +![](./recipes/diamond_from_shards.png) +![](./recipes/diamond_shard_from_diamonds.png) + +## 100% Villager Conversion Rate +Due to the server's difficulty being set to Normal, Villagers would usually only successfully convert to Zombie Villagers 50% of the time. The Mod changes this so that Villagers convert successfully 100% of the time. + +## Crafting Tweaks +- Dispensers without bows +![](./recipes/tweaks_dispenser_without_bow.png) +- Bundles from Leather and Rabbit Hide +![](./recipes/tweaks_bundle_from_leather.png) +![](./recipes/tweaks_bundle_from_rabbit_hide.png) +- Rails are crafted with nuggets instead of ingots. +![](./recipes/tweaks_rail.png) +![](./recipes/tweaks_powered_rail.png) +![](./recipes/tweaks_detector_rail.png) +![](./recipes/tweaks_activator_rail.png) +- You can decompress Wool back into String, Nether Wart Blocks, and all ice variants +- Rotten Flesh can be smelted into leather +- Shapeless Bread, Paper and Shulker Boxes diff --git a/mods/boring_smp/recipes/diamond_from_shards.png b/mods/boring_smp/recipes/diamond_from_shards.png new file mode 100644 index 0000000..8e302b2 Binary files /dev/null and b/mods/boring_smp/recipes/diamond_from_shards.png differ diff --git a/mods/boring_smp/recipes/diamond_shard_from_diamonds.png b/mods/boring_smp/recipes/diamond_shard_from_diamonds.png new file mode 100644 index 0000000..88b5b4d Binary files /dev/null and b/mods/boring_smp/recipes/diamond_shard_from_diamonds.png differ diff --git a/mods/boring_smp/recipes/tweaks_activator_rail.png b/mods/boring_smp/recipes/tweaks_activator_rail.png new file mode 100644 index 0000000..43ec3ed Binary files /dev/null and b/mods/boring_smp/recipes/tweaks_activator_rail.png differ diff --git a/mods/boring_smp/recipes/tweaks_bundle_from_leather.png b/mods/boring_smp/recipes/tweaks_bundle_from_leather.png new file mode 100644 index 0000000..e710241 Binary files /dev/null and b/mods/boring_smp/recipes/tweaks_bundle_from_leather.png differ diff --git a/mods/boring_smp/recipes/tweaks_bundle_from_rabbit_hide.png b/mods/boring_smp/recipes/tweaks_bundle_from_rabbit_hide.png new file mode 100644 index 0000000..0f81de7 Binary files /dev/null and b/mods/boring_smp/recipes/tweaks_bundle_from_rabbit_hide.png differ diff --git a/mods/boring_smp/recipes/tweaks_detector_rail.png b/mods/boring_smp/recipes/tweaks_detector_rail.png new file mode 100644 index 0000000..9ab6a63 Binary files /dev/null and b/mods/boring_smp/recipes/tweaks_detector_rail.png differ diff --git a/mods/boring_smp/recipes/tweaks_dispenser_without_bow.png b/mods/boring_smp/recipes/tweaks_dispenser_without_bow.png new file mode 100644 index 0000000..7527d73 Binary files /dev/null and b/mods/boring_smp/recipes/tweaks_dispenser_without_bow.png differ diff --git a/mods/boring_smp/recipes/tweaks_powered_rail.png b/mods/boring_smp/recipes/tweaks_powered_rail.png new file mode 100644 index 0000000..40371f0 Binary files /dev/null and b/mods/boring_smp/recipes/tweaks_powered_rail.png differ diff --git a/mods/boring_smp/recipes/tweaks_rail.png b/mods/boring_smp/recipes/tweaks_rail.png new file mode 100644 index 0000000..cc8a0fe Binary files /dev/null and b/mods/boring_smp/recipes/tweaks_rail.png differ diff --git a/mods/boring_smp/recipes/warp_stone.png b/mods/boring_smp/recipes/warp_stone.png new file mode 100644 index 0000000..35b6062 Binary files /dev/null and b/mods/boring_smp/recipes/warp_stone.png differ