summaryrefslogtreecommitdiff
path: root/building_blocks
diff options
context:
space:
mode:
authorVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2019-04-24 18:59:36 -0400
committerVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2019-04-24 18:59:36 -0400
commita5eef1c5de77fa7770877802e66c3e1c53f9a0da (patch)
tree0f36e64a58e5f5bb7d95be6ae692f58f2ebfe483 /building_blocks
parentdda854cf06f90a04a03844e19c4d4ad220e38fe4 (diff)
downloaddreambuilder_modpack-a5eef1c5de77fa7770877802e66c3e1c53f9a0da.tar
dreambuilder_modpack-a5eef1c5de77fa7770877802e66c3e1c53f9a0da.tar.gz
dreambuilder_modpack-a5eef1c5de77fa7770877802e66c3e1c53f9a0da.tar.bz2
dreambuilder_modpack-a5eef1c5de77fa7770877802e66c3e1c53f9a0da.tar.xz
dreambuilder_modpack-a5eef1c5de77fa7770877802e66c3e1c53f9a0da.zip
update castles, areas, homedecor, plantlife,
gloopblocks, hotbar, inspector, maptools, mesecons, moreblocks, moreores, technic, teleport_request, and worldedit switched to caverealms_lite (with minor fixes by me) switched to CWz's fork of player_textures The homedecor update brings in the big split, and will require you to re-enable all modpack components in order to avoid loss of content.
Diffstat (limited to 'building_blocks')
-rw-r--r--building_blocks/alias.lua2
-rw-r--r--building_blocks/depends.txt2
-rw-r--r--building_blocks/init.lua4
-rw-r--r--building_blocks/node_stairs.lua4
-rw-r--r--building_blocks/others.lua4
-rw-r--r--building_blocks/recipes.lua2
-rw-r--r--building_blocks/textures/building_blocks_marble.pngbin499 -> 450 bytes
7 files changed, 9 insertions, 9 deletions
diff --git a/building_blocks/alias.lua b/building_blocks/alias.lua
index 8d6520b..1ac24f5 100644
--- a/building_blocks/alias.lua
+++ b/building_blocks/alias.lua
@@ -1,4 +1,4 @@
-local S = homedecor_i18n.gettext
+local S = homedecor.gettext
if minetest.get_modpath("moreblocks") or minetest.get_modpath("stairs") then
minetest.register_alias("building_blocks:slab_tar", "stairs:slab_Tar")
diff --git a/building_blocks/depends.txt b/building_blocks/depends.txt
index 641d412..a890df8 100644
--- a/building_blocks/depends.txt
+++ b/building_blocks/depends.txt
@@ -1,5 +1,5 @@
default
-homedecor_i18n
+homedecor_common
moreblocks?
gloopblocks?
stairs?
diff --git a/building_blocks/init.lua b/building_blocks/init.lua
index fc0c9e4..fbb81a4 100644
--- a/building_blocks/init.lua
+++ b/building_blocks/init.lua
@@ -1,7 +1,7 @@
-local S = homedecor_i18n.gettext
+local S = homedecor.gettext
local modpath = minetest.get_modpath("building_blocks")
dofile(modpath.."/alias.lua")
dofile(modpath.."/node_stairs.lua")
dofile(modpath.."/others.lua")
-dofile(modpath.."/recipes.lua") \ No newline at end of file
+dofile(modpath.."/recipes.lua")
diff --git a/building_blocks/node_stairs.lua b/building_blocks/node_stairs.lua
index b0fecb4..daba567 100644
--- a/building_blocks/node_stairs.lua
+++ b/building_blocks/node_stairs.lua
@@ -1,4 +1,4 @@
-local S = homedecor_i18n.gettext
+local S = homedecor.gettext
local stairs_groups_names = {"cracky","choppy","flammable","crumbly","snappy"}
@@ -33,7 +33,7 @@ local function building_blocks_stairs(nodename, def)
("%s Slab"):format(def.description),
def.sounds
)
- end
+ end
end
end
diff --git a/building_blocks/others.lua b/building_blocks/others.lua
index 180aa70..2cc613f 100644
--- a/building_blocks/others.lua
+++ b/building_blocks/others.lua
@@ -1,4 +1,4 @@
-local S = homedecor_i18n.gettext
+local S = homedecor.gettext
minetest.register_craftitem("building_blocks:sticks", {
description = S("Small bundle of sticks"),
@@ -20,4 +20,4 @@ minetest.register_tool("building_blocks:knife", {
fleshy={times={[2]=5.50, [3]=2.80}, uses=100, maxlevel=1}
}
},
-}) \ No newline at end of file
+})
diff --git a/building_blocks/recipes.lua b/building_blocks/recipes.lua
index 42ac0a8..689643f 100644
--- a/building_blocks/recipes.lua
+++ b/building_blocks/recipes.lua
@@ -1,4 +1,4 @@
-local S = homedecor_i18n.gettext
+local S = homedecor.gettext
if minetest.get_modpath("moreblocks") then
minetest.register_craft({
diff --git a/building_blocks/textures/building_blocks_marble.png b/building_blocks/textures/building_blocks_marble.png
index 94aad99..497e2b6 100644
--- a/building_blocks/textures/building_blocks_marble.png
+++ b/building_blocks/textures/building_blocks_marble.png
Binary files differ