Fixed Mistake In Code

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

View File

@ -6,7 +6,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", {