Skip to content

Commit

Permalink
Fix legacy blocks not transmogging on NeoForge.
Browse files Browse the repository at this point in the history
  • Loading branch information
wizjany committed Mar 3, 2025
1 parent c20366d commit c497fe4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ public static Map<Property<?>, Object> transmogToWorldEditProperties(BlockType b
} else {
value = ((StringRepresentable) value).getSerializedName();
}
props.put(block.getProperty(prop.getKey().getName()), value);
}
props.put(block.getProperty(prop.getKey().getName()), value);
}
return props;
}
Expand Down

0 comments on commit c497fe4

Please sign in to comment.