diff --git a/common/src/main/resources/assets/adorn/dynamiclights/item/stone_torch.json b/common/src/main/resources/assets/adorn/dynamiclights/item/stone_torch.json new file mode 100644 index 000000000..7e09d4c7f --- /dev/null +++ b/common/src/main/resources/assets/adorn/dynamiclights/item/stone_torch.json @@ -0,0 +1,9 @@ +{ + "match": { + "items": "adorn:stone_torch" + }, + "luminance": { + "type": "block_self" + }, + "water_sensitive": true +}