Compare commits

..

2 Commits

Author SHA1 Message Date
Unl1m1t3d_L1v3s
55314cb8bb fixed pathing issue of textures 2026-05-04 18:39:57 -05:00
Unl1m1t3d_L1v3s
788419c5ab Old to new naming convention 2026-05-04 18:39:04 -05:00
18 changed files with 10 additions and 10 deletions

View File

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

View File

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 80 KiB

View File

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

View File

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB

View File

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

View File

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

View File

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 52 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View File

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 63 KiB

View File

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 54 KiB

View File

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 54 KiB

View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 55 KiB

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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": {