-
Notifications
You must be signed in to change notification settings - Fork 68
Design Principles
DaFuqs edited this page Dec 25, 2023
·
6 revisions
Discovery + Curiosity.
Every feature should be designed to create feelings of curiosity and wonder. Always hinting at what more there is to discover.
- Guidance through the mod is provided by Advancements and its in-game book. All descriptions are atmospheric, immersive and written as tips.
- Everything should be a bit tedious the first time (not to be confused with grindy!), but reveal a path that makes it much easier to follow later on.
- Tools and blocks should not be overpowered. However, they are designed to make tasks that are not much fun - grinding good enchantments, repairing tools, mindless (mob) farming - easier to accomplish.
- Polish, polish, polish! Even if it takes a long time. Magic mods thrive on great sounds and particles. Using your new toys should be fun, exciting and satisfying!
- There is no "one block does complex things". Each block and tool can only do simple things. The blocks should be combined creatively to encourage experimentation.
- Quality before quantity! Blocks and tools do not do complex things, but they can do MULTIPLE things, but the individual tasks should be simple and immediately understandable. Having more than one use for an item is what makes it unique and memorable! Like the crafting tablet, as a very simple example, which acts as a
- portable craft table
- Portable auto-crafter
- Crafting pattern in the Pigment Pedestal
General
For Players
- Getting Started
- Mixing Colors
- Stuck on how to progress?
- Main Progression Steps (MAJOR SPOILERS)
For Server Admins / Modpack Creators
- Integrating into Modpacks
- Adjusting Progression
- Advancement Criteria
- 1.7.x: Patchouli Pages
- 1.7.x: Patchouli Recipe Pages
- 1.8.x: Modonomicon Pages
- 1.8.x: Modonomicon Recipe Pages
- Commands
- Type Specific Predicates
- JsonNBT
For Map Makers
Recipe Types
- Custom Pigment Pedestal Recipes
- Custom Anvil Crushing Recipes
- Custom Fusion Shrine Recipes
- Custom Enchanter Recipes
- Custom Enchantment Upgrade Recipes
- Custom Potion Workshop Brewing Recipes
- Custom Potion Workshop Crafting Recipes
- Custom Potion Workshop Reagents
- Custom Spirit Instiller Recipes
- Custom Liquid Dipping Recipes
- Custom Ink Converting Recipes
- Custom Crystallarieum Recipes
- Custom Cinderhearth Recipes
- Custom Titration Barrel Recipes
- Fluid Ingredients
Loot Tables
More Customisation
- Adding Nature's Staff Conversions
- Adding Entity Fishing Entries
- Adding Resonance Drops
- Adding Crystal Apothecary Harvestables
- Adding Particle Spawner Particles
For Contributors