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

12
custom.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'},
},
}