mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-21 23:13:28 +01:00
Creative Tab search bar, void bag, booty toast worm
This commit is contained in:
parent
643f1a696f
commit
05b80abbb5
7 changed files with 25 additions and 0 deletions
|
@ -10,6 +10,8 @@ larixine=actuallyadditions:blockBlackLotus@0
|
|||
canitzp=actuallyadditions:blockCoffeeMachine@0
|
||||
#Because he's an awesome guy and helps with lots of stuff
|
||||
xdjackiexd=actuallyadditions:itemDrill@14
|
||||
#Because worms
|
||||
bootytoast=actuallyadditions:itemWorm
|
||||
|
||||
#Patreon stuff
|
||||
ftog_thorgal=actuallyadditions:itemCrystal@0
|
|
@ -33,6 +33,17 @@ public class CreativeTab extends CreativeTabs{
|
|||
|
||||
public CreativeTab(){
|
||||
super(ModUtil.MOD_ID);
|
||||
this.setBackgroundImageName(ModUtil.MOD_ID+".png");
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean hasSearchBar(){
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getSearchbarWidth(){
|
||||
return 70;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "actuallyadditions:item/standardItem",
|
||||
"textures": {
|
||||
"layer0": "actuallyadditions:items/itemBag"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "actuallyadditions:item/standardItem",
|
||||
"textures": {
|
||||
"layer0": "actuallyadditions:items/itemVoidBag"
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
Loading…
Reference in a new issue