Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxionary committed Mar 15, 2020
1 parent d55485e commit 4dd0023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ local cids = {
air = minetest.get_content_id("nether:fumes"),
stone = minetest.get_content_id("default:stone"),
water = minetest.get_content_id("default:water_source"),
lava = minetest.get_content_id("default:lava_sorce"),
lava = minetest.get_content_id("default:lava_source"),
magma = minetest.get_content_id("nether:magma"),
magma_hot = minetest.get_content_id("nether:magma_hot"),
rack = minetest.get_content_id("nether:rack"),
Expand Down

0 comments on commit 4dd0023

Please sign in to comment.