Template:Navbox/modding: Difference between revisions

From Vintage Story Wiki
m (Hidden test... should work this time.)
m (Added 'where have my links gone' message box.)
Line 1: Line 1:
<noinclude>
<noinclude>
<languages/>
<languages/>
</noinclude>__NOTOC__{{Navbox
</noinclude>__NOTOC__
{{Messagebox
|image= Icon Sign.png
|title= Wondering where some links have gone?
|text= The modding navbox is going through some changes! Check out {{ll|Modding:Navigation Box Updates|nsp=0}} for more info and help finding specific pages.
}}{{Navbox
|hidden={{#if:{{{hidden|}}}|true}}
|hidden={{#if:{{{hidden|}}}|true}}
|title={{ll|Modding:Getting Started|Modding Navigation}}<span style="font-size:75%;position:relative;float: left;">{{Navbox/modding/code|Underlined pages}} require C# coding</span>
|title={{ll|Modding:Getting Started|Modding Navigation}}<span style="font-size:75%;position:relative;float: left;">{{Navbox/modding/code|Underlined pages}} require C# coding</span>
Line 84: Line 89:
[[Modding:Block Entity Classes|Block Entities]],
[[Modding:Block Entity Classes|Block Entities]],
[[Modding:Block Entity Behaviors|Block Entity Behaviors]],
[[Modding:Block Entity Behaviors|Block Entity Behaviors]],
[[Json:block:worldvariantgroups|World properties]],
[[Json:block:worldvariantgroups|World properties]]
}}
}}



Revision as of 14:34, 27 March 2024

Other languages:
Icon Sign.png

Wondering where some links have gone?
The modding navbox is going through some changes! Check out Navigation Box Updates for more info and help finding specific pages.

Modding Navigation Underlined pages require C# coding
Basics Getting Started Basic Examples Theme Pack Content Mod Developing a Content Mod
Asset System Textures Items Recipes Blocks Entities Model Creator Animation Basics VTML & Icons Packaging & Release Modinfo Debugging
Advanced JSON Patching Advanced JSON Item The Remapper Server-Client Considerations Compatibility with other mods
Setting up your Development Environment Advanced Blocks Advanced Items Block and Item Interactions Block Behavior Block Entity Particle Effects World Access Inventory Handling Commands GUIs Network API Monkey patching (Harmony)
Data Management Savegame Data Storage ModConfig File Chunk Data Storage TreeAttribute
Worldgen WorldGen Concepts Terrain Ores Trees WorldGen API NatFloat EvolvingNatFloat Json Random Generator
Rendering Shaders and Renderers
Property Overview ItemEntityBlockBlock BehaviorsBlock ClassesBlock EntitiesBlock Entity BehaviorsWorld properties
Workflows & Infrastructure Modding Efficiency TipsMod-engine compatibilityMod ExtensibilityVS Engine
Additional Resources List of server commandsList of client commandsClient startup parametersServer startup parameters
Example ModsAPI DocsGitHub Repository