Add Torch Recipe, disable dying on Flames. TBC
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
{
|
||||
"block.hyperlighting.advanced_torch": "Advanced Torch (%s)",
|
||||
|
||||
"subtitles.torch_ignite": "Torch Ignite Sound"
|
||||
"subtitles.torch_ignite": "Torch Ignite Sound",
|
||||
|
||||
"cl.hyperlightingconfig.title": "Hyper Lighting Config",
|
||||
"cl.torchconfig.litbydefault": "Lit when Placed",
|
||||
"cl.torchconfig.requirestool": "Requires Torch Lighter"
|
||||
}
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"textures": [
|
||||
"hyperlighting:colored_flame"
|
||||
"hyperlighting:flames/colored_flame_red"
|
||||
]
|
||||
}
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 541 B |
Binary file not shown.
After Width: | Height: | Size: 600 B |
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "hyperlighting:advanced_torch"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
},
|
||||
"wool": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"tag": "minecraft:wool"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"wool",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"hyperlighting:advanced_torch"
|
||||
]
|
||||
}
|
||||
}
|
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"key": {
|
||||
"X": {
|
||||
"tag": "minecraft:wool"
|
||||
},
|
||||
"Y": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
" X ",
|
||||
" Y ",
|
||||
" "
|
||||
],
|
||||
"result": {
|
||||
"item": "hyperlighting:advanced_torch"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user