mirror of
https://github.com/ZNixian/equivalent_exchange.git
synced 2024-12-26 06:57:28 +01:00
added all base emc values
This commit is contained in:
parent
1dc81bf5f9
commit
8caab933f6
@ -4,33 +4,32 @@ local emcs = {
|
|||||||
dirt = 1,
|
dirt = 1,
|
||||||
grass_1 = 5,
|
grass_1 = 5,
|
||||||
sand = 1,
|
sand = 1,
|
||||||
-- papyrus
|
papyrus = 50,
|
||||||
-- clay
|
clay = 160,
|
||||||
-- clay_lump
|
clay_lump = 40,
|
||||||
-- tree
|
tree = 16,
|
||||||
-- leaves
|
leaves = 5,
|
||||||
-- apple
|
apple = 128,
|
||||||
-- sapling
|
sapling = 16,
|
||||||
-- Tundra --
|
-- Tundra --
|
||||||
snow = 1,
|
snow = 1,
|
||||||
-- ice
|
ice = 10,
|
||||||
-- pinetree
|
pinetree = 16,
|
||||||
-- pinewood
|
pine_sapling = 16,
|
||||||
-- pine_sapling
|
|
||||||
-- Desert --
|
-- Desert --
|
||||||
desert_cobble = 1,
|
desert_cobble = 1,
|
||||||
desert_sand = 1,
|
desert_sand = 1,
|
||||||
-- cactus
|
cactus = 30,
|
||||||
dry_shrub = 5,
|
dry_shrub = 5,
|
||||||
-- Jungle --
|
-- Jungle --
|
||||||
-- jungletree
|
jungletree = 16,
|
||||||
-- jungleleaves
|
jungleleaves = 5,
|
||||||
junglegrass = 5,
|
junglegrass = 5,
|
||||||
-- junglesapling
|
junglesapling = 16,
|
||||||
-- Underground--
|
-- Underground--
|
||||||
cobble = 1,
|
cobble = 1,
|
||||||
-- mossycobble
|
mossycobble = 110,
|
||||||
-- gravel
|
gravel = 55,
|
||||||
coal_lump = 55,
|
coal_lump = 55,
|
||||||
-- Precise Value: 57
|
-- Precise Value: 57
|
||||||
iron_lump = 61,
|
iron_lump = 61,
|
||||||
@ -42,18 +41,19 @@ local emcs = {
|
|||||||
mese_crystal = 425,
|
mese_crystal = 425,
|
||||||
-- Precise Value: 848
|
-- Precise Value: 848
|
||||||
diamond = 976,
|
diamond = 976,
|
||||||
-- obsidian
|
obsidian =
|
||||||
-- nyancat
|
nyancat = 3786750,
|
||||||
-- nyancat_rainbow
|
nyancat_rainbow = 3786750,
|
||||||
-- Exceptions --
|
-- Exceptions --
|
||||||
-- wood
|
wood = 4,
|
||||||
-- junglewood
|
junglewood = 4,
|
||||||
-- stick
|
pinewood = 4,
|
||||||
|
stick = 1,
|
||||||
|
},
|
||||||
|
["bucket"] = {
|
||||||
|
bucket_water = 275,
|
||||||
|
bucket_lava =
|
||||||
},
|
},
|
||||||
-- ["bucket"] = {
|
|
||||||
-- -- bucket_water
|
|
||||||
-- -- bucket_lava
|
|
||||||
-- },
|
|
||||||
["farming"] = {
|
["farming"] = {
|
||||||
seed_wheat = 20,
|
seed_wheat = 20,
|
||||||
seed_cotton = 35,
|
seed_cotton = 35,
|
||||||
|
Loading…
Reference in New Issue
Block a user