Skip to content

Commit

Permalink
Commit new ore voxel asset
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreter committed Jul 30, 2024
1 parent e9a1a27 commit f6ecf28
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Config/worldglobal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
<property name="Specular" value="#@modfolder:Resources/OreVoxels.unity3d?MicroSplatOreVoxels_shao_tarray[0]"/>
<property name="SwitchNormal" value="false"/>
<property name="SplatUVScale" value="4,4"/>
<property name="Metallic" value="0.7"/>
<!-- Metallic is now its own 5bit texture -->
<!-- <property name="Metallic" value="0.7"/> -->
</microsplat-texture>

<microsplat-texture name="lava0">
Expand All @@ -23,5 +24,14 @@
<property name="SwitchNormal" value="false"/>
<property name="SplatUVScale" value="4,4"/>
</microsplat-texture>

<!-- overwrite existing iron ore texture -->
<microsplat-texture name="microsplat17">
<property name="Diffuse" value="#@modfolder:Resources/OreVoxels.unity3d?MicroSplatOreVoxels_diff_tarray[2]"/>
<property name="Normal" value="#@modfolder:Resources/OreVoxels.unity3d?MicroSplatOreVoxels_norm_tarray[2]"/>
<property name="Specular" value="#@modfolder:Resources/OreVoxels.unity3d?MicroSplatOreVoxels_shao_tarray[2]"/>
<property name="SwitchNormal" value="false"/>
<property name="SplatUVScale" value="4,4"/>
</microsplat-texture>
</append>
</configs>
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ You need to disable EAC to use this mod!

## Changelog

### Version 0.2.1

- Add texture for lava emission map
- Add textures for metallic iron ore
- Replace iron ore with new textures

### Version 0.2.0

- First compatibility with V1.0 (exp)
Expand Down
Binary file modified Resources/OreVoxels.unity3d
Binary file not shown.

0 comments on commit f6ecf28

Please sign in to comment.