From 0dffd62fb03e81db2a04b1c9641e1082c0a6799c Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Mon, 14 Jun 2021 10:56:05 +0100 Subject: [PATCH] add nether lava to fire protection (#52) adds nether lava and lava crust to fire protection list. --- 3d_armor/api.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/3d_armor/api.lua b/3d_armor/api.lua index 8e07c64..7ed8aaf 100644 --- a/3d_armor/api.lua +++ b/3d_armor/api.lua @@ -55,12 +55,14 @@ armor = { crystal = "ethereal:crystal_ingot", }, fire_nodes = { + {"nether:lava_source", 5, 8}, {"default:lava_source", 5, 8}, {"default:lava_flowing", 5, 8}, {"fire:basic_flame", 3, 4}, {"fire:permanent_flame", 3, 4}, {"ethereal:crystal_spike", 2, 1}, {"ethereal:fire_flower", 2, 1}, + {"nether:lava_crust", 2, 1}, {"default:torch", 1, 1}, {"default:torch_ceiling", 1, 1}, {"default:torch_wall", 1, 1},