diff --git a/shit/cotton_blocks/depends.txt b/approved/cotton_blocks/depends.txt similarity index 100% rename from shit/cotton_blocks/depends.txt rename to approved/cotton_blocks/depends.txt diff --git a/shit/cotton_blocks/init.lua b/approved/cotton_blocks/init.lua similarity index 92% rename from shit/cotton_blocks/init.lua rename to approved/cotton_blocks/init.lua index e2c95dc..a535604 100644 --- a/shit/cotton_blocks/init.lua +++ b/approved/cotton_blocks/init.lua @@ -21,9 +21,8 @@ local CB_NAMES_COLORS = { minetest.register_craft({ output = 'cotton_blocks:white', recipe = { - {'flowers:cotton','flowers:cotton','flowers:cotton'}, - {'flowers:cotton','flowers:cotton','flowers:cotton'}, - {'flowers:cotton','flowers:cotton','flowers:cotton'}, + {'flowers:cotton','flowers:cotton'}, + {'flowers:cotton','flowers:cotton'}, } }) @@ -99,4 +98,5 @@ for color, name in pairs(CB_NAMES_COLORS) do minetest.digprop_leaveslike(2.0), -- WTF???????? FUCK!!!!!!!!!1111111!!!!!!!!!111 }) addCBrecipe("cotton_blocks:" .. color,"cotton_blocks:white",color) + addCBrecipe("cotton_blocks:white","cotton_blocks:" .. color,"white") end diff --git a/shit/cotton_blocks/textures/cb_black.png b/approved/cotton_blocks/textures/cb_black.png similarity index 100% rename from shit/cotton_blocks/textures/cb_black.png rename to approved/cotton_blocks/textures/cb_black.png diff --git a/shit/cotton_blocks/textures/cb_blue.png b/approved/cotton_blocks/textures/cb_blue.png similarity index 100% rename from shit/cotton_blocks/textures/cb_blue.png rename to approved/cotton_blocks/textures/cb_blue.png diff --git a/shit/cotton_blocks/textures/cb_brown.png b/approved/cotton_blocks/textures/cb_brown.png similarity index 100% rename from shit/cotton_blocks/textures/cb_brown.png rename to approved/cotton_blocks/textures/cb_brown.png diff --git a/shit/cotton_blocks/textures/cb_cyan.png b/approved/cotton_blocks/textures/cb_cyan.png similarity index 100% rename from shit/cotton_blocks/textures/cb_cyan.png rename to approved/cotton_blocks/textures/cb_cyan.png diff --git a/shit/cotton_blocks/textures/cb_gray.png b/approved/cotton_blocks/textures/cb_gray.png similarity index 100% rename from shit/cotton_blocks/textures/cb_gray.png rename to approved/cotton_blocks/textures/cb_gray.png diff --git a/shit/cotton_blocks/textures/cb_green.png b/approved/cotton_blocks/textures/cb_green.png similarity index 100% rename from shit/cotton_blocks/textures/cb_green.png rename to approved/cotton_blocks/textures/cb_green.png diff --git a/shit/cotton_blocks/textures/cb_light_blue.png b/approved/cotton_blocks/textures/cb_light_blue.png similarity index 100% rename from shit/cotton_blocks/textures/cb_light_blue.png rename to approved/cotton_blocks/textures/cb_light_blue.png diff --git a/shit/cotton_blocks/textures/cb_light_gray.png b/approved/cotton_blocks/textures/cb_light_gray.png similarity index 100% rename from shit/cotton_blocks/textures/cb_light_gray.png rename to approved/cotton_blocks/textures/cb_light_gray.png diff --git a/shit/cotton_blocks/textures/cb_lime.png b/approved/cotton_blocks/textures/cb_lime.png similarity index 100% rename from shit/cotton_blocks/textures/cb_lime.png rename to approved/cotton_blocks/textures/cb_lime.png diff --git a/shit/cotton_blocks/textures/cb_magenta.png b/approved/cotton_blocks/textures/cb_magenta.png similarity index 100% rename from shit/cotton_blocks/textures/cb_magenta.png rename to approved/cotton_blocks/textures/cb_magenta.png diff --git a/shit/cotton_blocks/textures/cb_orange.png b/approved/cotton_blocks/textures/cb_orange.png similarity index 100% rename from shit/cotton_blocks/textures/cb_orange.png rename to approved/cotton_blocks/textures/cb_orange.png diff --git a/shit/cotton_blocks/textures/cb_pink.png b/approved/cotton_blocks/textures/cb_pink.png similarity index 100% rename from shit/cotton_blocks/textures/cb_pink.png rename to approved/cotton_blocks/textures/cb_pink.png diff --git a/shit/cotton_blocks/textures/cb_purple.png b/approved/cotton_blocks/textures/cb_purple.png similarity index 100% rename from shit/cotton_blocks/textures/cb_purple.png rename to approved/cotton_blocks/textures/cb_purple.png diff --git a/shit/cotton_blocks/textures/cb_red.png b/approved/cotton_blocks/textures/cb_red.png similarity index 100% rename from shit/cotton_blocks/textures/cb_red.png rename to approved/cotton_blocks/textures/cb_red.png diff --git a/shit/cotton_blocks/textures/cb_white.png b/approved/cotton_blocks/textures/cb_white.png similarity index 100% rename from shit/cotton_blocks/textures/cb_white.png rename to approved/cotton_blocks/textures/cb_white.png diff --git a/shit/cotton_blocks/textures/cb_yellow.png b/approved/cotton_blocks/textures/cb_yellow.png similarity index 100% rename from shit/cotton_blocks/textures/cb_yellow.png rename to approved/cotton_blocks/textures/cb_yellow.png diff --git a/approved/obsidian_rtmmp/depends.txt b/shit/obsidian_rtmmp/depends.txt similarity index 100% rename from approved/obsidian_rtmmp/depends.txt rename to shit/obsidian_rtmmp/depends.txt diff --git a/approved/obsidian_rtmmp/init.lua b/shit/obsidian_rtmmp/init.lua similarity index 100% rename from approved/obsidian_rtmmp/init.lua rename to shit/obsidian_rtmmp/init.lua diff --git a/approved/obsidian_rtmmp/textures/obsidian_rtmmp_block.png b/shit/obsidian_rtmmp/textures/obsidian_rtmmp_block.png similarity index 100% rename from approved/obsidian_rtmmp/textures/obsidian_rtmmp_block.png rename to shit/obsidian_rtmmp/textures/obsidian_rtmmp_block.png