Merge branch 'main' of https://github.com/KainTim/hytale-solar-cell-plugin
This commit is contained in:
72
src/main/resources/Server/Item/Items/SolarCell.json
Normal file
72
src/main/resources/Server/Item/Items/SolarCell.json
Normal file
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"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": {},
|
||||
"EnergyStorageComponent": {
|
||||
"EnergyStored": 5,
|
||||
"MaxEnergy": 80000,
|
||||
"MaxReceive": 1000,
|
||||
"MaxExtract": 1000
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"ResourceTypes": [
|
||||
{
|
||||
"Id": "Rock"
|
||||
},
|
||||
{
|
||||
"Id": "Rock_Stone"
|
||||
}
|
||||
],
|
||||
"Tags": {
|
||||
"Type": [
|
||||
"Rock"
|
||||
]
|
||||
},
|
||||
"ItemSoundSetId": "ISS_Blocks_Stone"
|
||||
}
|
||||
@@ -14,7 +14,8 @@
|
||||
"Website": "https://github.com/KainTim/hytale-solar-cell-plugin",
|
||||
"ServerVersion": "*",
|
||||
"Dependencies": {
|
||||
|
||||
"Hytale:EntityModule": "*",
|
||||
"Hytale:BlockModule": "*"
|
||||
},
|
||||
"OptionalDependencies": {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user