diff --git a/doc/manual_EN.lua b/doc/manual_EN.lua index fcf6bda..84060c1 100644 --- a/doc/manual_EN.lua +++ b/doc/manual_EN.lua @@ -290,9 +290,9 @@ techage.manual_EN.aText = { " - Build a 5x5 area of ​​dirt\n".. " - Place a lighter in the middle\n".. " - Build a 3x3x3 cube above it out of wood\n".. - " - Cover everything with a layer of earth to form a 5x5x5 cube\n".. + " - Cover everything with a layer of dirt to form a 5x5x5 cube\n".. " - Leave a hole to the lighter\n".. - " - Light the lighter and immediately close the hole with a block of wood and earth\n".. + " - Light the lighter and immediately close the hole with a block of wood and dirt\n".. " - If you have done everything correctly\\, the coal burner will start smoking after a few seconds\n".. " - Only open the charcoal burner when the smoke has disappeared (approx. 20 min)\n".. "\n".. @@ -310,7 +310,7 @@ techage.manual_EN.aText = { " - Fill the tower with charcoal from the top to the top\n".. " - Light the lighter through the hole\n".. " - Place the melting pot in the flame over the tower\n(one block above the flame)\n".. - " - To stop the burner\\, temporarily close the hole with an earth block\\, for example.\n".. + " - To stop the burner\\, temporarily close the hole with an dirt block\\, for example.\n".. "\n".. "The melting pot has its own menu of recipes and an inventory where you have to put the ores in.\n".. "\n".. diff --git a/liquids/tank.lua b/liquids/tank.lua index 9144add..96860bb 100644 --- a/liquids/tank.lua +++ b/liquids/tank.lua @@ -153,6 +153,7 @@ minetest.register_node("techage:oiltank", { type = "fixed", fixed = {-6/8, -4/8, -6/8, 6/8, 6/8, 6/8}, }, + wield_scale = {x = 0.8, y = 0.8, z = 0.8}, after_place_node = function(pos, placer) local meta = M(pos) local nvm = techage.get_nvm(pos) diff --git a/manuals/manual_ta1_EN.md b/manuals/manual_ta1_EN.md index b6179b5..173c326 100644 --- a/manuals/manual_ta1_EN.md +++ b/manuals/manual_ta1_EN.md @@ -22,9 +22,9 @@ Building instructions (see also plan): - Build a 5x5 area of ​​dirt - Place a lighter in the middle - Build a 3x3x3 cube above it out of wood -- Cover everything with a layer of earth to form a 5x5x5 cube +- Cover everything with a layer of dirt to form a 5x5x5 cube - Leave a hole to the lighter -- Light the lighter and immediately close the hole with a block of wood and earth +- Light the lighter and immediately close the hole with a block of wood and dirt - If you have done everything correctly, the coal burner will start smoking after a few seconds - Only open the charcoal burner when the smoke has disappeared (approx. 20 min) @@ -46,7 +46,7 @@ Building instructions (see also plan): * Light the lighter through the hole * Place the melting pot in the flame over the tower (one block above the flame) -* To stop the burner, temporarily close the hole with an earth block, for example. +* To stop the burner, temporarily close the hole with an dirt block, for example. The melting pot has its own menu of recipes and an inventory where you have to put the ores in.