Template:Navbox/modding/en: Difference between revisions
From Vintage Story Wiki
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 1: | Line 1: | ||
<noinclude><languages/></noinclude> | <noinclude><languages/></noinclude> | ||
__NOTOC__ | __NOTOC__ | ||
{| class="wikitable " style="text-align: left; margin:0px;width:100%" | {| class="wikitable " style="text-align: left; margin:0px; width:100%; font-size: 80%;" | ||
|- | |- | ||
| style="text-align:center;"|<noinclude></noinclude><span style="font-size:150%;">[[Main Page|Modding]]</span><noinclude></noinclude> | | style="text-align:center;"|<noinclude></noinclude><span style="font-size:150%;">[[Main Page|Modding]]</span><noinclude></noinclude> | ||
Line 14: | Line 14: | ||
[[Modding:Getting Started|Getting Started]] | | [[Modding:Getting Started|Getting Started]] | | ||
[[Modding:Mod Types|Mod Types]] | | [[Modding:Mod Types|Mod Types]] | | ||
[[Modding:Basic_Modding_Examples|Simple Examples]] | [[Modding:Basic_Modding_Examples|Simple Examples]] | | ||
[[Modding:Theme_Pack|Theme Pack]] | |||
[[Modding:The Asset System|Asset System]] | | [[Modding:The Asset System|Asset System]] | | ||
Line 21: | Line 22: | ||
[[Modding:Creating Recipes|Recipes]] | | [[Modding:Creating Recipes|Recipes]] | | ||
[[Modding:Basic Block|Blocks]] | | [[Modding:Basic Block|Blocks]] | | ||
[[Modding:Basic Entity|Entities]] | | |||
[[Modding:VS Model Creator|Model Creator]] | | [[Modding:VS Model Creator|Model Creator]] | | ||
[[Animation Basics]] | | [[Animation Basics]] | | ||
Line 34: | Line 36: | ||
[[Modding:Advanced JSON Item|Advanced JSON Items]] | | [[Modding:Advanced JSON Item|Advanced JSON Items]] | | ||
[[Modding:The_Remapper|The Remapper]] | | [[Modding:The_Remapper|The Remapper]] | | ||
[[Modding:Server-Client_Considerations|Server-Client Considerations]] | [[Modding:Server-Client_Considerations|Server-Client Considerations]] | | ||
[[Modding:CompatibilityLib|Compatibility with other mods]] | |||
{{ | {{Content/modding/code|Setting Up Your Development Environment | ||
([[Modding:Setting_up_your_Development_Environment|General]] - | ([[Modding:Setting_up_your_Development_Environment|General]] - | ||
[[Modding:Setting_up_your_Windows_Development_Environment|Windows]] - | [[Modding:Setting_up_your_Windows_Development_Environment|Windows]] - | ||
[[Modding:Setting_up_your_Linux_Development_Environment|Linux]])}} | [[Modding:Setting_up_your_Linux_Development_Environment|Linux]])}} | ||
{{ | {{Content/modding/code|[[Modding:Advanced_Blocks|Advanced Blocks]]}} | | ||
{{ | {{Content/modding/code|[[Modding:Advanced Items|Advanced Items]]}} | | ||
{{ | {{Content/modding/code|[[Modding:Block and Item Interactions|Item-Block Interactions]]}} | | ||
{{ | {{Content/modding/code|[[Modding:Adding_Block_Behavior|Block Behavior]]}} | | ||
{{ | {{Content/modding/code|[[Modding:Block_Entity|Block Entities]]}} | | ||
{{ | {{Content/modding/code|[[Modding:Simple_Particles|Particle Effects]]}} | | ||
{{ | {{Content/modding/code|[[Modding:World Access|World Access]]}} | | ||
{{ | {{Content/modding/code|[[Modding:Basic_Inventory_Handling|Inventory Handling]]}} | | ||
{{ | {{Content/modding/code|[[Modding:Commands|Chat Commands]]}} | | ||
{{ | {{Content/modding/code|[[Modding:GUIs|GUIs]]}} | | ||
{{ | {{Content/modding/code|[[Modding:Network_API|Server-Client Networking]]}} | | ||
{{ | {{Content/modding/code|[[Modding:Monkey_patching|Monkey patching (Harmony)]]}} | ||
|- | |- | ||
|'''Data Management''' | |'''Data Management''' | ||
| | | | ||
{{ | {{Content/modding/code|[[Modding:SaveGame_Data_Storage|Savegame Data Storage]]}} | | ||
{{ | {{Content/modding/code|[[Modding:ModConfig|ModConfig File]]}} | | ||
{{ | {{Content/modding/code|[[Modding:Chunk_Data_Storage|Chunk Data Storage]]}} | | ||
{{ | {{Content/modding/code|[[Modding:Tree_Attribute|Tree Attribute]]}} | ||
|- | |- | ||
Line 69: | Line 72: | ||
[[Modding:Ores|Ores]] | | [[Modding:Ores|Ores]] | | ||
[[Modding:Trees|Trees]] | | [[Modding:Trees|Trees]] | | ||
{{ | {{Content/modding/code|[[Modding:WorldGen API|WorldGen API]]}} | ||
|- | |- | ||
|'''Rendering''' | |'''Rendering''' | ||
| | | | ||
{{ | {{Content/modding/code|[[Modding:Rendering API|Shaders and Renderers]]}} | ||
|- | |- | ||
Line 91: | Line 94: | ||
| | | | ||
[[Modding:Modding_Efficiently|Modding Efficiency Tips]] | | [[Modding:Modding_Efficiently|Modding Efficiency Tips]] | | ||
{{ | [[Modding:Mod-Engine Compatibility|Mod-engine compatibility]] | | ||
{{ | {{Content/modding/code|[[Modding:Moddable_Mod|Mod Extensibility]]}} | | ||
{{Content/modding/code|[[Modding:Load_Order|Load Order]]}} | |||
|- | |- |
Revision as of 19:41, 8 October 2022
Modding |