Make recipe less expensive, no mese.
This commit is contained in:
parent
a62d81f3fc
commit
0f616845de
@ -29,11 +29,12 @@ I have returned to using 16 pointing directions. *(I started with tacotexmex's 1
|
||||
|
||||
Crafting guide
|
||||
--------------
|
||||
**New:** Reduced cost of recipe by replacing mese\_fragment with glass.
|
||||
|
||||
```
|
||||
, steel_ingot ,
|
||||
copper_ingot, mese_crystal_fragment, copper_ingot
|
||||
, copper_ingot ,
|
||||
, steel_ingot ,
|
||||
copper_ingot, glass , copper_ingot
|
||||
, copper_ingot,
|
||||
```
|
||||
|
||||
|
||||
|
6
init.lua
6
init.lua
@ -1,7 +1,7 @@
|
||||
-- realcompass 1.22
|
||||
-- realcompass 1.23
|
||||
-- This fork written by David_G (kestral246@gmail.com)
|
||||
--
|
||||
-- 2020-02-19
|
||||
-- 2020-02-20
|
||||
|
||||
local activewidth=8 --until I can find some way to get it from minetest
|
||||
|
||||
@ -93,7 +93,7 @@ if minetest.get_modpath("default") ~= nil then
|
||||
output = 'realcompass:0',
|
||||
recipe = {
|
||||
{'', 'default:steel_ingot', ''},
|
||||
{'default:copper_ingot', 'default:mese_crystal_fragment', 'default:copper_ingot'},
|
||||
{'default:copper_ingot', 'default:glass', 'default:copper_ingot'},
|
||||
{'', 'default:copper_ingot', ''}
|
||||
}
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user