Compare commits

...

5 Commits

Author SHA1 Message Date
PrairieAstronomer 4b8de025d8
Update depends.txt 2021-05-07 18:08:21 -06:00
PrairieAstronomer 016d0afaec
Create depends.txt 2021-05-04 11:24:42 -06:00
PrairieAstronomer 7f49605eec
Create init.lua 2021-05-04 11:23:45 -06:00
PrairieAstronomer c05e94b54a
Update README.md 2021-05-04 11:18:05 -06:00
PrairieAstronomer 2796d64a96
Update LICENSE 2021-05-04 11:16:48 -06:00
4 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2021 PrairieAstronomer
Copyright (c) 2021 PrairieWind
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -1 +1,2 @@
# minetest_technic_craftables
# minetest technic craftables
this mod contains new recipes that utilize the technic equipment. Examples include compressing leaves into oil and coal dust.

3
depends.txt Normal file
View File

@ -0,0 +1,3 @@
default
technic
basic_materials

1
init.lua Normal file
View File

@ -0,0 +1 @@
technic.register_compressor_recipe({ input = "group:leaves 6", output = "basic_materials:oil_extract 2, technic:coal_dust"})