Changes

Jump to navigation Jump to search
m
Replace deprecated <source> tags with <syntaxhighlight> tags
Line 8: Line 8:  
Blueprint data is stored in <tt>Content\Data\Blueprints.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:
 
Blueprint data is stored in <tt>Content\Data\Blueprints.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">
 
{
 
{
 
   "Silo": "390 100 330 10 334 5/3/3/-1/-1/-2/-1/null/Silo/Allows you to cut and store grass for feed./Buildings/none/48/128/-1/null/Farm/100/false",
 
   "Silo": "390 100 330 10 334 5/3/3/-1/-1/-2/-1/null/Silo/Allows you to cut and store grass for feed./Buildings/none/48/128/-1/null/Farm/100/false",
Line 44: Line 44:  
   "Pig": "animal/2000/64/96/Pig/These are specially trained to find truffles./null/Farm"
 
   "Pig": "animal/2000/64/96/Pig/These are specially trained to find truffles./null/Farm"
 
}
 
}
</source>}}
+
</syntaxhighlight>}}
    
==Format==
 
==Format==
Line 52: Line 52:  
<li>Animal buildings (denoted by the first field being <tt>animal</tt>), like this entry:
 
<li>Animal buildings (denoted by the first field being <tt>animal</tt>), like this entry:
   −
<source lang="json">
+
<syntaxhighlight lang="json">
 
   "Chicken": "animal/500/64/64/Chicken/Lays delicious eggs. Comes in two colors./null/Farm"
 
   "Chicken": "animal/500/64/64/Chicken/Lays delicious eggs. Comes in two colors./null/Farm"
</source>
+
</syntaxhighlight>
    
The fields for animal buildings are...
 
The fields for animal buildings are...
Line 117: Line 117:  
<li>Any other entry, like this one:
 
<li>Any other entry, like this one:
   −
<source lang="json">
+
<syntaxhighlight lang="json">
 
   "Barn": "388 350 390 150/7/4/1/3/3/3/Barn/Barn/Houses 4 barn-dwelling animals./Buildings/none/96/96/4/null/Farm/6000/false"
 
   "Barn": "388 350 390 150/7/4/1/3/3/3/Barn/Barn/Houses 4 barn-dwelling animals./Buildings/none/96/96/4/null/Farm/6000/false"
</source>
+
</syntaxhighlight>
    
{| class="wikitable"
 
{| class="wikitable"
114

edits

Navigation menu