fixed pathing issue of textures
This commit is contained in:
parent
788419c5ab
commit
55314cb8bb
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"materials": {
|
"materials": {
|
||||||
"id": "original:titanium_weave",
|
"id": "original:titanium_weave",
|
||||||
"texture": "original/assets/textures/materials/ore/titaniumweave.png",
|
"texture": "original/assets/textures/materials/composite/titanium_weave.png",
|
||||||
"displayName": "items.materials.original.compositess.titanium_weave",
|
"displayName": "items.materials.original.composites.titanium_weave",
|
||||||
"description": "items.materials.original.compositess.titanium_weave.desc",
|
"description": "items.materials.original.composites.titanium_weave.desc",
|
||||||
"meta": {
|
"meta": {
|
||||||
"storeCategory": "original:materials",
|
"storeCategory": "original:materials",
|
||||||
"storePrice": 50,
|
"storePrice": 50,
|
||||||
|
|||||||
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"materials": {
|
"materials": {
|
||||||
"id": "original:ingot_aluminum",
|
"id": "original:ingot_aluminum",
|
||||||
"texture": "original/assets/textures/materials/ingot/aluminum.png",
|
"texture": "original/assets/textures/materials/ingot/ingot_aluminum.png",
|
||||||
"displayName": "items.materials.original.ingots.aluminum",
|
"displayName": "items.materials.original.ingots.ingot_aluminum",
|
||||||
"description": "items.materials.original.ingots.aluminum.desc",
|
"description": "items.materials.original.ingots.ingot_aluminum.desc",
|
||||||
"meta": {
|
"meta": {
|
||||||
"storeCategory": "original:ingots",
|
"storeCategory": "original:ingots",
|
||||||
"storePrice": 50,
|
"storePrice": 50,
|
||||||
|
|||||||
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"materials": {
|
"materials": {
|
||||||
"id": "original:ingot_copper",
|
"id": "original:ingot_copper",
|
||||||
"texture": "original/assets/textures/materials/ingot/copper_ingot.png",
|
"texture": "original/assets/textures/materials/ingot/ingot_copper.png",
|
||||||
"displayName": "items.materials.original.ingots.copper_ingot",
|
"displayName": "items.materials.original.ingots.ingot_copper",
|
||||||
"description": "items.materials.original.ingots.copper_ingot.desc",
|
"description": "items.materials.original.ingots.ingot_copper.desc",
|
||||||
"meta": {
|
"meta": {
|
||||||
"storeCategory": "original:ingots",
|
"storeCategory": "original:ingots",
|
||||||
"storePrice": 50,
|
"storePrice": 50,
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"materials": {
|
"materials": {
|
||||||
"id": "original:ore_ilmenite",
|
"id": "original:ore_ilmenite",
|
||||||
"texture": "original/assets/textures/materials/ore/ilmenite.png",
|
"texture": "original/assets/textures/materials/ore/ore_ilmenite.png",
|
||||||
"displayName": "items.materials.original.ores.ore_ilmenite",
|
"displayName": "items.materials.original.ores.ore_ilmenite",
|
||||||
"description": "items.materials.original.ores.ore_ilmenite.desc",
|
"description": "items.materials.original.ores.ore_ilmenite.desc",
|
||||||
"meta": {
|
"meta": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user