Les sources au bon endroit et ressources prêtes pour la 1.12

This commit is contained in:
Mysaa 2021-05-28 23:05:46 +02:00
parent d9e44f1fd8
commit 4d0adcf14d
18 changed files with 64 additions and 0 deletions

View File

@ -0,0 +1,21 @@
{
"forge_marker": 1,
"defaults": {
"model": "torch_mod:item/generated"
},
"variants": {
"torch_mod:torch_amulet": {
"base": {
"textures": {
"layer0": "torch_mod:items/torch_amulet"
}
},
"coal": {
"textures": {
"layer0": "torch_mod:items/coal_torch_amulet"
}
}
}
}
}

View File

@ -0,0 +1,3 @@
{
"parent": "minecraft:item/generated"
}

View File

@ -0,0 +1,33 @@
{
"type": "minecraft:crafting_shaped",
"pattern" : [
"T T",
"CFC",
"CMC"],
"key": {
"T" : [
{
"item":"minecraft:torch"
}
],
"C" : [
{
"item":"minecraft:cobblestone"
}
],
"M" : [
{
"item":"minecraft:cobblestone"
}
],
"F" : [
{
"item":"minecraft:furnace"
}
]
},
"result": {
"item":"torch_mod:torch_recharger",
"metadata":0
}
}

View File

@ -0,0 +1,7 @@
{
"pack": {
"description": "Torch Mod ressources",
"pack_format": 3,
"_comment": "The ressources used to make the Torch Mod work"
}
}