When I open my distro appears the following error:
itens.xml
what should I put here? <attribute key="??????" value="1" />
Code:
[16:13:43.607] [Warning - Items::loadFromXml] Unknown key value blocksolid
[16:13:43.607] [Warning - Items::loadFromXml] Unknown key value blocksolid
[16:13:43.617] [Warning - Items::loadFromXml] Duplicate registered item with id
2297
itens.xml
LUA:
<item id="1497" article="a" name="magic wall">
<attribute key="type" value="magicfield" />
<attribute key="decayTo" value="0" />
<attribute key="duration" value="20" />
<attribute key="blocksolid" value="1" />
</item>
<item id="1499" article="a" name="rush wood">
<attribute key="type" value="magicfield" />
<attribute key="decayTo" value="0" />
<attribute key="duration" value="45" />
<attribute key="blocksolid" value="1" />
</item>