Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit 51c68f6

Browse files
committed
add iconset to material dump
1 parent d9c1c5b commit 51c68f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/net/htmlcsjs/htmlTech/common/command/CommandDumpMaterials.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public void execute(MinecraftServer server, ICommandSender sender, String[] args
4242
materialData.put("blast_temp", material.getBlastTemperature());
4343
materialData.put("formula", material.getChemicalFormula());
4444
materialData.put("mass", material.getMass());
45+
materialData.put("icon_set", material.getMaterialIconSet().getName());
4546

4647
// material properties stuff
4748
Map<String, Object> propertiesMap = new HashMap<>();

0 commit comments

Comments
 (0)