Les sources au bon endroit et ressources prêtes pour la 1.12
This commit is contained in:
parent
d9e44f1fd8
commit
4d0adcf14d
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated"
|
||||
}
|
||||
@ -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
|
||||
}
|
||||
}
|
||||
7
src/main/resources/pack.mcmeta
Normal file
7
src/main/resources/pack.mcmeta
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"pack": {
|
||||
"description": "Torch Mod ressources",
|
||||
"pack_format": 3,
|
||||
"_comment": "The ressources used to make the Torch Mod work"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user