new items

This commit is contained in:
Unl1m1t3d_L1v3s 2026-04-26 10:55:16 -05:00
parent 693e1ed01d
commit cf3307fc36
4 changed files with 39 additions and 0 deletions

View File

@ -76,6 +76,10 @@
"items.materials.original.ores.scandium.desc" : "", "items.materials.original.ores.scandium.desc" : "",
"items.materials.original.ores.ore_iron" : "Iron Ore", "items.materials.original.ores.ore_iron" : "Iron Ore",
"items.materials.original.ores.ore_iron.desc" : "", "items.materials.original.ores.ore_iron.desc" : "",
"items.materials.original.ores.crystal_void" : "Void Crystal",
"items.materials.original.ores.crystal_void.desc" : "",
"items.materials.original.compositess.titanium_weave" : "Titanium Weave",
"items.materials.original.compositess.titanium_weave.desc" : "",
"_comment_Quests" : "", "_comment_Quests" : "",
"_comment_Recipes" : "", "_comment_Recipes" : "",
"_comment_Shop" : "", "_comment_Shop" : "",

View File

@ -0,0 +1,16 @@
{
"materials": {
"id": "original:titanium_weave",
"texture": "original/assets/textures/materials/ore/titaniumweave.png",
"displayName": "items.materials.original.compositess.titanium_weave",
"description": "items.materials.original.compositess.titanium_weave.desc",
"meta": {
"storeCategory": "original:materials",
"storePrice": 50,
"storeSellValue": 10,
"storeShowWeight": 10,
"storeFeaturedDiscountPercentage": 0,
"storeFeaturedShowWeight": 10
}
}
}

View File

@ -0,0 +1,16 @@
{
"materials": {
"id": "original:crystal_void",
"texture": "mypack/assets/textures/materials/ore/iron.png",
"displayName": "items.materials.original.ores.crystal_void",
"description": "items.materials.original.ores.crystal_void.desc",
"meta": {
"storeCategory": "original:materials",
"storePrice": 50,
"storeSellValue": 10,
"storeShowWeight": 10,
"storeFeaturedDiscountPercentage": 0,
"storeFeaturedShowWeight": 10
}
}
}

View File

@ -162,6 +162,9 @@
}, },
"original:gadgets_consumables": { "original:gadgets_consumables": {
"displayName": "recipes.category.original.gadgets_consumables" "displayName": "recipes.category.original.gadgets_consumables"
},
"original:material.composites": {
"displayName": "recipes.category.original.material.composites"
} }
} }
}, },