]> git.lizzy.rs Git - Crafter.git/commitdiff
Delete huge line break
authoroilboi <47129783+oilboi@users.noreply.github.com>
Sun, 28 Jun 2020 12:10:19 +0000 (08:10 -0400)
committeroilboi <47129783+oilboi@users.noreply.github.com>
Sun, 28 Jun 2020 12:10:19 +0000 (08:10 -0400)
mods/redstone/piston.lua

index fea1f65b9cf48e6c91eb020ba7c2039d4d41dd13..52809c2d06131af9dc3c8f5c12f7a5e91d3e99ea 100644 (file)
@@ -342,6 +342,30 @@ minetest.register_node("redstone:actuator", {
     end,
 })
 
+
+
+
+
+--[[
+███████╗████████╗██╗ ██████╗██╗  ██╗██╗   ██╗    ██████╗ ██╗███████╗████████╗ ██████╗ ███╗   ██╗    ██████╗ ███████╗ ██████╗ ██╗███╗   ██╗███████╗
+██╔════╝╚══██╔══╝██║██╔════╝██║ ██╔╝╚██╗ ██╔╝    ██╔══██╗██║██╔════╝╚══██╔══╝██╔═══██╗████╗  ██║    ██╔══██╗██╔════╝██╔════╝ ██║████╗  ██║██╔════╝
+███████╗   ██║   ██║██║     █████╔╝  ╚████╔╝     ██████╔╝██║███████╗   ██║   ██║   ██║██╔██╗ ██║    ██████╔╝█████╗  ██║  ███╗██║██╔██╗ ██║███████╗
+╚════██║   ██║   ██║██║     ██╔═██╗   ╚██╔╝      ██╔═══╝ ██║╚════██║   ██║   ██║   ██║██║╚██╗██║    ██╔══██╗██╔══╝  ██║   ██║██║██║╚██╗██║╚════██║
+███████║   ██║   ██║╚██████╗██║  ██╗   ██║       ██║     ██║███████║   ██║   ╚██████╔╝██║ ╚████║    ██████╔╝███████╗╚██████╔╝██║██║ ╚████║███████║
+╚══════╝   ╚═╝   ╚═╝ ╚═════╝╚═╝  ╚═╝   ╚═╝       ╚═╝     ╚═╝╚══════╝   ╚═╝    ╚═════╝ ╚═╝  ╚═══╝    ╚═════╝ ╚══════╝ ╚═════╝ ╚═╝╚═╝  ╚═══╝╚══════╝
+]]--
+
+
+
+
+
+
+
+
+
+
+
+
 --[[
 -------------------------------------------------------------------------------------------------------------------------------------------------------
 --this is how the piston pushes nodes
@@ -440,7 +464,6 @@ local function sticky_piston_pull_nodes(pos,dir)
        end
 end
 
-------------------------------[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[
 
 --this is the logic of the sticky piston on return
 local function sticky_piston_pull(pos,dir)