Advertisement
Guest User

Untitled

a guest
Sep 12th, 2014
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. //Created by Minecraft-SMP Toolbox 2.0.0.0
  2.  
  3. //Naming
  4. Name TronCycle3
  5. ShortName TronCycle3
  6. ItemID 28987
  7.  
  8. //Visuals
  9. Icon IconTronBikeOrange
  10. Texture SkinTronCycle3
  11. Model TronCycle3.ModelTronCycle3
  12. RotateWheels false
  13.  
  14. //Third Person Camera Distance
  15. CameraDistance 5.0
  16.  
  17. //Driver and passenger positions
  18. Driver 0 -6 -8
  19. RotatedDriverOffset 0 0 0
  20. Passengers 1
  21. Passenger 1 0 -6 8 core
  22.  
  23. //Inventory Slots
  24. CargoSlots 36
  25. ShellSlots 0
  26. FuelTankSize 1000
  27.  
  28. //Movement
  29. MaxThrottle 1.8
  30. MaxNegativeThrottle 0.0
  31. TurnLeftSpeed 1
  32. TurnRightSpeed 1
  33. Drag 1.0
  34. Mass 1.0
  35. MomentOfInertia 10.0
  36. Bounciness 0.3
  37. WheelRadius 0.5
  38. FourWheelDrive true
  39. SquashMobs true
  40.  
  41.  
  42. //Weapons
  43. ShootDelay 999
  44. ShellDelay 999
  45.  
  46. //Sounds
  47. StartSound Engine
  48. StartSoundLength 20
  49. EngineSound Engine
  50. EngineSoundLength 20
  51.  
  52. //Health and collision
  53. BulletDetection 5
  54. //Size Multiplier; scales up the model
  55. ModelScale 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement