Added SolarCell Ticking System
This commit is contained in:
66
src/main/resources/Server/Item/Items/SolarCell.json
Normal file
66
src/main/resources/Server/Item/Items/SolarCell.json
Normal file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"TranslationProperties": {
|
||||
"Name": "server.items.Rock_Stone.name"
|
||||
},
|
||||
"ItemLevel": 10,
|
||||
"MaxStack": 100,
|
||||
"Icon": "Icons/ItemsGenerated/Rock_Stone_Stalactite_Small.png",
|
||||
"Categories": [
|
||||
"Blocks.Rocks"
|
||||
],
|
||||
"PlayerAnimationsId": "Block",
|
||||
"Set": "Rock_Stone",
|
||||
"BlockType": {
|
||||
"Material": "Solid",
|
||||
"DrawType": "Cube",
|
||||
"Group": "Stone",
|
||||
"Flags": {},
|
||||
"Gathering": {
|
||||
"Breaking": {
|
||||
"GatherType": "Rocks",
|
||||
"ItemId": "Rock_Stone_Cobble"
|
||||
}
|
||||
},
|
||||
"BlockParticleSetId": "Stone",
|
||||
"Textures": [
|
||||
{
|
||||
"All": "BlockTextures/Rock_Stone.png",
|
||||
"Weight": 2
|
||||
},
|
||||
{
|
||||
"All": "BlockTextures/Rock_Stone_2.png",
|
||||
"Weight": 1
|
||||
},
|
||||
{
|
||||
"All": "BlockTextures/Rock_Stone_3.png",
|
||||
"Weight": 1
|
||||
}
|
||||
],
|
||||
"ParticleColor": "#737055",
|
||||
"BlockSoundSetId": "Stone",
|
||||
"Aliases": [
|
||||
"stone",
|
||||
"stone00"
|
||||
],
|
||||
"BlockBreakingDecalId": "Breaking_Decals_Rock",
|
||||
"BlockEntity": {
|
||||
"Components": {
|
||||
"SolarCell": {}
|
||||
}
|
||||
}
|
||||
},
|
||||
"ResourceTypes": [
|
||||
{
|
||||
"Id": "Rock"
|
||||
},
|
||||
{
|
||||
"Id": "Rock_Stone"
|
||||
}
|
||||
],
|
||||
"Tags": {
|
||||
"Type": [
|
||||
"Rock"
|
||||
]
|
||||
},
|
||||
"ItemSoundSetId": "ISS_Blocks_Stone"
|
||||
}
|
||||
Reference in New Issue
Block a user