Plant_Flower_Water_Duckweed
Server/Item/Items/Plant/Flowers/Plant_Flower_Water_Duckweed.json, 1.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
BlockType | object |
Icon | string |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Flower_Water_Duckweed.name"
},
"Parent": "Plant_Flower_Common_White",
"BlockType": {
"InteractionHint": "server.interactionHints.pick",
"Opacity": "Transparent",
"CustomModel": "Blocks/Foliage/Water/Duckweed.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Water/Duckweed_Textures/01.png",
"Weight": 2
},
{
"Texture": "Blocks/Foliage/Water/Duckweed_Textures/02.png",
"Weight": 1
},
{
"Texture": "Blocks/Foliage/Water/Duckweed_Textures/03.png",
"Weight": 1
}
],
"Gathering": {
"Soft": {
"DropList": "Plant_Flower_Green_Harvest"
},
"Harvest": {}
},
"Support": {
"Down": [
{
"FaceType": "Full"
},
{
"FluidId": "Water_Source"
}
]
},
"Effect": [
"WindRandom"
],
"ParticleColor": "#81cb40",
"HitboxType": "Block_Flat",
"TextureComputedColor": "#7FC83E"
},
"Icon": "Icons/ItemsGenerated/Plant_Flower_Water_Duckweed.png",
"IconProperties": {
"Scale": 0.67,
"Translation": [
0,
-7.7
],
"Rotation": [
22.5,
45,
22.5
]
}
}