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}};
};
|
|
13
14
15
16
17
18
19
20
21
22
23
|
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}};
greengrass = {"default:grass_1", {185,255,115}};
marram = {"default:marram_grass_1", {127,255,210}};
shrub = {"default:dry_shrub", {187,149,76}};
};
|