Zairus / HermitQuest

HermitQuest - Defeat all the hermits
0 stars 0 forks source link

Update HQLootTableList.java #4

Open mattigins opened 7 years ago

mattigins commented 7 years ago

Small typo in the loot table.

xbony2 commented 7 years ago

You have to all instances of the variable, you can't just rename it :P

Jamdog commented 7 years ago

Only other instance of this variable name that I can find is on Line 24 of src\main\java\zairus\hermitquest\hermits\Hermits.java

,XBCRAFTED("xBCrafted", HQSoundEvents.XBCRAFTED_SAY, HQSoundEvents.XBCRAFTED_HURT, HQSoundEvents.XBCRAFTED_DIE, HQLootTableList.ENTITIES_BOSS_XBCRADTED)

xbony2 commented 7 years ago

Yeah, you gotta change that :P otherwise it ain't gonna compile.