Added SolarCell Ticking System

This commit is contained in:
2026-02-07 00:24:59 +01:00
parent 6fc02d82b4
commit 486254b6dd
5 changed files with 148 additions and 15 deletions

View 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"
}