9 lines
410 B
JSON
9 lines
410 B
JSON
{
|
|
"type": "Plant",
|
|
// Ягодный почвопокров луга (еда).
|
|
"defs": [
|
|
{ "defName": "Strawberry", "parent": "BaseBerryBush", "label": "plant.strawberry", "sizeCells": 1.0, "texture": "things/plant/strawberryplant/StrawberryPlant" },
|
|
{ "defName": "Raspberry", "parent": "BaseBerryBush", "label": "plant.raspberry", "texture": "things/plant/raspberryplant/raspberrybusha" }
|
|
]
|
|
}
|