Differences From Artifact [8583c46b62]:
- File data/extracts.lua — part of check-in [956134c50b] at 2020-08-11 21:39:39 on branch trunk — initial commit (user: lexi, size: 861) [annotate] [blame] [check-ins using]
To Artifact [c62e0cc7f2]:
- File data/extracts.lua — part of check-in [3f6a913e4e] at 2020-09-29 12:40:28 on branch trunk — * remove former hacky registration system, replace with consistent and flexible API; rewrite metal/gem generation to take advantage of this new API; tweaks to init system to enable world-local tweaks to lore and sorcery behavior * initial documentation commit * initial steps towards calendar - add default date format, astrolabe; prepare infra for division/melding/transmutation spells, various tweaks and fixes (user: lexi, size: 914) [annotate] [blame] [check-ins using]
13 14 15 16 17 18 19 20 |
raspberry = {"group:food_raspberries", {228,51,210}}; chili = {"farming:chili_pepper", {243,75,49}}; pine = {"default:pine_sapling", {41,166,80}}; cocoa = {"farming:cocoa_beans", {146,38,0}}; grape = {"farming:grapes", {206,56,214}}; kelp = {"default:sand_with_kelp", {109,185,145}}; fern = {"default:fern_1", {164,238,47}}; }; |
> |
13 14 15 16 17 18 19 20 21 |
raspberry = {"group:food_raspberries", {228,51,210}};
chili = {"farming:chili_pepper", {243,75,49}};
pine = {"default:pine_sapling", {41,166,80}};
cocoa = {"farming:cocoa_beans", {146,38,0}};
grape = {"farming:grapes", {206,56,214}};
kelp = {"default:sand_with_kelp", {109,185,145}};
fern = {"default:fern_1", {164,238,47}};
marram = {"default:marram_grass_1", {127,255,210}};
};
|