OSDN Git Service
(root)
/
chemicraft
/
chemicraft.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
文字コードをSJISからUTF8へ
[chemicraft/chemicraft.git]
/
src
/
ItemCompounds.java
diff --git
a/src/ItemCompounds.java
b/src/ItemCompounds.java
index
36bad92
..
543de67
100644
(file)
--- a/
src/ItemCompounds.java
+++ b/
src/ItemCompounds.java
@@
-17,7
+17,7
@@
public class ItemCompounds extends Item {
this.maxStackSize = 1;
this.setHasSubtypes(true);
this.setMaxDamage(0);
- this.setCreativeTab(C
reativeTabs.tabMaterial
s);
+ this.setCreativeTab(C
hemiCraft.tabAtom
s);
}
@Override