summaryrefslogtreecommitdiff
path: root/infrastructure/crafts.lua
diff options
context:
space:
mode:
Diffstat (limited to 'infrastructure/crafts.lua')
-rw-r--r--infrastructure/crafts.lua106
1 files changed, 0 insertions, 106 deletions
diff --git a/infrastructure/crafts.lua b/infrastructure/crafts.lua
index 4a324fe..9897892 100644
--- a/infrastructure/crafts.lua
+++ b/infrastructure/crafts.lua
@@ -23,112 +23,6 @@
}
})
--- **************************************************************************************************** CENTER LINES
-
--- Asphalt block with center dashed line
- minetest.register_craft({
- output = '"infrastructure:asphalt_center_dashed" 9',
- recipe = {
- {'infrastructure:asphalt', 'wool:yellow', 'infrastructure:asphalt'},
- {'infrastructure:asphalt', 'infrastructure:asphalt', 'infrastructure:asphalt'},
- {'infrastructure:asphalt', 'wool:yellow', 'infrastructure:asphalt'}
- }
- })
-
--- Asphalt block with center solid line
- minetest.register_craft({
- output = '"infrastructure:asphalt_center_solid_line" 9',
- recipe = {
- {'infrastructure:asphalt', 'wool:yellow', 'infrastructure:asphalt'},
- {'infrastructure:asphalt', 'wool:yellow', 'infrastructure:asphalt'},
- {'infrastructure:asphalt', 'wool:yellow', 'infrastructure:asphalt'}
- }
- })
-
--- Asphalt block with center solid line on one side
- minetest.register_craft({
- output = '"infrastructure:asphalt_center_solid_one_side" 9',
- recipe = {
- {'wool:yellow', 'infrastructure:asphalt', 'infrastructure:asphalt'},
- {'wool:yellow', 'infrastructure:asphalt', 'infrastructure:asphalt'},
- {'wool:yellow', 'infrastructure:asphalt', 'infrastructure:asphalt'}
- }
- })
-
-
--- Asphalt block with center solid double line
- minetest.register_craft({
- output = '"infrastructure:asphalt_center_solid_double" 9',
- recipe = {
- {'wool:yellow', 'infrastructure:asphalt', 'wool:yellow'},
- {'wool:yellow', 'infrastructure:asphalt', 'wool:yellow'},
- {'wool:yellow', 'infrastructure:asphalt', 'wool:yellow'}
- }
- })
-
--- Asphalt block with center corner single line
- minetest.register_craft({
- output = '"infrastructure:asphalt_center_corner_single" 9',
- recipe = {
- {'infrastructure:asphalt', 'infrastructure:asphalt', 'infrastructure:asphalt'},
- {'infrastructure:asphalt', 'wool:yellow', 'wool:yellow'},
- {'infrastructure:asphalt', 'wool:yellow', 'infrastructure:asphalt'}
- }
- })
-
--- Asphalt block with center corner double line
- minetest.register_craft({
- output = '"infrastructure:asphalt_center_corner_double" 9',
- recipe = {
- {'wool:yellow', 'wool:yellow', 'wool:yellow'},
- {'wool:yellow', 'infrastructure:asphalt', 'infrastructure:asphalt'},
- {'wool:yellow', 'infrastructure:asphalt', 'wool:yellow'}
- }
- })
-
--- **************************************************************************************************** BORDER LINES
-
--- Asphalt block with side dashed line
- minetest.register_craft({
- output = '"infrastructure:asphalt_side_dashed" 9',
- recipe = {
- {'wool:white', 'infrastructure:asphalt', 'infrastructure:asphalt'},
- {'infrastructure:asphalt', 'infrastructure:asphalt', 'infrastructure:asphalt'},
- {'wool:white', 'infrastructure:asphalt', 'infrastructure:asphalt'}
- }
- })
-
--- Asphalt block with side solid line
- minetest.register_craft({
- output = '"infrastructure:asphalt_side_solid" 9',
- recipe = {
- {'wool:white', 'infrastructure:asphalt', 'infrastructure:asphalt'},
- {'wool:white', 'infrastructure:asphalt', 'infrastructure:asphalt'},
- {'wool:white', 'infrastructure:asphalt', 'infrastructure:asphalt'}
- }
- })
-
--- Asphalt block with lines for inner edge
- minetest.register_craft({
- output = '"infrastructure:asphalt_inner_edge" 9',
- recipe = {
- {'wool:white', 'wool:white', 'wool:white'},
- {'wool:white', 'infrastructure:asphalt', 'infrastructure:asphalt'},
- {'wool:white', 'infrastructure:asphalt', 'infrastructure:asphalt'}
- }
- })
-
--- Asphalt block with lines for outer edge
- minetest.register_craft({
- output = '"infrastructure:asphalt_outer_edge" 9',
- recipe = {
- {'infrastructure:asphalt', 'infrastructure:asphalt', 'infrastructure:asphalt'},
- {'infrastructure:asphalt', 'infrastructure:asphalt', 'infrastructure:asphalt'},
- {'wool:white', 'infrastructure:asphalt', 'infrastructure:asphalt'}
- }
- })
-
-
-- **************************************************************************************************** PRECAST CONCRETE
-- Concrete seperating wall