Skip to content

Commit

Permalink
fix alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
SmallJoker authored Apr 30, 2024
1 parent 37327b5 commit c86b268
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions technic/machines/LV/grinder.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if (minetest.get_modpath('everness')) then
recipe = {
{'everness:coral_desert_stone', 'default:diamond', 'everness:coral_desert_stone'},
{'everness:coral_desert_stone', 'technic:machine_casing', 'everness:coral_desert_stone'},
{'technic:granite', 'technic:lv_cable', 'technic:granite'},
{'technic:granite', 'technic:lv_cable', 'technic:granite'},
}
})

Expand All @@ -24,7 +24,7 @@ if (minetest.get_modpath('everness')) then
recipe = {
{'everness:forsaken_desert_stone', 'default:diamond', 'everness:forsaken_desert_stone'},
{'everness:forsaken_desert_stone', 'technic:machine_casing', 'everness:forsaken_desert_stone'},
{'technic:granite', 'technic:lv_cable', 'technic:granite'},
{'technic:granite', 'technic:lv_cable', 'technic:granite'},
}
})
end
Expand Down

0 comments on commit c86b268

Please sign in to comment.