ember/data/entityrecipes/pine.entityrecipe
Erik Ogenvik 2cb1567911 Remove superfluous recipes.
We only provide recipes when there's a need; otherwise it's sufficent with just creating the type.
2020-10-10 23:09:53 +02:00

20 lines
730 B
Text

<entityrecipes>
<entityrecipe name="pine">
<entities>
<map>
<string name="parent">$parent</string>
<list name="scale" optional="scale">
<float>$scale</float>
</list>
</map>
</entities>
<adapters>
<adapter name="scale" type="number_range" allowrandom="yes" title="Scale"/>
<adapter name="parent" type="string" title="Style" allowrandom="yes" default="pine">
<item value="pine">pine</item>
<item value="pine_b">pine_b</item>
<item value="pine_c">pine_c</item>
</adapter>
</adapters>
</entityrecipe>
</entityrecipes>