Skip to content

Commit

Permalink
Buff support beam strength
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-hrivnak committed Dec 3, 2022
1 parent 8ea13ec commit 6bd1ea6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/rbp/block_definitions/02_supports.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

02_supports {
# The strength of the block[s] as a beam supporting blocks above.
D:BeamStrength=1.0
D:BeamStrength=170.6

# A list of block IDs to be affected by this definition.
S:Blocks <
Expand Down Expand Up @@ -128,7 +128,7 @@
D:BreakChanceOnLanded=0.0

# Whether the block[s] should break instead of falling.
B:BreakOnFalling=false
B:BreakOnFalling=true

# The minimum velocity, in meters per tick, the block[s] must land at before they have a chance of breaking.
D:BreakVelocityMinOnLanded=0.5
Expand All @@ -149,7 +149,7 @@
B:IsHangable=true

# The mass of the block[s], in kilograms.
I:Mass=0
I:Mass=1400

# Whether the block[s] will receive chunk updates.
B:ReceivesChunkUpdates=false
Expand Down

0 comments on commit 6bd1ea6

Please sign in to comment.