Update fabric, mappings and loom. Added Canvas library.

This commit is contained in:
Aleksey 2020-10-06 22:00:46 +03:00
parent 50f93efbf9
commit b36aae9e8b
5 changed files with 21 additions and 13 deletions

View file

@ -104,7 +104,7 @@ public class REIAlloyingDisplay implements TransferRecipeDisplay {
static {
fuel = EndStoneSmelterBlockEntity.availableFuels().keySet().stream()
.map(Item::getStackForRender).map(EntryStack::create)
.map(Item::getDefaultStack).map(EntryStack::create)
.map(e -> e.setting(EntryStack.Settings.TOOLTIP_APPEND_EXTRA, stack -> Collections.singletonList(new TranslatableText("category.rei.smelting.fuel")
.formatted(Formatting.YELLOW)))).collect(Collectors.toList());
}