Skip to content

Releases: max1mde/FancyPhysics

Release 3.2.0

17 Oct 13:51
Compare
Choose a tag to compare

Fix wind charges & add option for explosion drops

Release 3.1.0

18 Aug 08:19
Compare
Choose a tag to compare
  • Added block physics

image

# If you are bridging and this option is enabled, at some point the blocks will fall down without support below
BlockPhysics:
  Enabled: false
  Blocks:
    DEFAULT:
      # Max bridging lang till the blocks fall down
      Limit: 10
    STONE:
      Limit : 12

Release 3.0.2

21 May 17:48
Compare
Choose a tag to compare

Added spawn protection option

Release 3.0.1

19 May 09:45
Compare
Choose a tag to compare
  • Added comments to config file
  • Added new wood cutting stage (Mud brick wall)

Release 3.0.0

15 Apr 10:23
Compare
Choose a tag to compare
  • Added multiple new config options:
Particle.Animation.SpeedInTicks
Particle.Animation.EndSizeMultiplier
Tree.AffectedBlocksInPlayerBreakBlocksStatistic
Tree.GravityIfInAir
  • Renamed and sorted old config options

  • Improved particle physics

  • Improved tree physics

  • Added new gravity physics for trees

  • And much more stuff

Release 2.9.3

13 Apr 14:01
Compare
Choose a tag to compare

Added tree and explosion regeneration delay to config

Regeneration:
  TreeRegeneration:
    Enabled: false
    Delay: 10
  ExplosionRegeneration:
    Enabled: true
    Delay: 10

Release 2.9.2

10 Apr 18:09
Compare
Choose a tag to compare
  • Physics.TreeChopDelay

Release 2.9.1

10 Apr 10:36
Compare
Choose a tag to compare
  • Added sounds
  • Added new config option Sounds: true

Release 2.9

10 Apr 08:59
Compare
Choose a tag to compare
  • Improved particle physics
  • Fixed floating attached blocks on tree cut
  • New config options:
  AdvancedStemScan: false
  TreeScanMaxStemSize: 200
  TreeScanMaxLeavesSize: 260
  TreeMaxInvalidScans: 2700
  TreeMaxInvalidBlockDistance: 2

Release 2.8.6

08 Feb 19:20
Compare
Choose a tag to compare
  • Added world blacklist

Config:

  DisabledWorldsList:
  - DisabledWorld
  - AnotherDisabledWorld

Command:
/fancyphysics settings DisabledWorldsList add/remove <worldname>