Added Crafter and raligned file depth
This commit is contained in:
3
data/wrench/function/config/pillars/disable.mcfunction
Normal file
3
data/wrench/function/config/pillars/disable.mcfunction
Normal file
@@ -0,0 +1,3 @@
|
||||
scoreboard players set WrenchPillars WrenchConfig 0
|
||||
playsound minecraft:block.note_block.hat master @s ~ ~ ~ 0.1 0.5
|
||||
function wrench:config
|
3
data/wrench/function/config/pillars/enable.mcfunction
Normal file
3
data/wrench/function/config/pillars/enable.mcfunction
Normal file
@@ -0,0 +1,3 @@
|
||||
scoreboard players set WrenchPillars WrenchConfig 1
|
||||
playsound minecraft:block.note_block.hat master @s ~ ~ ~ 0.1 2
|
||||
function wrench:config
|
6
data/wrench/function/config/pillars/main.mcfunction
Normal file
6
data/wrench/function/config/pillars/main.mcfunction
Normal file
@@ -0,0 +1,6 @@
|
||||
#Enabled = 600
|
||||
#Disabled = 601
|
||||
|
||||
execute if score WrenchPillars WrenchConfig matches 0 run tellraw @s ["",{"text":"[ ❌ ]","color":"red","clickEvent":{"action":"run_command","value":"/function wrench:config/pillars/enable"}},{"text":" Pillars & Logs","hoverEvent":{"action":"show_text","value":"Wether Pillars & Logs should be rotated"}}]
|
||||
|
||||
execute if score WrenchPillars WrenchConfig matches 1 run tellraw @s ["",{"text":"[ ✔ ]","color":"green","clickEvent":{"action":"run_command","value":"/function wrench:config/pillars/disable"}},{"text":" Pillars & Logs","hoverEvent":{"action":"show_text","value":"Wether Pillars & Logs should be rotated"}}]
|
3
data/wrench/function/config/rails/disable.mcfunction
Normal file
3
data/wrench/function/config/rails/disable.mcfunction
Normal file
@@ -0,0 +1,3 @@
|
||||
scoreboard players set WrenchRails WrenchConfig 0
|
||||
playsound minecraft:block.note_block.hat master @s ~ ~ ~ 0.1 0.5
|
||||
function wrench:config
|
3
data/wrench/function/config/rails/enable.mcfunction
Normal file
3
data/wrench/function/config/rails/enable.mcfunction
Normal file
@@ -0,0 +1,3 @@
|
||||
scoreboard players set WrenchRails WrenchConfig 1
|
||||
playsound minecraft:block.note_block.hat master @s ~ ~ ~ 0.1 2
|
||||
function wrench:config
|
6
data/wrench/function/config/rails/main.mcfunction
Normal file
6
data/wrench/function/config/rails/main.mcfunction
Normal file
@@ -0,0 +1,6 @@
|
||||
#Enabled = 600
|
||||
#Disabled = 601
|
||||
|
||||
execute if score WrenchRails WrenchConfig matches 0 run tellraw @s ["",{"text":"[ ❌ ]","color":"red","clickEvent":{"action":"run_command","value":"/function wrench:config/rails/enable"}},{"text":" Rails","hoverEvent":{"action":"show_text","value":"Wether Rails should be rotated"}}]
|
||||
|
||||
execute if score WrenchRails WrenchConfig matches 1 run tellraw @s ["",{"text":"[ ✔ ]","color":"green","clickEvent":{"action":"run_command","value":"/function wrench:config/rails/disable"}},{"text":" Rails","hoverEvent":{"action":"show_text","value":"Wether Rails should be rotated"}}]
|
3
data/wrench/function/config/redstone/disable.mcfunction
Normal file
3
data/wrench/function/config/redstone/disable.mcfunction
Normal file
@@ -0,0 +1,3 @@
|
||||
scoreboard players set WrenchRedstone WrenchConfig 0
|
||||
playsound minecraft:block.note_block.hat master @s ~ ~ ~ 0.1 0.5
|
||||
function wrench:config
|
3
data/wrench/function/config/redstone/enable.mcfunction
Normal file
3
data/wrench/function/config/redstone/enable.mcfunction
Normal file
@@ -0,0 +1,3 @@
|
||||
scoreboard players set WrenchRedstone WrenchConfig 1
|
||||
playsound minecraft:block.note_block.hat master @s ~ ~ ~ 0.1 2
|
||||
function wrench:config
|
6
data/wrench/function/config/redstone/main.mcfunction
Normal file
6
data/wrench/function/config/redstone/main.mcfunction
Normal file
@@ -0,0 +1,6 @@
|
||||
#Enabled = 600
|
||||
#Disabled = 601
|
||||
|
||||
execute if score WrenchRedstone WrenchConfig matches 0 run tellraw @s ["",{"text":"[ ❌ ]","color":"red","clickEvent":{"action":"run_command","value":"/function wrench:config/redstone/enable"}},{"text":" Redstone","hoverEvent":{"action":"show_text","value":"Wether Redstone Components should be rotated"}}]
|
||||
|
||||
execute if score WrenchRedstone WrenchConfig matches 1 run tellraw @s ["",{"text":"[ ✔ ]","color":"green","clickEvent":{"action":"run_command","value":"/function wrench:config/redstone/disable"}},{"text":" Redstone","hoverEvent":{"action":"show_text","value":"Wether Redstone Components should be rotated"}}]
|
3
data/wrench/function/config/rods/disable.mcfunction
Normal file
3
data/wrench/function/config/rods/disable.mcfunction
Normal file
@@ -0,0 +1,3 @@
|
||||
scoreboard players set WrenchRods WrenchConfig 0
|
||||
playsound minecraft:block.note_block.hat master @s ~ ~ ~ 0.1 0.5
|
||||
function wrench:config
|
3
data/wrench/function/config/rods/enable.mcfunction
Normal file
3
data/wrench/function/config/rods/enable.mcfunction
Normal file
@@ -0,0 +1,3 @@
|
||||
scoreboard players set WrenchRods WrenchConfig 1
|
||||
playsound minecraft:block.note_block.hat master @s ~ ~ ~ 0.1 2
|
||||
function wrench:config
|
6
data/wrench/function/config/rods/main.mcfunction
Normal file
6
data/wrench/function/config/rods/main.mcfunction
Normal file
@@ -0,0 +1,6 @@
|
||||
#Enabled = 600
|
||||
#Disabled = 601
|
||||
|
||||
execute if score WrenchRods WrenchConfig matches 0 run tellraw @s ["",{"text":"[ ❌ ]","color":"red","clickEvent":{"action":"run_command","value":"/function wrench:config/rods/enable"}},{"text":" End Rods","hoverEvent":{"action":"show_text","value":"Wether End Rods should be flippable"}}]
|
||||
|
||||
execute if score WrenchRods WrenchConfig matches 1 run tellraw @s ["",{"text":"[ ✔ ]","color":"green","clickEvent":{"action":"run_command","value":"/function wrench:config/rods/disable"}},{"text":" End Rods","hoverEvent":{"action":"show_text","value":"Wether End Rods should be flippable"}}]
|
3
data/wrench/function/config/slabs/disable.mcfunction
Normal file
3
data/wrench/function/config/slabs/disable.mcfunction
Normal file
@@ -0,0 +1,3 @@
|
||||
scoreboard players set WrenchSlabs WrenchConfig 0
|
||||
playsound minecraft:block.note_block.hat master @s ~ ~ ~ 0.1 0.5
|
||||
function wrench:config
|
3
data/wrench/function/config/slabs/enable.mcfunction
Normal file
3
data/wrench/function/config/slabs/enable.mcfunction
Normal file
@@ -0,0 +1,3 @@
|
||||
scoreboard players set WrenchSlabs WrenchConfig 1
|
||||
playsound minecraft:block.note_block.hat master @s ~ ~ ~ 0.1 2
|
||||
function wrench:config
|
6
data/wrench/function/config/slabs/main.mcfunction
Normal file
6
data/wrench/function/config/slabs/main.mcfunction
Normal file
@@ -0,0 +1,6 @@
|
||||
#Enabled = 600
|
||||
#Disabled = 601
|
||||
|
||||
execute if score WrenchSlabs WrenchConfig matches 0 run tellraw @s ["",{"text":"[ ❌ ]","color":"red","clickEvent":{"action":"run_command","value":"/function wrench:config/slabs/enable"}},{"text":" Slabs","hoverEvent":{"action":"show_text","value":"Wether Slabs should be rotated"}}]
|
||||
|
||||
execute if score WrenchSlabs WrenchConfig matches 1 run tellraw @s ["",{"text":"[ ✔ ]","color":"green","clickEvent":{"action":"run_command","value":"/function wrench:config/slabs/disable"}},{"text":" Slabs","hoverEvent":{"action":"show_text","value":"Wether Slabs should be rotated"}}]
|
3
data/wrench/function/config/stairs/disable.mcfunction
Normal file
3
data/wrench/function/config/stairs/disable.mcfunction
Normal file
@@ -0,0 +1,3 @@
|
||||
scoreboard players set WrenchStairs WrenchConfig 0
|
||||
playsound minecraft:block.note_block.hat master @s ~ ~ ~ 0.1 0.5
|
||||
function wrench:config
|
3
data/wrench/function/config/stairs/enable.mcfunction
Normal file
3
data/wrench/function/config/stairs/enable.mcfunction
Normal file
@@ -0,0 +1,3 @@
|
||||
scoreboard players set WrenchStairs WrenchConfig 1
|
||||
playsound minecraft:block.note_block.hat master @s ~ ~ ~ 0.1 2
|
||||
function wrench:config
|
6
data/wrench/function/config/stairs/main.mcfunction
Normal file
6
data/wrench/function/config/stairs/main.mcfunction
Normal file
@@ -0,0 +1,6 @@
|
||||
#Enabled = 600
|
||||
#Disabled = 601
|
||||
|
||||
execute if score WrenchStairs WrenchConfig matches 0 run tellraw @s ["",{"text":"[ ❌ ]","color":"red","clickEvent":{"action":"run_command","value":"/function wrench:config/stairs/enable"}},{"text":" Stairs","hoverEvent":{"action":"show_text","value":"Wether Stairs should be rotated"}}]
|
||||
|
||||
execute if score WrenchStairs WrenchConfig matches 1 run tellraw @s ["",{"text":"[ ✔ ]","color":"green","clickEvent":{"action":"run_command","value":"/function wrench:config/stairs/disable"}},{"text":" Stairs","hoverEvent":{"action":"show_text","value":"Wether Stairs should be rotated"}}]
|
@@ -0,0 +1,3 @@
|
||||
scoreboard players set WrenchTerracotta WrenchConfig 0
|
||||
playsound minecraft:block.note_block.hat master @s ~ ~ ~ 0.1 0.5
|
||||
function wrench:config
|
3
data/wrench/function/config/terracotta/enable.mcfunction
Normal file
3
data/wrench/function/config/terracotta/enable.mcfunction
Normal file
@@ -0,0 +1,3 @@
|
||||
scoreboard players set WrenchTerracotta WrenchConfig 1
|
||||
playsound minecraft:block.note_block.hat master @s ~ ~ ~ 0.1 2
|
||||
function wrench:config
|
6
data/wrench/function/config/terracotta/main.mcfunction
Normal file
6
data/wrench/function/config/terracotta/main.mcfunction
Normal file
@@ -0,0 +1,6 @@
|
||||
#Enabled = 600
|
||||
#Disabled = 601
|
||||
|
||||
execute if score WrenchTerracotta WrenchConfig matches 0 run tellraw @s ["",{"text":"[ ❌ ]","color":"red","clickEvent":{"action":"run_command","value":"/function wrench:config/terracotta/enable"}},{"text":" Terracotta","hoverEvent":{"action":"show_text","value":"Wether Terracotta should be rotated"}}]
|
||||
|
||||
execute if score WrenchTerracotta WrenchConfig matches 1 run tellraw @s ["",{"text":"[ ✔ ]","color":"green","clickEvent":{"action":"run_command","value":"/function wrench:config/terracotta/disable"}},{"text":" Terracotta","hoverEvent":{"action":"show_text","value":"Wether Terracotta should be rotated"}}]
|
Reference in New Issue
Block a user