Skip to content

Commit cf197fa

Browse files
committed
Candle Blocks Temperature Fix
Block temperatures for Rustic and HarvestCraft candles
1 parent e44db8b commit cf197fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/com/charles445/simpledifficulty/compat/JsonCompatDefaults.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ private boolean populateHarvestCraft()
143143
for(int i=1;i<=16;i++)
144144
{
145145
addHeldItemTemperature("harvestcraft:candledeco"+i, 1.0f);
146+
addBlockTemperature("harvestcraft:candledeco"+i, 1.0f);
146147
}
147148

148149
return true;
@@ -220,7 +221,9 @@ private boolean populateRustic()
220221
return false;
221222

222223
addHeldItemTemperature("rustic:candle", 1.0f);
224+
addBlockTemperature("rustic:candle", 1.0f);
223225
addHeldItemTemperature("rustic:candle_gold", 1.0f);
226+
addBlockTemperature("rustic:candle_gold", 1.0f);
224227

225228

226229
int boozeThirst = 5;

0 commit comments

Comments
 (0)