dwarfmaster1974
Refugee
Hi survivors,
we want to bring a little more color and variety into the game for our server and are currently adjusting a few things.
This includes of course new items, recipes and blocks.
But we want to make it as easy as possible to get started, and many players are often discouraged from having to install mods.
That's why we want to do everything with server-side mods.
But here's the rub. The display options are often limited, although it would be cool if you could use your own item icons or paintings.
So the question is whether it is possible to do this in an XML definition.
Example:
<configs>
<append xpath="/items">
<item name="MultiMegaAxtThingi">
<property name="DescriptionKey" value="MultiMegaAxtThingi"/>
<property name="CustomIcon" value="@http://our-web-server/item-icons/MultiMegaAxtThingi.png"/>
...
...
...
Does this make sense or is it possible to do something like this, or is the only way through a client mod?
I am really looking forward to an answer.
we want to bring a little more color and variety into the game for our server and are currently adjusting a few things.
This includes of course new items, recipes and blocks.
But we want to make it as easy as possible to get started, and many players are often discouraged from having to install mods.
That's why we want to do everything with server-side mods.
But here's the rub. The display options are often limited, although it would be cool if you could use your own item icons or paintings.
So the question is whether it is possible to do this in an XML definition.
Example:
<configs>
<append xpath="/items">
<item name="MultiMegaAxtThingi">
<property name="DescriptionKey" value="MultiMegaAxtThingi"/>
<property name="CustomIcon" value="@http://our-web-server/item-icons/MultiMegaAxtThingi.png"/>
...
...
...
Does this make sense or is it possible to do something like this, or is the only way through a client mod?
I am really looking forward to an answer.