Changes

Jump to navigation Jump to search
36 bytes added ,  18:38, 19 February 2021
m
Replace deprecated <source> tags with <syntaxhighlight> tags
Line 7: Line 7:  
Cooking recipe data is stored in <tt>Content\Data\CookingRecipes.xnb</tt>, which can be [[Modding:Editing XNB files#unpacking|unpacked for editing]]. Here's the raw data as of {{version|1.5.1}} for reference:
 
Cooking recipe data is stored in <tt>Content\Data\CookingRecipes.xnb</tt>, which can be [[Modding:Editing XNB files#unpacking|unpacked for editing]]. Here's the raw data as of {{version|1.5.1}} for reference:
   −
{{collapse|Data|content=<source lang="json">
+
{{collapse|Data|content=<syntaxhighlight lang="json">
 
{
 
{
 
   "Fried Egg": "-5 1/10 10/194/default",
 
   "Fried Egg": "-5 1/10 10/194/default",
Line 90: Line 90:  
   "Squid Ink Ravioli": "814 1 246 1 256 1/1 10/921/s Combat 9"
 
   "Squid Ink Ravioli": "814 1 246 1 256 1/1 10/921/s Combat 9"
 
}
 
}
</source>}}
+
</syntaxhighlight>}}
    
===Crafting recipes===
 
===Crafting recipes===
 
Crafting recipe data is stored in <tt>Content\Data\CraftingRecipes.xnb</tt>, which can be [[Modding:Editing XNB files#unpacking|unpacked for editing]]. Here's the raw data as of {{version|1.5.1}} for reference:
 
Crafting recipe data is stored in <tt>Content\Data\CraftingRecipes.xnb</tt>, which can be [[Modding:Editing XNB files#unpacking|unpacked for editing]]. Here's the raw data as of {{version|1.5.1}} for reference:
   −
{{collapse|Data|content=<source lang="json">
+
{{collapse|Data|content=<syntaxhighlight lang="json">
 
{
 
{
 
   "Wood Fence": "388 2/Field/322/false/l 0",
 
   "Wood Fence": "388 2/Field/322/false/l 0",
Line 228: Line 228:  
   "Magic Bait": "909 1 684 3/Home/908 5/false/null"
 
   "Magic Bait": "909 1 684 3/Home/908 5/false/null"
 
}
 
}
</source>}}
+
</syntaxhighlight>}}
    
==Format==
 
==Format==
114

edits

Navigation menu