Add canBeRiddenInWater() as an option for rideable entities.

Started by Kleiders on

Topic category: Feature requests and ideas for MCreator

Joined Dec 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Add canBeRiddenInWater() as an option for rideable entities.

This is pretty easy to do by code, but it would be lovely to have it as an option in the entity creation screen.

 

		@Override 		public boolean canBeRiddenInWater() { 			return true; 		}