Revert the quarry change from 4981cdedad and instead create a new template to accommodate the new quarry model.

Reported by: @elexis
This was SVN commit r22841.
This commit is contained in:
Stan 2019-09-03 16:08:03 +00:00
parent 3a31af7e92
commit cf45819cd2
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia_geo_rock_slabs">
<VisualActor>
<Actor>geology/stonemine_granite_large.xml</Actor>
</VisualActor>
</Entity>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Entity parent="template_gaia_geo_rock_slabs">
<VisualActor>
<Actor>geology/stonemine_granite_large.xml</Actor>
<Actor>geology/stonemine_temperate_quarry.xml</Actor>
</VisualActor>
</Entity>