mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 23:28:35 +01:00
Changed some tiny values around, added Creative Tab
This commit is contained in:
parent
42d6e4272d
commit
7a126dbb20
2 changed files with 4 additions and 1 deletions
|
@ -136,7 +136,7 @@ public enum ConfigIntValues{
|
|||
TELE_STAFF_ENERGY_USE("TeleStaff: Energy Use per Block", ConfigCategories.MACHINE_VALUES, 200, 1, 5000, "How much energy the TeleStaff uses per Block you teleport"),
|
||||
TELE_STAFF_WAIT_TIME("TeleStaff: Wait Time", ConfigCategories.MACHINE_VALUES, 30, 0, 500, "The time the TeleStaff takes between Teleports"),
|
||||
|
||||
GROWTH_RING_RANGE("Growth Ring: Range", ConfigCategories.MACHINE_VALUES, 5, 1, 30, "The Range the Growth Ring has"),
|
||||
GROWTH_RING_RANGE("Growth Ring: Range", ConfigCategories.MACHINE_VALUES, 3, 1, 30, "The Range the Growth Ring has"),
|
||||
GROWTH_RING_COOLDOWN("Growth Ring: Cooldown Time", ConfigCategories.MACHINE_VALUES, 30, 0, 1000, "The Time between Growth Bursts"),
|
||||
GROWTH_RING_ENERGY_USE("Growth Ring: Energy Used", ConfigCategories.MACHINE_VALUES, 550, 10, 6000, "The Amount of Energy used per Tick"),
|
||||
GROWTH_RING_GROWTH_PER_CYCLE("Growth Ring: Growth Ticks per Cycle", ConfigCategories.MACHINE_VALUES, 45, 1, 200, "The Amount of plants that get ticked per cycle"),
|
||||
|
|
|
@ -92,6 +92,9 @@ public class CreativeTab extends CreativeTabs{
|
|||
add(InitItems.itemBatteryQuadruple);
|
||||
add(InitItems.itemBatteryQuintuple);
|
||||
add(InitItems.itemTeleStaff);
|
||||
|
||||
add(InitItems.itemGrowthRing);
|
||||
add(InitItems.itemMagnetRing);
|
||||
|
||||
add(InitItems.itemPhantomConnector);
|
||||
add(InitItems.itemBucketCanolaOil);
|
||||
|
|
Loading…
Reference in a new issue