Baisc files and folders created
This commit is contained in:
parent
1aaedfbd88
commit
7524bc2110
2
depends.txt
Normal file
2
depends.txt
Normal file
@ -0,0 +1,2 @@
|
||||
farming
|
||||
more_farming
|
20
init.lua
Normal file
20
init.lua
Normal file
@ -0,0 +1,20 @@
|
||||
|
||||
-- Checks for hunger mods to register food on
|
||||
--function food.item_eat(amt)
|
||||
-- if minetest.get_modpath("diet") and global_exists("diet") and diet.item_eat then
|
||||
-- return diet.item_eat(amt)
|
||||
-- elseif minetest.get_modpath("hud") and global_exists("hud") and hud.item_eat then
|
||||
-- return hud.item_eat(amt)
|
||||
-- elseif minetest.get_modpath("hbhunger") then
|
||||
-- if global_exists("hbhunger") and hbhunger.item_eat then
|
||||
-- return hbhunger.item_eat(amt)
|
||||
-- elseif global_exists("hunger") and hunger.item_eat then
|
||||
-- -- For backwards compatibility
|
||||
-- -- It used to be called `hunger` rather than `hbhunger`
|
||||
-- return hunger.item_eat(amt)
|
||||
-- end
|
||||
-- else
|
||||
-- return minetest.item_eat(amt)
|
||||
-- end
|
||||
--end
|
||||
|
1
locale/pork_chop.fr.tr
Normal file
1
locale/pork_chop.fr.tr
Normal file
@ -0,0 +1 @@
|
||||
Pork chop = Charcuterie
|
69
readme.md
69
readme.md
@ -0,0 +1,69 @@
|
||||
# Pork Chops
|
||||
|
||||
This mod adds typically french products known as "charcuterie" and mainly base on dried and salted pork.
|
||||
|
||||
## TODO
|
||||
|
||||
Avec la viande de cochon:
|
||||
|
||||
salaisons (séchoir a viande ?)
|
||||
|
||||
[ x] graisse / huile pour le four
|
||||
|
||||
[ x] viande crue
|
||||
|
||||
[ x] Sel
|
||||
|
||||
[ x] poivre
|
||||
|
||||
[ x] piments (poivrons ?)
|
||||
|
||||
fines herbes
|
||||
|
||||
chair à paté
|
||||
|
||||
jambon de pays (pour faire sandwiches)
|
||||
|
||||
jambons blanc (pour faire sandwiches)
|
||||
|
||||
saucice sèche
|
||||
|
||||
saucisse de toulouse
|
||||
|
||||
knaki
|
||||
|
||||
justin bridou (trouver un alias rigolo)
|
||||
|
||||
exemple de craft : (ne pas oublier de faire des craft avec maxi 9 ingredients
|
||||
la farce
|
||||
chair a paté
|
||||
oeuf
|
||||
pain
|
||||
sel
|
||||
poivre
|
||||
la pomme de terre farcie
|
||||
farce
|
||||
pomme de terre
|
||||
la cuisson
|
||||
|
||||
## Licence
|
||||
|
||||
|
||||
|
||||
## Versions
|
||||
|
||||
|Version|Date|Changes|
|
||||
|---|---|---|
|
||||
|0.0|2021-09-09|Git repo created|
|
||||
|
||||
## Credtis
|
||||
|
||||
|File name|Author|Licence|url|
|
||||
|---|---|---|---|
|
||||
|example.ogg|John Doe|CC0|johndoe.net|
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
0
settingtypes.txt
Normal file
0
settingtypes.txt
Normal file
Loading…
Reference in New Issue
Block a user