1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-16 07:05:26 +01:00

Updated MinetestForFun Game

- Moved farming and screwdriver into MinetestForFun Game
 - Updated files (mostly `is_ground_content`)
 - Removed weird partial copy of jukebox in MinetestForFun Game
This commit is contained in:
LeMagnesium
2015-06-18 13:22:23 +02:00
parent fe7aa7af60
commit 9eaff838e5
190 changed files with 36 additions and 13 deletions

View File

@@ -0,0 +1,15 @@
--= Sugar
minetest.register_craftitem("farming:sugar", {
description = "Sugar",
inventory_image = "farming_sugar.png",
})
minetest.register_craft({
type = "cooking",
cooktime = 3,
output = "farming:sugar 2",
recipe = "default:papyrus",
})