User Tools

Site Tools


mr:seed_pouch_item

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
mr:seed_pouch_item [2026/01/28 02:10] – Fix seed_pouch_item.txt in mr namespace to follow proper format with correct code references mikemr:seed_pouch_item [2026/01/28 02:13] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Seed Pouch Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/bags/SeedPouch.java|SeedPouch.java]]
 +
 +===== JSON Configuration =====
 +  * This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="SeedPouch_Name">seed pouch</string>
 +<string name="SeedPouch_Info">This small velvet pouch allows you to store any number of seeds in it. Very convenient.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +  * This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:seed_item|Seed (Item)]]
 +  * [[mr:plant|Plant]]
  
mr/seed_pouch_item.txt · Last modified: by 127.0.0.1