Compare commits

...

5 Commits

Author SHA1 Message Date
bri cassa 8ad6591315 Delete depends.txt, add mod.conf 2022-07-02 21:42:24 +02:00
Sys Quatre 5a785b4d00 Merge remote-tracking branch 'upstream/master' 2020-07-31 22:12:35 +02:00
adrido 930edb43d2 Merged in adrido/scaffolding (pull request #1)
Fixed "PNG warning: iCCP: known incorrect sRGB profile"
2020-07-27 13:42:40 +00:00
Adrian 0fb0cfea17 Fixed "PNG warning: iCCP: known incorrect sRGB profile" 2020-07-25 14:31:02 +02:00
Sys Quatre 2ff60245a9 Fix warnings on undeclared global variables 2020-07-20 02:20:06 +02:00
10 changed files with 10 additions and 5 deletions

View File

@ -1 +0,0 @@
default

View File

@ -1,7 +1,7 @@
local buildPlatform = function(node, pos, itemstack)
-- code for the building platforms
posZ = {'1', '0', '-1', '-1', '0', '0', '1', '1' };
posX = {'0', '-1', '0', '0', '1', '1', '0', '0' };
local posZ = {'1', '0', '-1', '-1', '0', '0', '1', '1' };
local posX = {'0', '-1', '0', '0', '1', '1', '0', '0' };
for nameCount = 1, 8 do
pos.z = pos.z + posZ[nameCount];
@ -20,8 +20,8 @@ local buildScaffolding = function(node, pos, itemstack, player)
-- many thanks to addi for improveing (rewriteing) my crappy code --
-- code for the building scaffolding
height = 0;
depth = 0; -- !!Note!! depth is not needed at the moment
local height = 0;
local depth = 0; -- !!Note!! depth is not needed at the moment
--[[ debug stuff ]]
@ -541,3 +541,5 @@ minetest.register_craft({
{'default:steel_ingot', '', ''},
}
})
minetest.log("action", "[scaffolding] loaded.")

4
mod.conf Normal file
View File

@ -0,0 +1,4 @@
name = scaffolding
title = Scaffolding
description = Say Goodbye To Dirt Scaffolding.
depends = default

Binary file not shown.

Before

Width:  |  Height:  |  Size: 484 B

After

Width:  |  Height:  |  Size: 701 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 392 B

After

Width:  |  Height:  |  Size: 554 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 407 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 441 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 492 B

After

Width:  |  Height:  |  Size: 714 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 404 B

After

Width:  |  Height:  |  Size: 555 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 481 B