initial upload1

master
NathanSalapat 2015-03-04 09:51:48 -06:00
parent 6e57be0d72
commit fe89fb6681
7 changed files with 30 additions and 0 deletions

2
changelog.txt Normal file
View File

@ -0,0 +1,2 @@
3-4-15:
Started mod, added cotton recipe. Uploaded to GitHub

9
crafting.lua Normal file
View 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
View File

@ -0,0 +1 @@
Code and graphics by Nathan.

2
depends.txt Normal file
View File

@ -0,0 +1,2 @@
farming
default

2
init.lua Normal file
View File

@ -0,0 +1,2 @@
--Load File
dofile(minetest.get_modpath('survival')..'/crafting.lua')

1
license.txt Normal file
View File

@ -0,0 +1 @@
All the graphics and code in this mod are licensed under creative commons 0.

13
readme.md Normal file
View File

@ -0,0 +1,13 @@
Hi, thanks for reading this.
This mod aims to add several survival type aspects.
Planned items include:
Machette
Water Bottle
Thirst bar
Bugs/food
sleeping bags
leafy beds
barrels, like chests but barrel shapes