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
/
ItemGasCollectingBottle.java
diff --git
a/src/ItemGasCollectingBottle.java
b/src/ItemGasCollectingBottle.java
index
9fd8d53
..
db7781e
100644
(file)
--- a/
src/ItemGasCollectingBottle.java
+++ b/
src/ItemGasCollectingBottle.java
@@
-10,7
+10,7
@@
public class ItemGasCollectingBottle extends Item {
super(id);
this.setMaxStackSize(1);
this.setMaxDamage(2);
- this.setCreativeTab(C
reativeTabs.tabMaterial
s);
+ this.setCreativeTab(C
hemiCraft.tabAtom
s);
}
@Override