mr. devolver, your information is awesome! I'm a visual learner so there is a few things I can't figure out since I put this mod together myself by trial and error - this mod is a product of "wow, look at that! it works!". I don't see anyone using this an I believe it's due to the lack of information. I'm figuring this all out with this forum, search engines, and an overheating thinking cap.
<config>
<append xpath="/blocks">
<block name="Electric Eel Trap">
<property name="CreativeMode" value="Player"/>
<property name="CustomIcon" value="Electric Eel Trap"/>
<property name="Class" value="Liquidv2"/>
<property name="Material" value="Mwater"/>
<property name="Shape" value="Water"/>
<property name="Mesh" value="water"/>
<property name="DescriptionKey" value="Electric Eel Trap Desc"/>
<property name="Model" value="water_full"/>
<property name="Texture" value="223"/>
<property name="Map.Color" value="0,0,0"/>
<property name="Map.Color" value="0,0,0"/>
<property name="BuffsWhenWalkedOn" value="buffShocked"/>
<property name="BuffChance" value="1"/>
<property name="Path" value="solid"/>
<property name="Collide" value="movement"/>
<property name="Group" value="Tools/Traps,Science,Chemicals,CFChemicals"/>
<property name="EconomicValue" value="150"/>
<property name="SortOrder1" value="70g0"/>
<property name="FilterTags" value="fdecor,felectrical,ftraps"/>
</block>
</append>
</config>
As you can see I have the "<property name="DescriptionKey" value="Electric Eel Trap Desc"/>" in the code, using that I made this:
if i understand correctly this is how it works: Electric Eel Trap is in the Electric Eel Trap mod folder, from there I follow the hierarchy regarding this line: "Electric Eel Trap,Blocks,block,,,Electric Eel Trap"
next use the code from within the block code that says "Electric Eel Trap Desc" as a hook to introduce a description which i attempted yet failed
View attachment 14357