We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e44db8b commit cf197faCopy full SHA for cf197fa
src/main/java/com/charles445/simpledifficulty/compat/JsonCompatDefaults.java
@@ -143,6 +143,7 @@ private boolean populateHarvestCraft()
143
for(int i=1;i<=16;i++)
144
{
145
addHeldItemTemperature("harvestcraft:candledeco"+i, 1.0f);
146
+ addBlockTemperature("harvestcraft:candledeco"+i, 1.0f);
147
}
148
149
return true;
@@ -220,7 +221,9 @@ private boolean populateRustic()
220
221
return false;
222
223
addHeldItemTemperature("rustic:candle", 1.0f);
224
+ addBlockTemperature("rustic:candle", 1.0f);
225
addHeldItemTemperature("rustic:candle_gold", 1.0f);
226
+ addBlockTemperature("rustic:candle_gold", 1.0f);
227
228
229
int boozeThirst = 5;
0 commit comments