init
This commit is contained in:
commit
18e9c71cad
28 changed files with 7335 additions and 0 deletions
2
default/README.txt
Normal file
2
default/README.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
please do not edit any file in this folder,
|
||||
corresponding custom.* files get created in the main mod's folder for you to customize
|
||||
12
default/recipes.lua
Normal file
12
default/recipes.lua
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
-- only alter this file if it's named "custom.recipes.lua"
|
||||
-- alter the recipes as you please and delete / comment out
|
||||
-- the recipes you don't want to be available in the game
|
||||
-- the original versions are in "default/recipes.lua"
|
||||
|
||||
return {
|
||||
["tpad:tpad"] = {
|
||||
{'group:wood', 'default:bronze_ingot', 'group:wood'},
|
||||
{'default:bronze_ingot', 'group:wood', 'default:bronze_ingot'},
|
||||
{'group:wood', 'default:bronze_ingot', 'group:wood'},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue