Skip to content

Commit 2632c41

Browse files
committed
add MA seeds to the extended industrialization farmer whitelist
1 parent 7563169 commit 2632c41

File tree

1 file changed

+53
-0
lines changed
  • kubejs/server_scripts/mods/extendedindustrialization

1 file changed

+53
-0
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10: To the Sky.
2+
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.
3+
4+
ServerEvents.tags("item", (allthemods) => {
5+
6+
allthemods.add("extended_industrialization:farmer_plantable", [
7+
'mysticalagriculture:inferium_seeds',
8+
'mysticalagriculture:dirt_seeds',
9+
'mysticalagriculture:wood_seeds',
10+
'mysticalagriculture:ice_seeds',
11+
'mysticalagriculture:air_seeds',
12+
'mysticalagriculture:earth_seeds',
13+
'mysticalagriculture:water_seeds',
14+
'mysticalagriculture:fire_seeds',
15+
'mysticalagriculture:stone_seeds',
16+
'mysticalagriculture:deepslate_seeds',
17+
'mysticalagriculture:nature_seeds',
18+
'mysticalagriculture:dye_seeds',
19+
'mysticalagriculture:nether_seeds',
20+
'mysticalagriculture:coral_seeds',
21+
'mysticalagriculture:honey_seeds',
22+
'mysticalagriculture:chicken_seeds',
23+
'mysticalagriculture:cow_seeds',
24+
'mysticalagriculture:sheep_seeds',
25+
'mysticalagriculture:squid_seeds',
26+
'mysticalagriculture:fish_seeds',
27+
'mysticalagriculture:slime_seeds',
28+
'mysticalagriculture:turtle_seeds',
29+
'mysticalagriculture:armadillo_seeds',
30+
'mysticalagriculture:limestone_seeds',
31+
'mysticalagriculture:basalt_seeds',
32+
'mysticalagriculture:skeleton_seeds',
33+
'mysticalagriculture:creeper_seeds',
34+
'mysticalagriculture:spider_seeds',
35+
'mysticalagriculture:phantom_seeds',
36+
'mysticalagriculture:rabbit_seeds',
37+
'mysticalagriculture:experience_seeds',
38+
'mysticalagriculture:breeze_seeds',
39+
'mysticalagriculture:blaze_seeds',
40+
'mysticalagriculture:ghast_seeds',
41+
'mysticalagriculture:enderman_seeds',
42+
'mysticalagriculture:soulium_seeds',
43+
'mysticalagriculture:wither_skeleton_seeds',
44+
'mysticalagriculture:nether_star_seeds',
45+
'mysticalagriculture:dragon_egg_seeds',
46+
'mysticalagriculture:awakened_draconium_seeds',
47+
48+
])
49+
})
50+
51+
52+
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10: To the Sky.
53+
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.

0 commit comments

Comments
 (0)