Installera Steam
logga in
|
språk
简体中文 (förenklad kinesiska)
繁體中文 (traditionell kinesiska)
日本語 (japanska)
한국어 (koreanska)
ไทย (thailändska)
Български (bulgariska)
Čeština (tjeckiska)
Dansk (danska)
Deutsch (tyska)
English (engelska)
Español – España (spanska – Spanien)
Español – Latinoamérica (spanska – Latinamerika)
Ελληνικά (grekiska)
Français (franska)
Italiano (italienska)
Bahasa Indonesia (indonesiska)
Magyar (ungerska)
Nederlands (nederländska)
Norsk (norska)
Polski (polska)
Português (portugisiska – Portugal)
Português – Brasil (portugisiska – Brasilien)
Română (rumänska)
Русский (ryska)
Suomi (finska)
Türkçe (turkiska)
Tiếng Việt (vietnamesiska)
Українська (ukrainska)
Rapportera problem med översättningen
This block should be extremely boyant, making heavier boats much easier to float without the cost of hundreds of blocks, and FPS drops.
You just have to create a new world ( don't use a world already created before the survival update)
Thanks.
BTW it's a great mod
"if self.shape.getWorldPosition(self.shape).z < -2 then"
here the Propper way:
function CLASSNAME.IsInWater( self )
if not self.areaTrigger then
self.areaTrigger = sm.areaTrigger.createAttachedBox( self.shape:getInteractable(), sm.vec3.new( 0.5, 0.5, 0.5 ), sm.vec3.new(0.0, 0, 0.0), sm.quat.identity(), sm.areaTrigger.filter.all )
end
for _, result in ipairs( self.areaTrigger:getContents() ) do
if sm.exists( result ) then
if type( result ) == "AreaTrigger" then
local userData = result:getUserData()
if userData and userData.water == true then
return true
end
end
end
end
return false
end
Bombs are not exploding. When ı hit with sledgehammer it wont, and when i connect button and pressed connection is gone but it wont exploded(on 0.5. idk other version)