Creation d'un menu dans le creatif, Rework image de l'ore du Diamond shard et de l'items
@@ -4,7 +4,7 @@ license="Not specified"
|
||||
|
||||
[[mods]]
|
||||
modId="custom_ore_gen"
|
||||
version="2.0.6-forge"
|
||||
version="2.0.8-forge"
|
||||
displayName="Custom Ore Gem"
|
||||
displayURL="https://lanro.eu"
|
||||
credits="Created using mod maker MCreator - https://mcreator.net/about"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 507 B After Width: | Height: | Size: 633 B |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 860 B |
|
Before Width: | Height: | Size: 860 B After Width: | Height: | Size: 10 KiB |
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"type": "forge:add_features",
|
||||
"biomes": {
|
||||
"type": "forge:any"
|
||||
},
|
||||
"features": "custom_ore_gen:sharddiamondblockore",
|
||||
"step": "underground_ores"
|
||||
}
|
||||