We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d20b92 commit 66d89bcCopy full SHA for 66d89bc
Kenan-Modpack/Bugs_life-master/Bugs_life-master/bugs_life/items.json
@@ -17,5 +17,17 @@
17
"comestible_type": "FOOD",
18
"flags": [ "NUTRIENT_OVERRIDE" ],
19
"volume": "250 ml"
20
+ },
21
+ {
22
+ "type": "COMESTIBLE",
23
+ "id": "egg_antlion",
24
+ "name": { "str": "antlion egg" },
25
+ "copy-from": "egg_insect",
26
+ "color": "yellow",
27
+ "symbol": "o",
28
+ "spoils_in": "5 days",
29
+ "description": "A large white antlion egg. There is something hard inside.",
30
+ "rot_spawn": "GROUP_EGG_ANTLION",
31
+ "rot_spawn_chance": 50
32
}
33
]
0 commit comments