This commit is contained in:
Rainer 2025-08-22 01:59:14 +02:00
commit 18e9c71cad
28 changed files with 7335 additions and 0 deletions

2
default/README.txt Normal file
View 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
View 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'},
},
}