forked from FabricMC/fabric-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsidebar_translations.json
More file actions
105 lines (105 loc) · 5.3 KB
/
sidebar_translations.json
File metadata and controls
105 lines (105 loc) · 5.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"develop.title": "Developer Guides",
"develop.getting_started.creating_project": "Creating a Project",
"develop.getting_started.project_structure": "Project Structure",
"develop.getting_started.setting_up": "Setting Up Your IDE",
"develop.getting_started.opening_project": "Opening a Project",
"develop.getting_started.launching_game": "Launching the Game",
"develop.getting_started.building_mod": "Building a Mod",
"develop.getting_started.generating_sources": "Generating Sources",
"develop.getting_started.tips_and_tricks": "IDE Tips and Tricks",
"develop.items": "Items",
"develop.items.first_item": "Creating Your First Item",
"develop.items.item_models": "Item Models",
"develop.items.food": "Custom Food",
"develop.items.custom_armor": "Custom Armor",
"develop.items.custom_tools": "Custom Tools",
"develop.items.custom_creative_tabs": "Custom Creative Tabs",
"develop.items.custom_item_interactions": "Custom Item Interactions",
"develop.items.custom_enchantment_effects": "Custom Enchantment Effects",
"develop.items.potions": "Custom Potions",
"develop.items.spawn_egg": "Custom Spawn Eggs",
"develop.items.custom_data_components": "Custom Data Components",
"develop.items.item_appearance": "Item Appearance",
"develop.blocks": "Blocks",
"develop.blocks.first_block": "Creating Your First Block",
"develop.blocks.block_models": "Block Models",
"develop.blocks.blockstates": "Block States",
"develop.blocks.block_entities": "Block Entities",
"develop.blocks.block_entity_renderer": "Block Entity Renderers",
"develop.blocks.transparency_and_tinting": "Transparency and Tinting",
"develop.entities": "Entities",
"develop.entities.effects": "Mob Effects",
"develop.entities.damage_types": "Damage Types",
"develop.entities.attributes": "Attributes",
"develop.commands": "Commands",
"develop.commands.basics": "Creating Commands",
"develop.commands.arguments": "Command Arguments",
"develop.commands.suggestions": "Command Suggestions",
"develop.data_generation": "Data Generation",
"develop.data_generation.client": "Client Resources",
"develop.data_generation.server": "Server Resources",
"develop.data_generation.setup": "Data Generation Setup",
"develop.data_generation.tags": "Tag Generation",
"develop.data_generation.translations": "Translation Generation",
"develop.data_generation.advancements": "Advancement Generation",
"develop.data_generation.recipes": "Recipe Generation",
"develop.data_generation.loot_tables": "Loot Table Generation",
"develop.data_generation.block_models": "Block Model Generation",
"develop.data_generation.item_models": "Item Model Generation",
"develop.data_generation.enchantments": "Enchantment Generation",
"develop.rendering": "Rendering",
"develop.rendering.basic_concepts": "Basic Rendering Concepts",
"develop.rendering.gui_graphics": "Drawing to the GUI",
"develop.rendering.hud": "Rendering in the HUD",
"develop.rendering.world": "Rendering in the World",
"develop.rendering.gui": "GUIs and Screens",
"develop.rendering.gui.custom_screens": "Custom Screens",
"develop.rendering.gui.custom_widgets": "Custom Widgets",
"develop.rendering.particles": "Particles",
"develop.rendering.particles.creating_particles": "Creating Custom Particles",
"develop.loom": "Loom",
"develop.loom.introduction": "Introduction",
"develop.loom.fabric_api": "Fabric API DSL",
"develop.loom.options": "Extension Options",
"develop.loom.prod": "Production Run Tasks",
"develop.loom.classpath_groups": "Classpath Groups",
"develop.loom.tasks": "Other Tasks",
"develop.misc": "Miscellaneous Pages",
"develop.misc.automatic_testing": "Automated Testing",
"develop.misc.codecs": "Codecs",
"develop.misc.data_attachments": "Data Attachments",
"develop.misc.events": "Events",
"develop.misc.networking": "Networking",
"develop.misc.key_mappings": "Key Mappings",
"develop.misc.saved_data": "Saved Data",
"develop.misc.text_and_translations": "Text and Translations",
"develop.misc.debugging": "Debugging Mods",
"develop.mixins": "Mixins",
"develop.mixins.bytecode": "Java Bytecode",
"develop.classtweaker": "Class Tweakers",
"develop.classtweaker.introduction": "Introduction",
"develop.classtweaker.accesswidening": "Access Widening",
"develop.serialization": "Serialization",
"develop.porting": "Porting",
"develop.porting.current": "Porting to 1.21.11",
"develop.porting.next": "Porting to 26.1 Snapshots",
"develop.porting.26.1.fabric_api": "Fabric API",
"develop.porting.migrating_mappings": "Migrating Mappings",
"develop.porting.migrating_mappings.loom": "Loom (Gradle)",
"develop.porting.migrating_mappings.ravel": "Ravel (IntelliJ IDEA)",
"develop.sounds": "Sounds",
"develop.sounds.using_sounds": "Playing Sounds",
"develop.sounds.custom": "Creating Custom Sounds",
"develop.sounds.dynamic_sounds": "Dynamic Sounds",
"players.title": "Player Guides",
"players.faq": "Frequently Asked Questions",
"players.installing_java": "Installing Java",
"players.installing_fabric": "Installing Fabric",
"players.finding_mods": "Finding Mods",
"players.installing_mods": "Installing Mods",
"players.troubleshooting": "Troubleshooting",
"players.troubleshooting.uploading_logs": "Uploading Logs",
"players.troubleshooting.crash_reports": "Crash Reports",
"players.updating_fabric": "Updating Fabric"
}