FluidLimit

FluidLimit allows you to control the flow of Water, Lava, even other mod fluid.

Features

  • Control fluid flow range
  • Control fluid flow height
  • Different worlds can be set differently config
  • Control mod fluid (v1.1+)
  • Setting the config in game (not complete)
  • Allow set residence (not complete)

Commands & Permission

(not complete)

Config.yml

  1. Default: #Default setting
  2.     lava: #Lava flow setting
  3.         Limit: true #Enable flow
  4.         MinYFlow: 0 #Minimum height flow (Y:0-255)
  5.         MaxYFlow: 50 #Maximum height flow (Y:0-255)
  6.         Flow: 3 #Maximum flow range (0-8)
  7.     water: #Water flow setting
  8.         Limit: true
  9.         MinYFlow: 50
  10.         MaxYFlow: 70
  11.         Flow: 3
  12.     #Example: Tinkers Construct - Liquid Slime
  13.     #When the plug-in is found to have unsaved new fluid,
  14.     #Will automatically join the fluid into the configuration file.
  15.     TCONSTRUCT_LIQUIDSLIME
  16.         Limit: true
  17.         MinYFlow: 50
  18.         MaxYFlow: 70
  19.         Flow: 3
  20. Worlds:
  21.     world:
  22.         lava:
  23.             Limit: true
  24.             MinYFlow: 0
  25.             MaxYFlow: 50
  26.             Flow: 3
  27.         water:
  28.             Limit: true
  29.             MinYFlow: 50
  30.             MaxYFlow: 70
  31.             Flow: 3
复制代码

Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    103523
  • Created
    Nov 30, 2016
  • Last Released File
    Feb 25, 2017
  • Total Downloads
    419
  • License

Categories

Members

Recent Files