1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-25 02:45:19 +01:00

Chmod and removal of whitespaces

This commit is contained in:
LeMagnesium
2015-07-27 21:45:41 +02:00
parent 5357fc996b
commit f16915f863
23 changed files with 53 additions and 53 deletions

View File

@@ -15,7 +15,7 @@
-- Wood Fishing Pole
minetest.register_craft({
output = "fishing:pole_wood",
recipe = {
recipe = {
{"", "", "group:stick" },
{"", "group:stick", "farming:string" },
{"group:stick", "", "farming:string" },
@@ -25,7 +25,7 @@ minetest.register_craft({
if minetest.get_modpath("moreblocks") ~= nil then
minetest.register_craft({
output = "fishing:pole_wood",
recipe = {
recipe = {
{"", "", "group:stick" },
{"", "group:stick", "moreblocks:rope" },
{"group:stick", "", "moreblocks:rope" },
@@ -36,7 +36,7 @@ end
if minetest.get_modpath("ropes") ~= nil then
minetest.register_craft({
output = "fishing:pole_wood",
recipe = {
recipe = {
{"", "", "group:stick" },
{"", "group:stick", "ropes:rope" },
{"group:stick", "", "ropes:rope" },
@@ -48,7 +48,7 @@ end
if minetest.get_modpath("moreores") ~= nil and minetest.get_modpath("mobs") ~= nil then
minetest.register_craft({
output = "fishing:pole_perfect",
recipe = {
recipe = {
{"", "", "moreores:mithril_ingot" },
{"", "moreores:mithril_ingot", "mobs:spider_cobweb" },
{"moreores:mithril_ingot", "", "mobs:spider_cobweb" },