initial upload1
This commit is contained in:
parent
6e57be0d72
commit
fe89fb6681
2
changelog.txt
Normal file
2
changelog.txt
Normal file
@ -0,0 +1,2 @@
|
||||
3-4-15:
|
||||
Started mod, added cotton recipe. Uploaded to GitHub
|
9
crafting.lua
Normal file
9
crafting.lua
Normal file
@ -0,0 +1,9 @@
|
||||
minetest.register_craft({
|
||||
output = 'farming:cotton 1',
|
||||
recipe = {
|
||||
{'default:grass_1', 'default:grass_1', 'default:grass_1'},
|
||||
{'default:grass_1', 'default:grass_1', 'default:grass_1'},
|
||||
{'default:grass_1', 'default:grass_1', 'default:grass_1'},
|
||||
}
|
||||
})
|
||||
|
1
credits.txt
Normal file
1
credits.txt
Normal file
@ -0,0 +1 @@
|
||||
Code and graphics by Nathan.
|
2
depends.txt
Normal file
2
depends.txt
Normal file
@ -0,0 +1,2 @@
|
||||
farming
|
||||
default
|
2
init.lua
Normal file
2
init.lua
Normal file
@ -0,0 +1,2 @@
|
||||
--Load File
|
||||
dofile(minetest.get_modpath('survival')..'/crafting.lua')
|
1
license.txt
Normal file
1
license.txt
Normal file
@ -0,0 +1 @@
|
||||
All the graphics and code in this mod are licensed under creative commons 0.
|
Loading…
x
Reference in New Issue
Block a user