Hi guys, does anyone know where can i get the complete list of 'Class' of all the Blocks or Items?
for example:
To create a new customer lootable myAmmoCase, we extend the xpath blocks with the new modded Blocks.xml. we create the <block> and set the Object Properties "Class" to "Loot":
<block name="myAmmoCase">
<property name="CreativeMode" value="Player"/>
<property name="Class" value="Loot"/>
<property name="Material" value="Mmetal"/>
<!-- more property below -->
</block>
I just started 7D2D Modding, and i like to search for more information and resources that available, especially the available Classes.
Thank you very much.
for example:
To create a new customer lootable myAmmoCase, we extend the xpath blocks with the new modded Blocks.xml. we create the <block> and set the Object Properties "Class" to "Loot":
<block name="myAmmoCase">
<property name="CreativeMode" value="Player"/>
<property name="Class" value="Loot"/>
<property name="Material" value="Mmetal"/>
<!-- more property below -->
</block>
I just started 7D2D Modding, and i like to search for more information and resources that available, especially the available Classes.
Thank you very much.