added model into asset editor

This commit is contained in:
Flotschispielt
2026-02-07 14:34:18 +01:00
parent 0f496ca03f
commit 9aea3a3e83
5 changed files with 54 additions and 46 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -1,48 +1,21 @@
{ {
"TranslationProperties": { "TranslationProperties": {
"Name": "server.items.Rock_Stone.name" "Name": "SolarCell Tier 1"
}, },
"ItemLevel": 10, "Icon": "Icons/Items/EditorTools/Layers.png",
"MaxStack": 100, "IconProperties": {
"Icon": "Icons/ItemsGenerated/Rock_Stone_Stalactite_Small.png", "Scale": 0.36,
"Categories": [ "Rotation": [
"Blocks.Rocks" 22.5,
45,
22.5
], ],
"PlayerAnimationsId": "Block", "Translation": [
"Set": "Rock_Stone", 12.6,
-24.6
]
},
"BlockType": { "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": { "BlockEntity": {
"Components": { "Components": {
"SolarCell": {}, "SolarCell": {},
@@ -53,20 +26,55 @@
"MaxExtract": 1000 "MaxExtract": 1000
} }
} }
},
"CustomModel": "Items/SolarPanels/SolarCell1.blockymodel",
"CustomModelTexture": [
{
"Texture": "Items/SolarPanels/SolarCell1.png",
"Weight": 1
}
],
"DrawType": "Model",
"Material": "Solid",
"Gathering": {
"Breaking": {
"GatherType": "Woods"
} }
}, },
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"Interactions": {
"Primary": "Break_Container"
},
"State": {},
"BlockSoundSetId": "Wood",
"BlockParticleSetId": "Wood",
"VariantRotation": "NESW",
"ParticleColor": "#3e352a"
},
"Scale": 1,
"ResourceTypes": [ "ResourceTypes": [
{ {
"Id": "Rock" "Id": "Fuel"
}, },
{ {
"Id": "Rock_Stone" "Id": "Charcoal"
} }
], ],
"Tags": { "Tags": {
"Type": [ "Type": [
"Rock" "Furniture"
],
"Family": [
"Human"
] ]
}, },
"ItemSoundSetId": "ISS_Blocks_Stone" "Set": "Wardrobe",
"PlayerAnimationsId": "Block",
"ItemSoundSetId": "ISS_Blocks_Wood"
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB