Kade TodoList

From ETM
Revision as of 14:23, 3 March 2020 by Kademlia (talk | contribs)
Jump to navigation Jump to search
  • DispenseBehaviorShulkerBox allowed?
  • Disable HORSE CarryingChests
  • Recheck dropDeathLoot OutputHelper.error("Debug: old dropDeathLoot is still in use?" + this); //kade
  • Check EntityGuardian drop rate loweredprotected void dropDeathLoot(boolean flag, int i) { OutputHelper.error("Debug: old dropDeathLoot is still in use?" + this); //kade

if(hasSpecialName || EntityHelper.isPopulationDisabled(this)) return; //kade, dont drop from named entities as they dont age if(this instanceof EntityGuardian && this.random.nextFloat() < 0.66){ //kade edit, drop way less stuff for guardians return; } // if(this instanceof EntityEnderman && this.getWorld().environment == Environment.THE_END && this.random.nextFloat() < 0.90){ //kade edit, drop way less stuff for enderman in the end // return; // }