Updated Modules:Setup (markdown)

CuriousTorvald
2022-09-19 16:01:09 +09:00
parent 02385b8756
commit f3f231cc33

@@ -130,7 +130,12 @@ The GameItemLoader looks for the `<module root>/items/itemid.csv` for the list o
The Item ID for the items will be `item@<module name>:<id defined in the csv>` e.g. `item@basegame:1`
TODO describe the csv but not the GameItem
##### itemid.csv
Every item's id-classname pair is defined on the csv file with following columns:
- id: ID of this item
- classname: the full classname of the item which extends `net.torvald.terrarum.gameitems.GameItem`
#### GameMaterialLoader