mirror of
https://github.com/Zrips/Jobs.git
synced 2024-11-29 05:55:27 +01:00
Id's should not repeat
This commit is contained in:
parent
d801dd43ea
commit
cb1583790c
@ -670,9 +670,9 @@ public class ItemManager {
|
||||
COMPLEX_PART(915, "Complex Part"),
|
||||
TIPPED_ARROW(916, "Tipped Arrow"),
|
||||
|
||||
RAVAGER(916, "Ravager"), // Same ID with Cave_spider
|
||||
TRADER_LLAMA(916, "Trader Llama"),
|
||||
WANDERING_TRADER(916, "Wandering Trader"),
|
||||
RAVAGER(917, "Ravager"),
|
||||
TRADER_LLAMA(918, "Trader Llama"),
|
||||
WANDERING_TRADER(919, "Wandering Trader"),
|
||||
UNKNOWN(999, "Unknown");
|
||||
|
||||
private int id;
|
||||
|
Loading…
Reference in New Issue
Block a user