removed old refrigerator, added conversion to new one
This commit is contained in:
parent
f46962f689
commit
e38425d597
10 changed files with 16 additions and 76 deletions
|
|
@ -24,6 +24,9 @@ const registerTooltips = (event) =>
|
|||
event.addAdvanced(["treetap:tap"], (item, advanced, text) => {
|
||||
text.add(1, [text.of("§4Obsolete§f: Replaced by the AFC TreeTap, you can craft it from this one by placing this in a crafting table!")])
|
||||
})
|
||||
event.addAdvanced(["tfcea:refrigerator"], (item, advanced, text) => {
|
||||
text.add(1, [text.of("§4Obsolete§f: Replaced by the GregTech Refrigerator, you can craft it from this one by placing this in a crafting table!")])
|
||||
})
|
||||
event.addAdvanced(['create:blaze_burner'], (item, advanced, text) => {
|
||||
text.add(1, text.of('§cSuperheat§r §7with Coke, Anthracite, or Flawless and Exquisite coal gems.'))
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue