mirror of
https://github.com/worldforge/ember
synced 2026-08-13 16:23:06 -04:00
Also put them into "dural" directory. The idea is to have different directories depending on the world on the server. Or should we instead put them in a "deeds" directory matched to the ruleset?
16 lines
480 B
Text
16 lines
480 B
Text
<models>
|
|
<model name="bread_slice" usescaleof="all" showcontained="true" icon="">
|
|
<translate x="0" y="0" z="0" />
|
|
<rotation x="1" y="0" z="0" degrees="0" />
|
|
<submodels>
|
|
<submodel mesh="dural/items/food/country_bread/model/bread_slice.mesh">
|
|
<parts />
|
|
</submodel>
|
|
</submodels>
|
|
<actions />
|
|
<attachpoints />
|
|
<views />
|
|
<lights />
|
|
<bonegroups />
|
|
</model>
|
|
</models>
|