new items
This commit is contained in:
parent
693e1ed01d
commit
cf3307fc36
@ -76,6 +76,10 @@
|
||||
"items.materials.original.ores.scandium.desc" : "",
|
||||
"items.materials.original.ores.ore_iron" : "Iron Ore",
|
||||
"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_Recipes" : "",
|
||||
"_comment_Shop" : "",
|
||||
|
||||
16
original/data/items/materials/composites/titanium_wave.json
Normal file
16
original/data/items/materials/composites/titanium_wave.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
16
original/data/items/materials/crystals/crystal_void.json
Normal file
16
original/data/items/materials/crystals/crystal_void.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -162,6 +162,9 @@
|
||||
},
|
||||
"original:gadgets_consumables": {
|
||||
"displayName": "recipes.category.original.gadgets_consumables"
|
||||
},
|
||||
"original:material.composites": {
|
||||
"displayName": "recipes.category.original.material.composites"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user