Fixed Mistake In Code

master
Extex101 2018-01-09 12:04:14 -08:00 committed by GitHub
parent a2603baecf
commit 501b9b878f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ minetest.register_node("evenmoreblocks:pure_stone", {
minetest.register_craft({
type = "cooking",
output = "evenmoreblocks:pure_stone",
recipe = "default:pure_stone_brick",
recipe = "default:stone",
cooktime = 20,
})
minetest.register_node("evenmoreblocks:pure_stone_brick", {