Skip to content

Commit

Permalink
eoh
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Mar 30, 2024
1 parent 6e1f501 commit 44607b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EOH/v1.lua
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ local function update()
local item = items[i];
if not isNullOrEmpty(item) then
printTable(item)
if startsWith(item.name, "gregtech:gt.mateitem.01") then
if startsWith(item.name, "gregtech:gt.metaitem.01") then
hasMaterial = true
end
if startsWith(item.name, "berriespp:Modifier") then
Expand Down

0 comments on commit 44607b1

Please sign in to comment.