1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-14 05:40:20 +02:00

Delete _misc and u_skins

This commit is contained in:
Ombridride
2014-11-08 23:19:46 +01:00
parent 83f78aea2f
commit 7430cdabe9
950 changed files with 0 additions and 2238 deletions

View File

@ -1,10 +0,0 @@
-- Craft obsidian
minetest.register_craft({
output = "default:obsidian",
recipe = {
{"bucket:bucket_lava"},
},
replacements = {
{"bucket:bucket_lava", "bucket:bucket_empty"}
},
})