init.lua 242 B

12345678910111213
  1. dofile(minetest.get_modpath('pottery')..'/dishes.lua')
  2. dofile(minetest.get_modpath('pottery')..'/vessels.lua')
  3. --[[
  4. stations.dual_register_recipe('pottery', {
  5. input = {
  6. ['default:clay_lump'] = ,
  7. },
  8. output = 'pottery:',
  9. })
  10. ]]