mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-09 13:21:51 +09:00
Updated Modules:Setup (markdown)
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user