Overhauled itemBonuses to actually work. Have yet to test timed bonuses, I think they use auxdata for number of hours left. Wood essence also introduced.

This commit is contained in:
mstoppelli
2018-06-06 08:08:30 -04:00
parent 361432ec1e
commit 5b9fa72644
11 changed files with 359 additions and 20 deletions

View File

@@ -106,7 +106,7 @@ public class WyvernRed implements ModCreature, CreatureTypes {
vehicle.setName(creature.getName());
vehicle.setMaxHeightDiff(0.10f);
vehicle.setMaxDepth(-50f);
vehicle.setMaxSpeed(40.0f);
vehicle.setMaxSpeed(35.0f);
vehicle.setCommandType((byte) 3);
vehicle.setCanHaveEquipment(true);
}