# πŸ”— Related Map making in Minecraft is a community effort. This page highlights different community projects and helps newcomers discover tools and libraries beyond Bookshelf. :::{dropdown} πŸ“‚ Projects Using Bookshelf Bookshelf has a long history. It started as LGDir and was later renamed Gunivers-Lib, or Glib. This section lists projects using Bookshelf or its earlier versions. πŸŒ‹ [Blazing Scaffolding](https://www.planetminecraft.com/project/scaffolding-rush/): a simple, fast, and intense minigame where players push enemies into lava. Only scaffoldings and concrete powders are available, so every structure is fragile… πŸ”₯ [Creative Olympics](https://creative-olympics.org/): a week-long charity event where teams from around the world compete to create the best project, including maps, resource packs, datapacks, and builds, in a short amount of time. βš”οΈ [Hierarchy](https://www.planetminecraft.com/project/1-13-x-hierarchy-a-moba-map/): inspired by MOBA-type games, Hierarchy lets players rediscover Minecraft PvP with a wide variety of skills and kits called elementals. 🟩 [Miniature blocks](https://www.youtube.com/watch?v=ekK0uLhAAQI) *by Sotshi*: watch how the YouTuber builds a 3D printer in this French video. πŸƒ [Rush Reloaded](https://www.planetminecraft.com/project/rush-reloaded-1-14/): one of the most iconic maps in Minecraft's history, which Gunivers has brought up to date. Gunivers lets you rediscover this competitive game mode whose dΓ©cor is now as modern as it's colourful. 🐟 [Scuba Diving](https://www.curseforge.com/minecraft/worlds/scuba-diving-a-base-jump-minigame): a Minecraft mini-game map with an ocean theme. It mixes Dropper environments with various game modes, including the famous Thimble and base jump modes called **Swimming** and **Lifebuoy**. 🏭 [Usine 4.0](https://altearn.xyz/usine-4-0/): a mini-game designed for the University of Poitiers as a teaching aid on the theme of system automation. Page in French. πŸͺ„ [Wichery](https://www.curseforge.com/minecraft/worlds/witchery): a map with advanced ball physics, allowing balls to bounce on all surfaces like in One Bullet. Players trick enemies by bouncing the ball off walls and retrieving it immediately, playing solo or with one or two friends. ::: --- ## πŸ“š Guides - {bdg-primary}`Website` [Minecraft Wiki](https://minecraft.wiki/w/Template:Data_packs): the most up-to-date Minecraft documentation, with tutorials on datapacks - {bdg-primary}`Website` [Datapack Wiki](https://datapack.wiki/): guides, tutorials, and documentation for Minecraft datapacks - {bdg-primary}`Website` [MCC's FAQs](https://minecraftcommands.github.io/wiki/questions): a list of common questions along with tutorials for answers - {bdg-primary}`Website` [Smithed Conventions](https://wiki.smithed.dev/conventions/): standards for keeping datapacks compatible - {bdg-primary}`Website` [Le guide du Map Making](https://www.minecraft-france.fr/tutoriel-guide-mapmaking-le-developpement/): french guide covering MCFunction and best practices - {bdg-danger}`YouTube` [CloudWolf](https://www.youtube.com/@Cl0udWolf): advanced datapack tutorials and concepts - {bdg-danger}`YouTube` [Conure](https://www.youtube.com/@conure512): simple datapack tutorials plus explanations of version-breaking changes - {bdg-danger}`YouTube` [slicedlime](https://www.youtube.com/@slicedlime): mojang developer explaining new technical features each snapshot --- ## πŸ› οΈ Tools - {bdg-muted}`Program` [Beet](https://mcbeet.dev/): a Minecraft pack development kit - {bdg-muted}`Program` [MCFPP](https://www.mcfpp.top/en/): object-oriented language compiled into datapacks - {bdg-warning}`Plugin` [Animated Java](https://animated-java.dev/): blockbench plugin for custom animations and models - {bdg-warning}`Plugin` [NBT Viewer](https://marketplace.visualstudio.com/items?itemName=Misodee.vscode-nbt): VSCode extension to view NBT and structures in 3D - {bdg-warning}`Plugin` [Spyglass](https://marketplace.visualstudio.com/items?itemName=SPGoding.datapack-language-server): VSCode extension with advanced datapack support - {bdg-primary}`Website` [Datapack Hub Text Editor](https://text.datapackhub.net/): build /tellraw and JSON text components - {bdg-primary}`Website` [MCStacker](https://mcstacker.net): classic command generator for Minecraft - {bdg-primary}`Website` [Minecraft JSON](https://www.minecraftjson.com): JSON text component generator - {bdg-primary}`Website` [Misode](https://misode.github.io): generate loot tables, predicates, recipes, and more --- ## πŸ“¦ Mods - {bdg-info}`Mod` [Better Suggestion](https://modrinth.com/mod/nbt-autocomplete): improves Minecraft command suggestions - {bdg-info}`Mod` [Carpet](https://modrinth.com/mod/carpet): technical tweaks and controls for vanilla Minecraft - {bdg-info}`Mod` [Chat Patches](https://modrinth.com/mod/chatpatches): iincreases chat history size - {bdg-info}`Mod` [CommandCrafter](https://modrinth.com/mod/commandcrafter): debugging mod with breakpoints and step-through for functions - {bdg-info}`Mod` [Component Viewer](https://modrinth.com/mod/component-viewer): view and copy item components - {bdg-info}`Mod` [Datamancer](https://modrinth.com/mod/datamancer): profiling, benchmarking, auto-reloading, and more for datapack devs - {bdg-info}`Mod` [Language Reload](https://modrinth.com/mod/language-reload): QoL changes for resource-pack makers - {bdg-info}`Mod` [NBT Autocomplete](https://modrinth.com/mod/nbt-autocomplete): adds NBT suggestions in commands - {bdg-info}`Mod` [Suggestion Tweaker](https://modrinth.com/mod/suggestion-tweaker): improves filtering and sorting of suggestions - {bdg-info}`Mod` [Worldgen Devtools](https://modrinth.com/mod/worldgen-devtools): a mod that aids in the development of world generation datapacks --- ## πŸ“š Libraries - {bdg-success}`Datapack` [AjjNN](https://github.com/AjjMC/ajjnn): deploy neural networks inside Minecraft - {bdg-success}`Datapack` [BlockState](https://github.com/Triton365/BlockState): extract BlockState data via loot tables - {bdg-success}`Datapack` [Data API](https://modrinth.com/datapack/data_api): object manipulation library - {bdg-success}`Datapack` [Flop](https://modrinth.com/datapack/flop): floating-point operations via scoreboards - {bdg-success}`Datapack` [Iris](https://github.com/Aeldrion/Iris): detect what block or entity a player looks at with high precision - {bdg-success}`Datapack` [Large Number](https://github.com/kaer-3058/large_number): large numbers, trig, and math functions - {bdg-success}`Datapack` [Minecraft Floating Point Arithmetic](https://github.com/gibbsly/gm): do math with floats/doubles - {bdg-success}`Datapack` [Minecraft Ray Collision Detector](https://github.com/K-bai/Minecraft-Ray-Collision-Detector): high-precision raycasting system - {bdg-success}`Datapack` [Minecraft-Simple-Custom-Heal](https://github.com/XanBelOr/Minecraft-Simple-Custom-Heal): simple custom healing library - {bdg-success}`Datapack` [Moxlib](https://modrinth.com/datapack/moxlib): multi-purpose datapack making creation easier - {bdg-success}`Datapack` [Player Motion](https://github.com/mulverinex/player_motion): enchantment effect-based player motion library - {bdg-success}`Datapack` [Smithed Libraries](https://docs.smithed.dev/libraries/): collection of technical and compatibility libraries - {bdg-success}`Datapack` [Taglib](https://github.com/HeDeAnTheonlyone/Taglib): tag management library - {bdg-success}`Datapack` [TimeLib](https://modrinth.com/datapack/timelib): get real-world date and time in-game - {bdg-success}`Datapack` [Tungsten](https://github.com/ps-dps/mc-Tungsten): efficiently detect equipment swapping - {bdg-success}`Datapack` [MC-input_menu_manager](https://github.com/Leinad677YT/MC-input_menu_manager): easy input-based menus --- ```{include} _templates/comments.md ```