Tomm0017 / rsmod

New repository: https://github.com/rsmod/rsmod
https://github.com/rsmod/rsmod
Apache License 2.0
125 stars 101 forks source link

Remove item placeholders #84

Closed tristonplummer closed 5 years ago

tristonplummer commented 5 years ago

What has been done?

Stops item placeholders being dumped via DumpEntityIdService, and Items.kt has been updated accordingly

Tomm0017 commented 5 years ago

Added ItemDef#isPlaceholder property to check if item definition belongs to a 'placeholder' item

Tomm0017 commented 5 years ago

Doing this on another commit to use the new ItemDef.isPlaceholder property