Creation d'un menu dans le creatif, Rework image de l'ore du Diamond shard et de l'items

This commit is contained in:
feldenr
2026-01-07 12:51:24 +01:00
parent 1876805803
commit 3f199c1bdf
40 changed files with 140 additions and 53 deletions
@@ -21,5 +21,11 @@
"block.custom_ore_gen.puregoldenore": "Pure golden ore",
"block.custom_ore_gen.highemeraldore": "emerald ore",
"item.custom_ore_gen.sharddiamondshovel": "Shard diamond shovel",
"item.custom_ore_gen.ore_biome_finder": "Ore Biome Finder"
"item.custom_ore_gen.ore_biome_finder": "Ore Biome Finder",
"item.custom_ore_gen.sharddiamondhelmet": "Shard Diamond Helmet",
"item.custom_ore_gen.sharddiamondchestplate": "Shard Diamond Chestplate",
"item.custom_ore_gen.sharddiamondleggings": "Shard Diamond Leggings",
"item.custom_ore_gen.sharddiamondboots": "Shard Diamond Boots",
"item.custom_ore_gen.sharddiamondpaxel": "Shard Diamond Paxel",
"itemGroup.custom_ore_gen": "Custom Ore Gen"
}
@@ -1,13 +1,13 @@
{
"parent": "block/cube",
"textures": {
"down": "custom_ore_gen:block/shard_diamond_ore",
"up": "custom_ore_gen:block/shard_diamond_ore",
"north": "custom_ore_gen:block/shard_diamond_ore",
"east": "custom_ore_gen:block/shard_diamond_ore",
"south": "custom_ore_gen:block/shard_diamond_ore",
"west": "custom_ore_gen:block/shard_diamond_ore",
"particle": "custom_ore_gen:block/shard_diamond_ore"
"down": "custom_ore_gen:block/shard_diamond_ore_2",
"up": "custom_ore_gen:block/shard_diamond_ore_2",
"north": "custom_ore_gen:block/shard_diamond_ore_2",
"east": "custom_ore_gen:block/shard_diamond_ore_2",
"south": "custom_ore_gen:block/shard_diamond_ore_2",
"west": "custom_ore_gen:block/shard_diamond_ore_2",
"particle": "custom_ore_gen:block/shard_diamond_ore_2"
},
"render_type": "solid"
}
@@ -1,8 +1,8 @@
{
"parent": "block/cube_all",
"textures": {
"all": "custom_ore_gen:block/shard_diamond_ore_2",
"particle": "custom_ore_gen:block/shard_diamond_ore_2"
"all": "custom_ore_gen:block/shard_diamond_deepslate_ore",
"particle": "custom_ore_gen:block/shard_diamond_deepslate_ore"
},
"render_type": "solid"
}
@@ -1,6 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "custom_ore_gen:item/shard_diamond-removebg-preview"
"layer0": "custom_ore_gen:item/diamond_shard"
}
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 507 B

After

Width:  |  Height:  |  Size: 633 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 860 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 860 B

After

Width:  |  Height:  |  Size: 10 KiB