新建2022-05-22
0.4.2-25
  • up cf releaseType to release

  • add maven.gradle to build.gradle

  • remove withEnv

  • work on getting jenkins to use JDK8 part 2

  • try to get jenkins to use JDK8

  • try to make jenkins realize its a file inside the rpeo

  • work on maven publishing

  • fix for gradle not being installed

  • work on maven publishing

  • Fix texture missing when installed with certain mods

  • Fixed FluidTank NPE - Null check instead of amount check on fluid tank contents

  • Fix fluid tank bug

  • Fix more changes from review

  • Apply suggestions from code review Co-authored-by: zmaster587 <zmasterfun@gmail.com>

  • Add comparator to energy hatches and coal generator

  • Add @Nonnull and @Nullable annotations to HashedBlockPosition

  • Correct EU power multiplier

  • Fix a bunch of multiblock tile removal issues

  • ModuleContainerPanYOnly for rockets

  • Maybe fix https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/1972

  • Remove unreachable code

  • Delete NEILibVulpesConfig.java

  • Add changelog.html to .gitignore

  • Big code cleanup I used IntelliJ IDEA's code analysis feature to help find warnings and bugs, and manually went through fixing them. The only warnings I let IDEA fix automatically were unused imports and redundant casts. ItemStacks have been converted to use ItemStack.EMPTY instead of null, to conform to new standards. Annotations have been added to some of the code to help devs determine when null can and can't be used, however they're nowhere near all-encompassing. Vague fields and variables have been renamed where I saw them, such as i -> itemStack. This excludes math variables that seemed intentionally named, and standardized names like loop control variables. I fixed a couple of issues in the French lang file, but the non-en_US languages still have some missing translation keys. Probably best for someone who speaks those languages to add the translations, rather than me with Google Translate. There were some recipes that had invalid json, so I fixed them. This resulted in a few of the recipes changing slightly. This commit fixes some potential NPEs, though I didn't get them all. I highly recommend one of the original devs merge this and also run the source through their own IDE's code analysis, since there are still a lot of warnings I couldn't or didn't fix, and a large amount of them could be or turn into bugs. The ItemStack changes affected some API methods. Mods developed against libVulpes should use builds containing this commit in the future, to prevent them from sending null ItemStacks. This commit should be used with a sister-commit for Advanced Rocketry, since the ItemStack refactoring started there.

  • Fix missing Tesla dep

  • Update .gitignore

  • Fix jenkins build issue

  • Hatch performance updates & bucket code compaction

  • Add in comparator support for hatches

  • Fix some bugs with prev. inventories

  • Slight simplification of code

  • Switch to byte array tags

  • Fix severe embedded inventory bugs

  • Fix missing Tesla dep

  • Fix build.gradle

  • Fix jenkins build issue

  • Add native IE coil support

  • More bucket work

  • Make bucket fluid I/O hatch-specific

  • Allow bucket interaction with hatches from outside their inventory

  • Fix log errors

  • Fix more blocks being rock

  • Fix all LV tiles being rock and not metal for some reason

  • Block dedeprecation, JEI updates, gradle updates - Wow did gradle need updating. Old gradle, so old IDEA didn't want to touch it - We. Were. On. 1.11. JEI. WTF - Woo, dedeprecation and JEI organization

  • Remove invalid // TODO s for fixed autogenerated stubs

  • Optimize imports

  • Dedeprecate redeprecated function after it was determined to not cause errors

  • SlotButton and MultiBlockComponentVisibleAlphaTexture fixes

  • Add alpha texture block

  • Redeprecate method to allow multiblocks to render correctly - You have no clue how annoyed this makes me

  • Switch hatches to using new inventory insertion code

  • Clean up some deprecated methods in multiblock blocks

  • Move coils to OD and into LV, AR will require this update for coils to function correctly

  • resolve issues fluid hatch

  • Add list copy to fix list assignment bug

  • Add additional methods needed for insert checking

  • CanInsertSlot work

  • Add a function to get the inputs of a multiblock

  • Change titanium color to be less purple-saturated

  • Add some better battery textures

  • 16x textures from the unmerged Cl1ff PR

  • Fix infinite recursion

  • Added scale on rendering tags

  • update changelog task

  • change curse task to upload as a beta

  • Add fluidmapping capability, mostly for liquidoxygen <--> oxgygen

  • update default XML

  • use ;s everywhere

  • Add backwards compat for existing configs

  • Second Set of 1.12 Parser Changes

  • First Set of Parser Changes Separator from "; " to ";"

  • Update to new Parser Make examples follow behavior

  • Update to new Parser bits Fixes spaced fluid names

  • upgrade changelog plugin because compat

  • 'fix' Tesla dependancy issue and inability to download from curseforge

  • rename crystal -> gem to fall in line with naming conventions

  • don't try to register null blocks' icons

  • Don't populate output with all of the oredict objects

  • Fix items registering before registering recipes, fixes https://github.com/zmaster587/AdvancedRocketry/issues/1626

  • add missing event file

  • update revision

  • Fix bucket handling. See https://github.com/zmaster587/AdvancedRocketry/issues/1601

  • Volcano processing stuff

  • deprecation warning

  • fix broken default machine recipies

  • Add support for full screen centered interfaces

  • Fix issues where a stack with a damage of 32767 was not being consumed

  • make sure we support data values on the input

  • Add tooltips to multiblock machines

  • fix motor recipe

  • Should probably simulate fluid insertion before committing, leads to dupe if the bottom slot is full. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/1502

  • possible fix for https://github.com/zmaster587/AdvancedRocketry/issues/1501

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.4.0-48.

  • Switch recipes over to the 1.12+ JSON system

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.3.0-45.

  • when item decrmented out of existance, retain NBT data long enough to assign to the dropped item, fixes #1451

  • finish adding GT support

  • add minimal GT files needed for compile

  • Refactor power stuff, add GT support

  • fix some language issues (I hope), fix issues with chunk boundries and multiblock machines

  • fixes #30

  • Update IC2 support for 1.12 https://github.com/zmaster587/AdvancedRocketry/issues/1197

  • prevent machines from being too greedy, fixes #1359

  • Don't print 'air' as a required block in the holoprojector

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1331

  • Fluid machines will start processing when a fluid is added by bucket instead of requiring manual restart, https://github.com/zmaster587/AdvancedRocketry/issues/1313

  • update dilithium texture

  • fix textures with lootbags, etc

  • fix items not dropping

  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1039

  • Add locale overrides for #1012

  • Fixes jetpack toggle key #26

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters for outputs

  • add getters for outputs, update build num

  • fix itemHandler, https://github.com/zmaster587/AdvancedRocketry/issues/954

  • disable curse builds temporarily

  • update artefact location for git

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/939

  • add curseforge and changelog tasks.

2022-05-01
0.4.2-24
  • add maven.gradle to build.gradle

  • remove withEnv

  • work on getting jenkins to use JDK8 part 2

  • try to get jenkins to use JDK8

  • try to make jenkins realize its a file inside the rpeo

  • work on maven publishing

  • fix for gradle not being installed

  • work on maven publishing

  • Fix texture missing when installed with certain mods

  • Fixed FluidTank NPE - Null check instead of amount check on fluid tank contents

  • Fix fluid tank bug

  • Fix more changes from review

  • Apply suggestions from code review Co-authored-by: zmaster587 <zmasterfun@gmail.com>

  • Add comparator to energy hatches and coal generator

  • Add @Nonnull and @Nullable annotations to HashedBlockPosition

  • Correct EU power multiplier

  • Fix a bunch of multiblock tile removal issues

  • ModuleContainerPanYOnly for rockets

  • Maybe fix https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/1972

  • Remove unreachable code

  • Delete NEILibVulpesConfig.java

  • Add changelog.html to .gitignore

  • Big code cleanup I used IntelliJ IDEA's code analysis feature to help find warnings and bugs, and manually went through fixing them. The only warnings I let IDEA fix automatically were unused imports and redundant casts. ItemStacks have been converted to use ItemStack.EMPTY instead of null, to conform to new standards. Annotations have been added to some of the code to help devs determine when null can and can't be used, however they're nowhere near all-encompassing. Vague fields and variables have been renamed where I saw them, such as i -> itemStack. This excludes math variables that seemed intentionally named, and standardized names like loop control variables. I fixed a couple of issues in the French lang file, but the non-en_US languages still have some missing translation keys. Probably best for someone who speaks those languages to add the translations, rather than me with Google Translate. There were some recipes that had invalid json, so I fixed them. This resulted in a few of the recipes changing slightly. This commit fixes some potential NPEs, though I didn't get them all. I highly recommend one of the original devs merge this and also run the source through their own IDE's code analysis, since there are still a lot of warnings I couldn't or didn't fix, and a large amount of them could be or turn into bugs. The ItemStack changes affected some API methods. Mods developed against libVulpes should use builds containing this commit in the future, to prevent them from sending null ItemStacks. This commit should be used with a sister-commit for Advanced Rocketry, since the ItemStack refactoring started there.

  • Fix missing Tesla dep

  • Update .gitignore

  • Fix jenkins build issue

  • Hatch performance updates & bucket code compaction

  • Add in comparator support for hatches

  • Fix some bugs with prev. inventories

  • Slight simplification of code

  • Switch to byte array tags

  • Fix severe embedded inventory bugs

  • Fix missing Tesla dep

  • Fix build.gradle

  • Fix jenkins build issue

  • Add native IE coil support

  • More bucket work

  • Make bucket fluid I/O hatch-specific

  • Allow bucket interaction with hatches from outside their inventory

  • Fix log errors

  • Fix more blocks being rock

  • Fix all LV tiles being rock and not metal for some reason

  • Block dedeprecation, JEI updates, gradle updates - Wow did gradle need updating. Old gradle, so old IDEA didn't want to touch it - We. Were. On. 1.11. JEI. WTF - Woo, dedeprecation and JEI organization

  • Remove invalid // TODO s for fixed autogenerated stubs

  • Optimize imports

  • Dedeprecate redeprecated function after it was determined to not cause errors

  • SlotButton and MultiBlockComponentVisibleAlphaTexture fixes

  • Add alpha texture block

  • Redeprecate method to allow multiblocks to render correctly - You have no clue how annoyed this makes me

  • Switch hatches to using new inventory insertion code

  • Clean up some deprecated methods in multiblock blocks

  • Move coils to OD and into LV, AR will require this update for coils to function correctly

  • resolve issues fluid hatch

  • Add list copy to fix list assignment bug

  • Add additional methods needed for insert checking

  • CanInsertSlot work

  • Add a function to get the inputs of a multiblock

  • Change titanium color to be less purple-saturated

  • Add some better battery textures

  • 16x textures from the unmerged Cl1ff PR

  • Fix infinite recursion

  • Added scale on rendering tags

  • update changelog task

  • change curse task to upload as a beta

  • Add fluidmapping capability, mostly for liquidoxygen <--> oxgygen

  • update default XML

  • use ;s everywhere

  • Add backwards compat for existing configs

  • Second Set of 1.12 Parser Changes

  • First Set of Parser Changes Separator from "; " to ";"

  • Update to new Parser Make examples follow behavior

  • Update to new Parser bits Fixes spaced fluid names

  • upgrade changelog plugin because compat

  • 'fix' Tesla dependancy issue and inability to download from curseforge

  • rename crystal -> gem to fall in line with naming conventions

  • don't try to register null blocks' icons

  • Don't populate output with all of the oredict objects

  • Fix items registering before registering recipes, fixes https://github.com/zmaster587/AdvancedRocketry/issues/1626

  • add missing event file

  • update revision

  • Fix bucket handling. See https://github.com/zmaster587/AdvancedRocketry/issues/1601

  • Volcano processing stuff

  • deprecation warning

  • fix broken default machine recipies

  • Add support for full screen centered interfaces

  • Fix issues where a stack with a damage of 32767 was not being consumed

  • make sure we support data values on the input

  • Add tooltips to multiblock machines

  • fix motor recipe

  • Should probably simulate fluid insertion before committing, leads to dupe if the bottom slot is full. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/1502

  • possible fix for https://github.com/zmaster587/AdvancedRocketry/issues/1501

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.4.0-48.

  • Switch recipes over to the 1.12+ JSON system

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.3.0-45.

  • when item decrmented out of existance, retain NBT data long enough to assign to the dropped item, fixes #1451

  • finish adding GT support

  • add minimal GT files needed for compile

  • Refactor power stuff, add GT support

  • fix some language issues (I hope), fix issues with chunk boundries and multiblock machines

  • fixes #30

  • Update IC2 support for 1.12 https://github.com/zmaster587/AdvancedRocketry/issues/1197

  • prevent machines from being too greedy, fixes #1359

  • Don't print 'air' as a required block in the holoprojector

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1331

  • Fluid machines will start processing when a fluid is added by bucket instead of requiring manual restart, https://github.com/zmaster587/AdvancedRocketry/issues/1313

  • update dilithium texture

  • fix textures with lootbags, etc

  • fix items not dropping

  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1039

  • Add locale overrides for #1012

  • Fixes jetpack toggle key #26

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters for outputs

  • add getters for outputs, update build num

  • fix itemHandler, https://github.com/zmaster587/AdvancedRocketry/issues/954

  • disable curse builds temporarily

  • update artefact location for git

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/939

  • add curseforge and changelog tasks.

2022-04-21
0.4.2-22
  • add maven.gradle to build.gradle

  • remove withEnv

  • work on getting jenkins to use JDK8 part 2

  • try to get jenkins to use JDK8

  • try to make jenkins realize its a file inside the rpeo

  • work on maven publishing

  • fix for gradle not being installed

  • work on maven publishing

  • Fixed FluidTank NPE - Null check instead of amount check on fluid tank contents

  • Fix fluid tank bug

  • Fix more changes from review

  • Apply suggestions from code review Co-authored-by: zmaster587 <zmasterfun@gmail.com>

  • Add comparator to energy hatches and coal generator

  • Add @Nonnull and @Nullable annotations to HashedBlockPosition

  • Correct EU power multiplier

  • Fix a bunch of multiblock tile removal issues

  • ModuleContainerPanYOnly for rockets

  • Maybe fix https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/1972

  • Remove unreachable code

  • Delete NEILibVulpesConfig.java

  • Add changelog.html to .gitignore

  • Big code cleanup I used IntelliJ IDEA's code analysis feature to help find warnings and bugs, and manually went through fixing them. The only warnings I let IDEA fix automatically were unused imports and redundant casts. ItemStacks have been converted to use ItemStack.EMPTY instead of null, to conform to new standards. Annotations have been added to some of the code to help devs determine when null can and can't be used, however they're nowhere near all-encompassing. Vague fields and variables have been renamed where I saw them, such as i -> itemStack. This excludes math variables that seemed intentionally named, and standardized names like loop control variables. I fixed a couple of issues in the French lang file, but the non-en_US languages still have some missing translation keys. Probably best for someone who speaks those languages to add the translations, rather than me with Google Translate. There were some recipes that had invalid json, so I fixed them. This resulted in a few of the recipes changing slightly. This commit fixes some potential NPEs, though I didn't get them all. I highly recommend one of the original devs merge this and also run the source through their own IDE's code analysis, since there are still a lot of warnings I couldn't or didn't fix, and a large amount of them could be or turn into bugs. The ItemStack changes affected some API methods. Mods developed against libVulpes should use builds containing this commit in the future, to prevent them from sending null ItemStacks. This commit should be used with a sister-commit for Advanced Rocketry, since the ItemStack refactoring started there.

  • Fix missing Tesla dep

  • Update .gitignore

  • Fix jenkins build issue

  • Hatch performance updates & bucket code compaction

  • Add in comparator support for hatches

  • Fix some bugs with prev. inventories

  • Slight simplification of code

  • Switch to byte array tags

  • Fix severe embedded inventory bugs

  • Fix missing Tesla dep

  • Fix build.gradle

  • Fix jenkins build issue

  • Add native IE coil support

  • More bucket work

  • Make bucket fluid I/O hatch-specific

  • Allow bucket interaction with hatches from outside their inventory

  • Fix log errors

  • Fix more blocks being rock

  • Fix all LV tiles being rock and not metal for some reason

  • Block dedeprecation, JEI updates, gradle updates - Wow did gradle need updating. Old gradle, so old IDEA didn't want to touch it - We. Were. On. 1.11. JEI. WTF - Woo, dedeprecation and JEI organization

  • Remove invalid // TODO s for fixed autogenerated stubs

  • Optimize imports

  • Dedeprecate redeprecated function after it was determined to not cause errors

  • SlotButton and MultiBlockComponentVisibleAlphaTexture fixes

  • Add alpha texture block

  • Redeprecate method to allow multiblocks to render correctly - You have no clue how annoyed this makes me

  • Switch hatches to using new inventory insertion code

  • Clean up some deprecated methods in multiblock blocks

  • Move coils to OD and into LV, AR will require this update for coils to function correctly

  • resolve issues fluid hatch

  • Add list copy to fix list assignment bug

  • Add additional methods needed for insert checking

  • CanInsertSlot work

  • Add a function to get the inputs of a multiblock

  • Change titanium color to be less purple-saturated

  • Add some better battery textures

  • 16x textures from the unmerged Cl1ff PR

  • Fix infinite recursion

  • Added scale on rendering tags

  • update changelog task

  • change curse task to upload as a beta

  • Add fluidmapping capability, mostly for liquidoxygen <--> oxgygen

  • update default XML

  • use ;s everywhere

  • Add backwards compat for existing configs

  • Second Set of 1.12 Parser Changes

  • First Set of Parser Changes Separator from "; " to ";"

  • Update to new Parser Make examples follow behavior

  • Update to new Parser bits Fixes spaced fluid names

  • upgrade changelog plugin because compat

  • 'fix' Tesla dependancy issue and inability to download from curseforge

  • rename crystal -> gem to fall in line with naming conventions

  • don't try to register null blocks' icons

  • Don't populate output with all of the oredict objects

  • Fix items registering before registering recipes, fixes https://github.com/zmaster587/AdvancedRocketry/issues/1626

  • add missing event file

  • update revision

  • Fix bucket handling. See https://github.com/zmaster587/AdvancedRocketry/issues/1601

  • Volcano processing stuff

  • deprecation warning

  • fix broken default machine recipies

  • Add support for full screen centered interfaces

  • Fix issues where a stack with a damage of 32767 was not being consumed

  • make sure we support data values on the input

  • Add tooltips to multiblock machines

  • fix motor recipe

  • Should probably simulate fluid insertion before committing, leads to dupe if the bottom slot is full. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/1502

  • possible fix for https://github.com/zmaster587/AdvancedRocketry/issues/1501

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.4.0-48.

  • Switch recipes over to the 1.12+ JSON system

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.3.0-45.

  • when item decrmented out of existance, retain NBT data long enough to assign to the dropped item, fixes #1451

  • finish adding GT support

  • add minimal GT files needed for compile

  • Refactor power stuff, add GT support

  • fix some language issues (I hope), fix issues with chunk boundries and multiblock machines

  • fixes #30

  • Update IC2 support for 1.12 https://github.com/zmaster587/AdvancedRocketry/issues/1197

  • prevent machines from being too greedy, fixes #1359

  • Don't print 'air' as a required block in the holoprojector

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1331

  • Fluid machines will start processing when a fluid is added by bucket instead of requiring manual restart, https://github.com/zmaster587/AdvancedRocketry/issues/1313

  • update dilithium texture

  • fix textures with lootbags, etc

  • fix items not dropping

  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1039

  • Add locale overrides for #1012

  • Fixes jetpack toggle key #26

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters for outputs

  • add getters for outputs, update build num

  • fix itemHandler, https://github.com/zmaster587/AdvancedRocketry/issues/954

  • disable curse builds temporarily

  • update artefact location for git

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/939

  • add curseforge and changelog tasks.


2022-01-18
0.4.2-88
  • Fixed FluidTank NPE - Null check instead of amount check on fluid tank contents

  • Fix fluid tank bug

  • Fix more changes from review

  • Apply suggestions from code review Co-authored-by: zmaster587 <zmasterfun@gmail.com>

  • Add comparator to energy hatches and coal generator

  • Add @Nonnull and @Nullable annotations to HashedBlockPosition

  • Correct EU power multiplier

  • Fix a bunch of multiblock tile removal issues

  • ModuleContainerPanYOnly for rockets

  • Maybe fix https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/1972

  • Remove unreachable code

  • Delete NEILibVulpesConfig.java

  • Add changelog.html to .gitignore

  • Big code cleanup I used IntelliJ IDEA's code analysis feature to help find warnings and bugs, and manually went through fixing them. The only warnings I let IDEA fix automatically were unused imports and redundant casts. ItemStacks have been converted to use ItemStack.EMPTY instead of null, to conform to new standards. Annotations have been added to some of the code to help devs determine when null can and can't be used, however they're nowhere near all-encompassing. Vague fields and variables have been renamed where I saw them, such as i -> itemStack. This excludes math variables that seemed intentionally named, and standardized names like loop control variables. I fixed a couple of issues in the French lang file, but the non-en_US languages still have some missing translation keys. Probably best for someone who speaks those languages to add the translations, rather than me with Google Translate. There were some recipes that had invalid json, so I fixed them. This resulted in a few of the recipes changing slightly. This commit fixes some potential NPEs, though I didn't get them all. I highly recommend one of the original devs merge this and also run the source through their own IDE's code analysis, since there are still a lot of warnings I couldn't or didn't fix, and a large amount of them could be or turn into bugs. The ItemStack changes affected some API methods. Mods developed against libVulpes should use builds containing this commit in the future, to prevent them from sending null ItemStacks. This commit should be used with a sister-commit for Advanced Rocketry, since the ItemStack refactoring started there.

  • Fix missing Tesla dep

  • Update .gitignore

  • Fix jenkins build issue

  • Hatch performance updates & bucket code compaction

  • Add in comparator support for hatches

  • Fix some bugs with prev. inventories

  • Slight simplification of code

  • Switch to byte array tags

  • Fix severe embedded inventory bugs

  • Fix missing Tesla dep

  • Fix build.gradle

  • Fix jenkins build issue

  • Add native IE coil support

  • More bucket work

  • Make bucket fluid I/O hatch-specific

  • Allow bucket interaction with hatches from outside their inventory

  • Fix log errors

  • Fix more blocks being rock

  • Fix all LV tiles being rock and not metal for some reason

  • Block dedeprecation, JEI updates, gradle updates - Wow did gradle need updating. Old gradle, so old IDEA didn't want to touch it - We. Were. On. 1.11. JEI. WTF - Woo, dedeprecation and JEI organization

  • Remove invalid // TODO s for fixed autogenerated stubs

  • Optimize imports

  • Dedeprecate redeprecated function after it was determined to not cause errors

  • SlotButton and MultiBlockComponentVisibleAlphaTexture fixes

  • Add alpha texture block

  • Redeprecate method to allow multiblocks to render correctly - You have no clue how annoyed this makes me

  • Switch hatches to using new inventory insertion code

  • Clean up some deprecated methods in multiblock blocks

  • Move coils to OD and into LV, AR will require this update for coils to function correctly

  • resolve issues fluid hatch

  • Add list copy to fix list assignment bug

  • Add additional methods needed for insert checking

  • CanInsertSlot work

  • Add a function to get the inputs of a multiblock

  • Change titanium color to be less purple-saturated

  • Add some better battery textures

  • 16x textures from the unmerged Cl1ff PR

  • Fix infinite recursion

  • Added scale on rendering tags

  • update changelog task

  • change curse task to upload as a beta

  • Add fluidmapping capability, mostly for liquidoxygen <--> oxgygen

  • update default XML

  • use ;s everywhere

  • Add backwards compat for existing configs

  • Second Set of 1.12 Parser Changes

  • First Set of Parser Changes Separator from "; " to ";"

  • Update to new Parser Make examples follow behavior

  • Update to new Parser bits Fixes spaced fluid names

  • upgrade changelog plugin because compat

  • 'fix' Tesla dependancy issue and inability to download from curseforge

  • rename crystal -> gem to fall in line with naming conventions

  • don't try to register null blocks' icons

  • Don't populate output with all of the oredict objects

  • Fix items registering before registering recipes, fixes https://github.com/zmaster587/AdvancedRocketry/issues/1626

  • add missing event file

  • update revision

  • Fix bucket handling. See https://github.com/zmaster587/AdvancedRocketry/issues/1601

  • Volcano processing stuff

  • deprecation warning

  • fix broken default machine recipies

  • Add support for full screen centered interfaces

  • Fix issues where a stack with a damage of 32767 was not being consumed

  • make sure we support data values on the input

  • Add tooltips to multiblock machines

  • fix motor recipe

  • Should probably simulate fluid insertion before committing, leads to dupe if the bottom slot is full. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/1502

  • possible fix for https://github.com/zmaster587/AdvancedRocketry/issues/1501

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.4.0-48.

  • Switch recipes over to the 1.12+ JSON system

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.3.0-45.

  • when item decrmented out of existance, retain NBT data long enough to assign to the dropped item, fixes #1451

  • finish adding GT support

  • add minimal GT files needed for compile

  • Refactor power stuff, add GT support

  • fix some language issues (I hope), fix issues with chunk boundries and multiblock machines

  • fixes #30

  • Update IC2 support for 1.12 https://github.com/zmaster587/AdvancedRocketry/issues/1197

  • prevent machines from being too greedy, fixes #1359

  • Don't print 'air' as a required block in the holoprojector

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1331

  • Fluid machines will start processing when a fluid is added by bucket instead of requiring manual restart, https://github.com/zmaster587/AdvancedRocketry/issues/1313

  • update dilithium texture

  • fix textures with lootbags, etc

  • fix items not dropping

  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1039

  • Add locale overrides for #1012

  • Fixes jetpack toggle key #26

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters for outputs

  • add getters for outputs, update build num

  • fix itemHandler, https://github.com/zmaster587/AdvancedRocketry/issues/954

  • disable curse builds temporarily

  • update artefact location for git

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/939

  • add curseforge and changelog tasks.

2022-01-01
0.4.2-87
  • Fix fluid tank bug

  • Fix more changes from review

  • Apply suggestions from code review Co-authored-by: zmaster587 <zmasterfun@gmail.com>

  • Add comparator to energy hatches and coal generator

  • Add @Nonnull and @Nullable annotations to HashedBlockPosition

  • Correct EU power multiplier

  • Fix a bunch of multiblock tile removal issues

  • ModuleContainerPanYOnly for rockets

  • Maybe fix https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/1972

  • Remove unreachable code

  • Delete NEILibVulpesConfig.java

  • Add changelog.html to .gitignore

  • Big code cleanup I used IntelliJ IDEA's code analysis feature to help find warnings and bugs, and manually went through fixing them. The only warnings I let IDEA fix automatically were unused imports and redundant casts. ItemStacks have been converted to use ItemStack.EMPTY instead of null, to conform to new standards. Annotations have been added to some of the code to help devs determine when null can and can't be used, however they're nowhere near all-encompassing. Vague fields and variables have been renamed where I saw them, such as i -> itemStack. This excludes math variables that seemed intentionally named, and standardized names like loop control variables. I fixed a couple of issues in the French lang file, but the non-en_US languages still have some missing translation keys. Probably best for someone who speaks those languages to add the translations, rather than me with Google Translate. There were some recipes that had invalid json, so I fixed them. This resulted in a few of the recipes changing slightly. This commit fixes some potential NPEs, though I didn't get them all. I highly recommend one of the original devs merge this and also run the source through their own IDE's code analysis, since there are still a lot of warnings I couldn't or didn't fix, and a large amount of them could be or turn into bugs. The ItemStack changes affected some API methods. Mods developed against libVulpes should use builds containing this commit in the future, to prevent them from sending null ItemStacks. This commit should be used with a sister-commit for Advanced Rocketry, since the ItemStack refactoring started there.

  • Fix missing Tesla dep

  • Update .gitignore

  • Fix jenkins build issue

  • Hatch performance updates & bucket code compaction

  • Add in comparator support for hatches

  • Fix some bugs with prev. inventories

  • Slight simplification of code

  • Switch to byte array tags

  • Fix severe embedded inventory bugs

  • Fix missing Tesla dep

  • Fix build.gradle

  • Fix jenkins build issue

  • Add native IE coil support

  • More bucket work

  • Make bucket fluid I/O hatch-specific

  • Allow bucket interaction with hatches from outside their inventory

  • Fix log errors

  • Fix more blocks being rock

  • Fix all LV tiles being rock and not metal for some reason

  • Block dedeprecation, JEI updates, gradle updates - Wow did gradle need updating. Old gradle, so old IDEA didn't want to touch it - We. Were. On. 1.11. JEI. WTF - Woo, dedeprecation and JEI organization

  • Remove invalid // TODO s for fixed autogenerated stubs

  • Optimize imports

  • Dedeprecate redeprecated function after it was determined to not cause errors

  • SlotButton and MultiBlockComponentVisibleAlphaTexture fixes

  • Add alpha texture block

  • Redeprecate method to allow multiblocks to render correctly - You have no clue how annoyed this makes me

  • Switch hatches to using new inventory insertion code

  • Clean up some deprecated methods in multiblock blocks

  • Move coils to OD and into LV, AR will require this update for coils to function correctly

  • resolve issues fluid hatch

  • Add list copy to fix list assignment bug

  • Add additional methods needed for insert checking

  • CanInsertSlot work

  • Add a function to get the inputs of a multiblock

  • Change titanium color to be less purple-saturated

  • Add some better battery textures

  • 16x textures from the unmerged Cl1ff PR

  • Fix infinite recursion

  • Added scale on rendering tags

  • update changelog task

  • change curse task to upload as a beta

  • Add fluidmapping capability, mostly for liquidoxygen <--> oxgygen

  • update default XML

  • use ;s everywhere

  • Add backwards compat for existing configs

  • Second Set of 1.12 Parser Changes

  • First Set of Parser Changes Separator from "; " to ";"

  • Update to new Parser Make examples follow behavior

  • Update to new Parser bits Fixes spaced fluid names

  • upgrade changelog plugin because compat

  • 'fix' Tesla dependancy issue and inability to download from curseforge

  • rename crystal -> gem to fall in line with naming conventions

  • don't try to register null blocks' icons

  • Don't populate output with all of the oredict objects

  • Fix items registering before registering recipes, fixes https://github.com/zmaster587/AdvancedRocketry/issues/1626

  • add missing event file

  • update revision

  • Fix bucket handling. See https://github.com/zmaster587/AdvancedRocketry/issues/1601

  • Volcano processing stuff

  • deprecation warning

  • fix broken default machine recipies

  • Add support for full screen centered interfaces

  • Fix issues where a stack with a damage of 32767 was not being consumed

  • make sure we support data values on the input

  • Add tooltips to multiblock machines

  • fix motor recipe

  • Should probably simulate fluid insertion before committing, leads to dupe if the bottom slot is full. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/1502

  • possible fix for https://github.com/zmaster587/AdvancedRocketry/issues/1501

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.4.0-48.

  • Switch recipes over to the 1.12+ JSON system

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.3.0-45.

  • when item decrmented out of existance, retain NBT data long enough to assign to the dropped item, fixes #1451

  • finish adding GT support

  • add minimal GT files needed for compile

  • Refactor power stuff, add GT support

  • fix some language issues (I hope), fix issues with chunk boundries and multiblock machines

  • fixes #30

  • Update IC2 support for 1.12 https://github.com/zmaster587/AdvancedRocketry/issues/1197

  • prevent machines from being too greedy, fixes #1359

  • Don't print 'air' as a required block in the holoprojector

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1331

  • Fluid machines will start processing when a fluid is added by bucket instead of requiring manual restart, https://github.com/zmaster587/AdvancedRocketry/issues/1313

  • update dilithium texture

  • fix textures with lootbags, etc

  • fix items not dropping

  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1039

  • Add locale overrides for #1012

  • Fixes jetpack toggle key #26

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters for outputs

  • add getters for outputs, update build num

  • fix itemHandler, https://github.com/zmaster587/AdvancedRocketry/issues/954

  • disable curse builds temporarily

  • update artefact location for git

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/939

  • add curseforge and changelog tasks.

2021-10-23
0.4.2-85
  • Fix more changes from review

  • Apply suggestions from code review Co-authored-by: zmaster587 <zmasterfun@gmail.com>

  • Add comparator to energy hatches and coal generator

  • Add @Nonnull and @Nullable annotations to HashedBlockPosition

  • Correct EU power multiplier

  • Fix a bunch of multiblock tile removal issues

  • ModuleContainerPanYOnly for rockets

  • Maybe fix https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/1972

  • Remove unreachable code

  • Delete NEILibVulpesConfig.java

  • Add changelog.html to .gitignore

  • Big code cleanup I used IntelliJ IDEA's code analysis feature to help find warnings and bugs, and manually went through fixing them. The only warnings I let IDEA fix automatically were unused imports and redundant casts. ItemStacks have been converted to use ItemStack.EMPTY instead of null, to conform to new standards. Annotations have been added to some of the code to help devs determine when null can and can't be used, however they're nowhere near all-encompassing. Vague fields and variables have been renamed where I saw them, such as i -> itemStack. This excludes math variables that seemed intentionally named, and standardized names like loop control variables. I fixed a couple of issues in the French lang file, but the non-en_US languages still have some missing translation keys. Probably best for someone who speaks those languages to add the translations, rather than me with Google Translate. There were some recipes that had invalid json, so I fixed them. This resulted in a few of the recipes changing slightly. This commit fixes some potential NPEs, though I didn't get them all. I highly recommend one of the original devs merge this and also run the source through their own IDE's code analysis, since there are still a lot of warnings I couldn't or didn't fix, and a large amount of them could be or turn into bugs. The ItemStack changes affected some API methods. Mods developed against libVulpes should use builds containing this commit in the future, to prevent them from sending null ItemStacks. This commit should be used with a sister-commit for Advanced Rocketry, since the ItemStack refactoring started there.

  • Fix missing Tesla dep

  • Update .gitignore

  • Fix jenkins build issue

  • Hatch performance updates & bucket code compaction

  • Add in comparator support for hatches

  • Fix some bugs with prev. inventories

  • Slight simplification of code

  • Switch to byte array tags

  • Fix severe embedded inventory bugs

  • Fix missing Tesla dep

  • Fix build.gradle

  • Fix jenkins build issue

  • Add native IE coil support

  • More bucket work

  • Make bucket fluid I/O hatch-specific

  • Allow bucket interaction with hatches from outside their inventory

  • Fix log errors

  • Fix more blocks being rock

  • Fix all LV tiles being rock and not metal for some reason

  • Block dedeprecation, JEI updates, gradle updates - Wow did gradle need updating. Old gradle, so old IDEA didn't want to touch it - We. Were. On. 1.11. JEI. WTF - Woo, dedeprecation and JEI organization

  • Remove invalid // TODO s for fixed autogenerated stubs

  • Optimize imports

  • Dedeprecate redeprecated function after it was determined to not cause errors

  • SlotButton and MultiBlockComponentVisibleAlphaTexture fixes

  • Add alpha texture block

  • Redeprecate method to allow multiblocks to render correctly - You have no clue how annoyed this makes me

  • Switch hatches to using new inventory insertion code

  • Clean up some deprecated methods in multiblock blocks

  • Move coils to OD and into LV, AR will require this update for coils to function correctly

  • resolve issues fluid hatch

  • Add list copy to fix list assignment bug

  • Add additional methods needed for insert checking

  • CanInsertSlot work

  • Add a function to get the inputs of a multiblock

  • Change titanium color to be less purple-saturated

  • Add some better battery textures

  • 16x textures from the unmerged Cl1ff PR

  • Fix infinite recursion

  • Added scale on rendering tags

  • update changelog task

  • change curse task to upload as a beta

  • Add fluidmapping capability, mostly for liquidoxygen <--> oxgygen

  • update default XML

  • use ;s everywhere

  • Add backwards compat for existing configs

  • Second Set of 1.12 Parser Changes

  • First Set of Parser Changes Separator from "; " to ";"

  • Update to new Parser Make examples follow behavior

  • Update to new Parser bits Fixes spaced fluid names

  • upgrade changelog plugin because compat

  • 'fix' Tesla dependancy issue and inability to download from curseforge

  • rename crystal -> gem to fall in line with naming conventions

  • don't try to register null blocks' icons

  • Don't populate output with all of the oredict objects

  • Fix items registering before registering recipes, fixes https://github.com/zmaster587/AdvancedRocketry/issues/1626

  • add missing event file

  • update revision

  • Fix bucket handling. See https://github.com/zmaster587/AdvancedRocketry/issues/1601

  • Volcano processing stuff

  • deprecation warning

  • fix broken default machine recipies

  • Add support for full screen centered interfaces

  • Fix issues where a stack with a damage of 32767 was not being consumed

  • make sure we support data values on the input

  • Add tooltips to multiblock machines

  • fix motor recipe

  • Should probably simulate fluid insertion before committing, leads to dupe if the bottom slot is full. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/1502

  • possible fix for https://github.com/zmaster587/AdvancedRocketry/issues/1501

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.4.0-48.

  • Switch recipes over to the 1.12+ JSON system

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.3.0-45.

  • when item decrmented out of existance, retain NBT data long enough to assign to the dropped item, fixes #1451

  • finish adding GT support

  • add minimal GT files needed for compile

  • Refactor power stuff, add GT support

  • fix some language issues (I hope), fix issues with chunk boundries and multiblock machines

  • fixes #30

  • Update IC2 support for 1.12 https://github.com/zmaster587/AdvancedRocketry/issues/1197

  • prevent machines from being too greedy, fixes #1359

  • Don't print 'air' as a required block in the holoprojector

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1331

  • Fluid machines will start processing when a fluid is added by bucket instead of requiring manual restart, https://github.com/zmaster587/AdvancedRocketry/issues/1313

  • update dilithium texture

  • fix textures with lootbags, etc

  • fix items not dropping

  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1039

  • Add locale overrides for #1012

  • Fixes jetpack toggle key #26

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters for outputs

  • add getters for outputs, update build num

  • fix itemHandler, https://github.com/zmaster587/AdvancedRocketry/issues/954

  • disable curse builds temporarily

  • update artefact location for git

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/939

  • add curseforge and changelog tasks.

2021-08-23
0.4.2-84
  • Fix more changes from review

  • Apply suggestions from code review Co-authored-by: zmaster587 <zmasterfun@gmail.com>

  • Add comparator to energy hatches and coal generator

  • Add @Nonnull and @Nullable annotations to HashedBlockPosition

  • Correct EU power multiplier

  • Fix a bunch of multiblock tile removal issues

  • ModuleContainerPanYOnly for rockets

  • Maybe fix https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/1972

  • Remove unreachable code

  • Delete NEILibVulpesConfig.java

  • Add changelog.html to .gitignore

  • Big code cleanup I used IntelliJ IDEA's code analysis feature to help find warnings and bugs, and manually went through fixing them. The only warnings I let IDEA fix automatically were unused imports and redundant casts. ItemStacks have been converted to use ItemStack.EMPTY instead of null, to conform to new standards. Annotations have been added to some of the code to help devs determine when null can and can't be used, however they're nowhere near all-encompassing. Vague fields and variables have been renamed where I saw them, such as i -> itemStack. This excludes math variables that seemed intentionally named, and standardized names like loop control variables. I fixed a couple of issues in the French lang file, but the non-en_US languages still have some missing translation keys. Probably best for someone who speaks those languages to add the translations, rather than me with Google Translate. There were some recipes that had invalid json, so I fixed them. This resulted in a few of the recipes changing slightly. This commit fixes some potential NPEs, though I didn't get them all. I highly recommend one of the original devs merge this and also run the source through their own IDE's code analysis, since there are still a lot of warnings I couldn't or didn't fix, and a large amount of them could be or turn into bugs. The ItemStack changes affected some API methods. Mods developed against libVulpes should use builds containing this commit in the future, to prevent them from sending null ItemStacks. This commit should be used with a sister-commit for Advanced Rocketry, since the ItemStack refactoring started there.

  • Fix missing Tesla dep

  • Update .gitignore

  • Fix jenkins build issue

  • Hatch performance updates & bucket code compaction

  • Add in comparator support for hatches

  • Fix some bugs with prev. inventories

  • Slight simplification of code

  • Switch to byte array tags

  • Fix severe embedded inventory bugs

  • Fix missing Tesla dep

  • Fix build.gradle

  • Fix jenkins build issue

  • Add native IE coil support

  • More bucket work

  • Make bucket fluid I/O hatch-specific

  • Allow bucket interaction with hatches from outside their inventory

  • Fix log errors

  • Fix more blocks being rock

  • Fix all LV tiles being rock and not metal for some reason

  • Block dedeprecation, JEI updates, gradle updates - Wow did gradle need updating. Old gradle, so old IDEA didn't want to touch it - We. Were. On. 1.11. JEI. WTF - Woo, dedeprecation and JEI organization

  • Remove invalid // TODO s for fixed autogenerated stubs

  • Optimize imports

  • Dedeprecate redeprecated function after it was determined to not cause errors

  • SlotButton and MultiBlockComponentVisibleAlphaTexture fixes

  • Add alpha texture block

  • Redeprecate method to allow multiblocks to render correctly - You have no clue how annoyed this makes me

  • Switch hatches to using new inventory insertion code

  • Clean up some deprecated methods in multiblock blocks

  • Move coils to OD and into LV, AR will require this update for coils to function correctly

  • resolve issues fluid hatch

  • Add list copy to fix list assignment bug

  • Add additional methods needed for insert checking

  • CanInsertSlot work

  • Add a function to get the inputs of a multiblock

  • Change titanium color to be less purple-saturated

  • Add some better battery textures

  • 16x textures from the unmerged Cl1ff PR

  • Fix infinite recursion

  • Added scale on rendering tags

  • update changelog task

  • change curse task to upload as a beta

  • Add fluidmapping capability, mostly for liquidoxygen <--> oxgygen

  • update default XML

  • use ;s everywhere

  • Add backwards compat for existing configs

  • Second Set of 1.12 Parser Changes

  • First Set of Parser Changes Separator from "; " to ";"

  • Update to new Parser Make examples follow behavior

  • Update to new Parser bits Fixes spaced fluid names

  • upgrade changelog plugin because compat

  • 'fix' Tesla dependancy issue and inability to download from curseforge

  • rename crystal -> gem to fall in line with naming conventions

  • don't try to register null blocks' icons

  • Don't populate output with all of the oredict objects

  • Fix items registering before registering recipes, fixes https://github.com/zmaster587/AdvancedRocketry/issues/1626

  • add missing event file

  • update revision

  • Fix bucket handling. See https://github.com/zmaster587/AdvancedRocketry/issues/1601

  • Volcano processing stuff

  • deprecation warning

  • fix broken default machine recipies

  • Add support for full screen centered interfaces

  • Fix issues where a stack with a damage of 32767 was not being consumed

  • make sure we support data values on the input

  • Add tooltips to multiblock machines

  • fix motor recipe

  • Should probably simulate fluid insertion before committing, leads to dupe if the bottom slot is full. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/1502

  • possible fix for https://github.com/zmaster587/AdvancedRocketry/issues/1501

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.4.0-48.

  • Switch recipes over to the 1.12+ JSON system

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.3.0-45.

  • when item decrmented out of existance, retain NBT data long enough to assign to the dropped item, fixes #1451

  • finish adding GT support

  • add minimal GT files needed for compile

  • Refactor power stuff, add GT support

  • fix some language issues (I hope), fix issues with chunk boundries and multiblock machines

  • fixes #30

  • Update IC2 support for 1.12 https://github.com/zmaster587/AdvancedRocketry/issues/1197

  • prevent machines from being too greedy, fixes #1359

  • Don't print 'air' as a required block in the holoprojector

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1331

  • Fluid machines will start processing when a fluid is added by bucket instead of requiring manual restart, https://github.com/zmaster587/AdvancedRocketry/issues/1313

  • update dilithium texture

  • fix textures with lootbags, etc

  • fix items not dropping

  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1039

  • Add locale overrides for #1012

  • Fixes jetpack toggle key #26

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters for outputs

  • add getters for outputs, update build num

  • fix itemHandler, https://github.com/zmaster587/AdvancedRocketry/issues/954

  • disable curse builds temporarily

  • update artefact location for git

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/939

  • add curseforge and changelog tasks.

2021-04-04
0.4.2-83 build-83
  • Fix some bugs with prev. inventories

  • Slight simplification of code

  • Switch to byte array tags

  • Fix severe embedded inventory bugs

  • Fix missing Tesla dep

  • Fix build.gradle

  • Fix jenkins build issue

  • Add native IE coil support

  • More bucket work

  • Make bucket fluid I/O hatch-specific

  • Allow bucket interaction with hatches from outside their inventory

  • Fix log errors

  • Fix more blocks being rock

  • Fix all LV tiles being rock and not metal for some reason

  • Block dedeprecation, JEI updates, gradle updates - Wow did gradle need updating. Old gradle, so old IDEA didn't want to touch it - We. Were. On. 1.11. JEI. WTF - Woo, dedeprecation and JEI organization

  • Remove invalid // TODO s for fixed autogenerated stubs

  • Optimize imports

  • Dedeprecate redeprecated function after it was determined to not cause errors

  • SlotButton and MultiBlockComponentVisibleAlphaTexture fixes

  • Add alpha texture block

  • Redeprecate method to allow multiblocks to render correctly - You have no clue how annoyed this makes me

  • Switch hatches to using new inventory insertion code

  • Clean up some deprecated methods in multiblock blocks

  • Move coils to OD and into LV, AR will require this update for coils to function correctly

  • resolve issues fluid hatch

  • Add list copy to fix list assignment bug

  • Add additional methods needed for insert checking

  • CanInsertSlot work

  • Add a function to get the inputs of a multiblock

  • Change titanium color to be less purple-saturated

  • Add some better battery textures

  • 16x textures from the unmerged Cl1ff PR

  • Fix infinite recursion

  • Added scale on rendering tags

  • update changelog task

  • change curse task to upload as a beta

  • Add fluidmapping capability, mostly for liquidoxygen <--> oxgygen

  • update default XML

  • use ;s everywhere

  • Add backwards compat for existing configs

  • Second Set of 1.12 Parser Changes

  • First Set of Parser Changes Separator from "; " to ";"

  • Update to new Parser Make examples follow behavior

  • Update to new Parser bits Fixes spaced fluid names

  • upgrade changelog plugin because compat

  • 'fix' Tesla dependancy issue and inability to download from curseforge

  • rename crystal -> gem to fall in line with naming conventions

  • don't try to register null blocks' icons

  • Don't populate output with all of the oredict objects

  • Fix items registering before registering recipes, fixes https://github.com/zmaster587/AdvancedRocketry/issues/1626

  • add missing event file

  • update revision

  • Fix bucket handling. See https://github.com/zmaster587/AdvancedRocketry/issues/1601

  • Volcano processing stuff

  • deprecation warning

  • fix broken default machine recipies

  • Add support for full screen centered interfaces

  • Fix issues where a stack with a damage of 32767 was not being consumed

  • make sure we support data values on the input

  • Add tooltips to multiblock machines

  • fix motor recipe

  • Should probably simulate fluid insertion before committing, leads to dupe if the bottom slot is full. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/1502

  • possible fix for https://github.com/zmaster587/AdvancedRocketry/issues/1501

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.4.0-48.

  • Switch recipes over to the 1.12+ JSON system

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.3.0-45.

  • when item decrmented out of existance, retain NBT data long enough to assign to the dropped item, fixes #1451

  • finish adding GT support

  • add minimal GT files needed for compile

  • Refactor power stuff, add GT support

  • fix some language issues (I hope), fix issues with chunk boundries and multiblock machines

  • fixes #30

  • Update IC2 support for 1.12 https://github.com/zmaster587/AdvancedRocketry/issues/1197

  • prevent machines from being too greedy, fixes #1359

  • Don't print 'air' as a required block in the holoprojector

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1331

  • Fluid machines will start processing when a fluid is added by bucket instead of requiring manual restart, https://github.com/zmaster587/AdvancedRocketry/issues/1313

  • update dilithium texture

  • fix textures with lootbags, etc

  • fix items not dropping

  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1039

  • Add locale overrides for #1012

  • Fixes jetpack toggle key #26

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters for outputs

  • add getters for outputs, update build num

  • fix itemHandler, https://github.com/zmaster587/AdvancedRocketry/issues/954

  • disable curse builds temporarily

  • update artefact location for git

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/939

  • add curseforge and changelog tasks.

2021-04-01
0.4.2-82 build-82
  • Fix missing Tesla dep

  • Fix build.gradle

  • Fix jenkins build issue

  • Add native IE coil support

  • More bucket work

  • Make bucket fluid I/O hatch-specific

  • Allow bucket interaction with hatches from outside their inventory

  • Fix log errors

  • Fix more blocks being rock

  • Fix all LV tiles being rock and not metal for some reason

  • Block dedeprecation, JEI updates, gradle updates - Wow did gradle need updating. Old gradle, so old IDEA didn't want to touch it - We. Were. On. 1.11. JEI. WTF - Woo, dedeprecation and JEI organization

  • Remove invalid // TODO s for fixed autogenerated stubs

  • Optimize imports

  • Dedeprecate redeprecated function after it was determined to not cause errors

  • SlotButton and MultiBlockComponentVisibleAlphaTexture fixes

  • Add alpha texture block

  • Redeprecate method to allow multiblocks to render correctly - You have no clue how annoyed this makes me

  • Switch hatches to using new inventory insertion code

  • Clean up some deprecated methods in multiblock blocks

  • Move coils to OD and into LV, AR will require this update for coils to function correctly

  • resolve issues fluid hatch

  • Add list copy to fix list assignment bug

  • Add additional methods needed for insert checking

  • CanInsertSlot work

  • Add a function to get the inputs of a multiblock

  • Change titanium color to be less purple-saturated

  • Add some better battery textures

  • 16x textures from the unmerged Cl1ff PR

  • Fix infinite recursion

  • Added scale on rendering tags

  • update changelog task

  • change curse task to upload as a beta

  • Add fluidmapping capability, mostly for liquidoxygen <--> oxgygen

  • update default XML

  • use ;s everywhere

  • Add backwards compat for existing configs

  • Second Set of 1.12 Parser Changes

  • First Set of Parser Changes Separator from "; " to ";"

  • Update to new Parser Make examples follow behavior

  • Update to new Parser bits Fixes spaced fluid names

  • upgrade changelog plugin because compat

  • 'fix' Tesla dependancy issue and inability to download from curseforge

  • rename crystal -> gem to fall in line with naming conventions

  • don't try to register null blocks' icons

  • Don't populate output with all of the oredict objects

  • Fix items registering before registering recipes, fixes https://github.com/zmaster587/AdvancedRocketry/issues/1626

  • add missing event file

  • update revision

  • Fix bucket handling. See https://github.com/zmaster587/AdvancedRocketry/issues/1601

  • Volcano processing stuff

  • deprecation warning

  • fix broken default machine recipies

  • Add support for full screen centered interfaces

  • Fix issues where a stack with a damage of 32767 was not being consumed

  • make sure we support data values on the input

  • Add tooltips to multiblock machines

  • fix motor recipe

  • Should probably simulate fluid insertion before committing, leads to dupe if the bottom slot is full. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/1502

  • possible fix for https://github.com/zmaster587/AdvancedRocketry/issues/1501

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.4.0-48.

  • Switch recipes over to the 1.12+ JSON system

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.3.0-45.

  • when item decrmented out of existance, retain NBT data long enough to assign to the dropped item, fixes #1451

  • finish adding GT support

  • add minimal GT files needed for compile

  • Refactor power stuff, add GT support

  • fix some language issues (I hope), fix issues with chunk boundries and multiblock machines

  • fixes #30

  • Update IC2 support for 1.12 https://github.com/zmaster587/AdvancedRocketry/issues/1197

  • prevent machines from being too greedy, fixes #1359

  • Don't print 'air' as a required block in the holoprojector

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1331

  • Fluid machines will start processing when a fluid is added by bucket instead of requiring manual restart, https://github.com/zmaster587/AdvancedRocketry/issues/1313

  • update dilithium texture

  • fix textures with lootbags, etc

  • fix items not dropping

  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1039

  • Add locale overrides for #1012

  • Fixes jetpack toggle key #26

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters for outputs

  • add getters for outputs, update build num

  • fix itemHandler, https://github.com/zmaster587/AdvancedRocketry/issues/954

  • disable curse builds temporarily

  • update artefact location for git

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/939

  • add curseforge and changelog tasks.

2021-04-01
0.4.2-81 build-81
  • Fix missing Tesla dep

  • Fix build.gradle

  • Fix jenkins build issue

  • Add native IE coil support

  • More bucket work

  • Make bucket fluid I/O hatch-specific

  • Allow bucket interaction with hatches from outside their inventory

  • Fix log errors

  • Fix more blocks being rock

  • Fix all LV tiles being rock and not metal for some reason

  • Block dedeprecation, JEI updates, gradle updates - Wow did gradle need updating. Old gradle, so old IDEA didn't want to touch it - We. Were. On. 1.11. JEI. WTF - Woo, dedeprecation and JEI organization

  • Remove invalid // TODO s for fixed autogenerated stubs

  • Optimize imports

  • Dedeprecate redeprecated function after it was determined to not cause errors

  • SlotButton and MultiBlockComponentVisibleAlphaTexture fixes

  • Add alpha texture block

  • Redeprecate method to allow multiblocks to render correctly - You have no clue how annoyed this makes me

  • Switch hatches to using new inventory insertion code

  • Clean up some deprecated methods in multiblock blocks

  • Move coils to OD and into LV, AR will require this update for coils to function correctly

  • resolve issues fluid hatch

  • Add list copy to fix list assignment bug

  • Add additional methods needed for insert checking

  • CanInsertSlot work

  • Add a function to get the inputs of a multiblock

  • Change titanium color to be less purple-saturated

  • Add some better battery textures

  • 16x textures from the unmerged Cl1ff PR

  • Fix infinite recursion

  • Added scale on rendering tags

  • update changelog task

  • change curse task to upload as a beta

  • Add fluidmapping capability, mostly for liquidoxygen <--> oxgygen

  • update default XML

  • use ;s everywhere

  • Add backwards compat for existing configs

  • Second Set of 1.12 Parser Changes

  • First Set of Parser Changes Separator from "; " to ";"

  • Update to new Parser Make examples follow behavior

  • Update to new Parser bits Fixes spaced fluid names

  • upgrade changelog plugin because compat

  • 'fix' Tesla dependancy issue and inability to download from curseforge

  • rename crystal -> gem to fall in line with naming conventions

  • don't try to register null blocks' icons

  • Don't populate output with all of the oredict objects

  • Fix items registering before registering recipes, fixes https://github.com/zmaster587/AdvancedRocketry/issues/1626

  • add missing event file

  • update revision

  • Fix bucket handling. See https://github.com/zmaster587/AdvancedRocketry/issues/1601

  • Volcano processing stuff

  • deprecation warning

  • fix broken default machine recipies

  • Add support for full screen centered interfaces

  • Fix issues where a stack with a damage of 32767 was not being consumed

  • make sure we support data values on the input

  • Add tooltips to multiblock machines

  • fix motor recipe

  • Should probably simulate fluid insertion before committing, leads to dupe if the bottom slot is full. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/1502

  • possible fix for https://github.com/zmaster587/AdvancedRocketry/issues/1501

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.4.0-48.

  • Switch recipes over to the 1.12+ JSON system

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.3.0-45.

  • when item decrmented out of existance, retain NBT data long enough to assign to the dropped item, fixes #1451

  • finish adding GT support

  • add minimal GT files needed for compile

  • Refactor power stuff, add GT support

  • fix some language issues (I hope), fix issues with chunk boundries and multiblock machines

  • fixes #30

  • Update IC2 support for 1.12 https://github.com/zmaster587/AdvancedRocketry/issues/1197

  • prevent machines from being too greedy, fixes #1359

  • Don't print 'air' as a required block in the holoprojector

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1331

  • Fluid machines will start processing when a fluid is added by bucket instead of requiring manual restart, https://github.com/zmaster587/AdvancedRocketry/issues/1313

  • update dilithium texture

  • fix textures with lootbags, etc

  • fix items not dropping

  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1039

  • Add locale overrides for #1012

  • Fixes jetpack toggle key #26

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters for outputs

  • add getters for outputs, update build num

  • fix itemHandler, https://github.com/zmaster587/AdvancedRocketry/issues/954

  • disable curse builds temporarily

  • update artefact location for git

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/939

  • add curseforge and changelog tasks.

2020-05-07
0.4.2-75 build-75
  • 16x textures from the unmerged Cl1ff PR

  • Fix infinite recursion

  • Added scale on rendering tags

  • update changelog task

  • change curse task to upload as a beta

  • Add fluidmapping capability, mostly for liquidoxygen <--> oxgygen

  • update default XML

  • use ;s everywhere

  • Add backwards compat for existing configs

  • Second Set of 1.12 Parser Changes

  • First Set of Parser Changes Separator from "; " to ";"

  • Update to new Parser Make examples follow behavior

  • Update to new Parser bits Fixes spaced fluid names

  • upgrade changelog plugin because compat

  • 'fix' Tesla dependancy issue and inability to download from curseforge

  • rename crystal -> gem to fall in line with naming conventions

  • don't try to register null blocks' icons

  • Don't populate output with all of the oredict objects

  • Fix items registering before registering recipes, fixes https://github.com/zmaster587/AdvancedRocketry/issues/1626

  • add missing event file

  • update revision

  • Fix bucket handling. See https://github.com/zmaster587/AdvancedRocketry/issues/1601

  • Volcano processing stuff

  • deprecation warning

  • fix broken default machine recipies

  • Add support for full screen centered interfaces

  • Fix issues where a stack with a damage of 32767 was not being consumed

  • make sure we support data values on the input

  • Add tooltips to multiblock machines

  • fix motor recipe

  • Should probably simulate fluid insertion before committing, leads to dupe if the bottom slot is full. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/1502

  • possible fix for https://github.com/zmaster587/AdvancedRocketry/issues/1501

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.4.0-48.

  • Switch recipes over to the 1.12+ JSON system

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.3.0-45.

  • when item decrmented out of existance, retain NBT data long enough to assign to the dropped item, fixes #1451

  • finish adding GT support

  • add minimal GT files needed for compile

  • Refactor power stuff, add GT support

  • fix some language issues (I hope), fix issues with chunk boundries and multiblock machines

  • fixes #30

  • Update IC2 support for 1.12 https://github.com/zmaster587/AdvancedRocketry/issues/1197

  • prevent machines from being too greedy, fixes #1359

  • Don't print 'air' as a required block in the holoprojector

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1331

  • Fluid machines will start processing when a fluid is added by bucket instead of requiring manual restart, https://github.com/zmaster587/AdvancedRocketry/issues/1313

  • update dilithium texture

  • fix textures with lootbags, etc

  • fix items not dropping

  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1039

  • Add locale overrides for #1012

  • Fixes jetpack toggle key #26

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters for outputs

  • add getters for outputs, update build num

  • fix itemHandler, https://github.com/zmaster587/AdvancedRocketry/issues/954

  • disable curse builds temporarily

  • update artefact location for git

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/939

  • add curseforge and changelog tasks.

2020-05-05
0.4.2-1 build-1
  • 16x textures from the unmerged Cl1ff PR

  • Fix infinite recursion

  • Added scale on rendering tags

  • update changelog task

  • change curse task to upload as a beta

  • Add fluidmapping capability, mostly for liquidoxygen <--> oxgygen

  • update default XML

  • use ;s everywhere

  • Add backwards compat for existing configs

  • Second Set of 1.12 Parser Changes

  • First Set of Parser Changes Separator from "; " to ";"

  • Update to new Parser Make examples follow behavior

  • Update to new Parser bits Fixes spaced fluid names

  • upgrade changelog plugin because compat

  • 'fix' Tesla dependancy issue and inability to download from curseforge

  • rename crystal -> gem to fall in line with naming conventions

  • don't try to register null blocks' icons

  • Don't populate output with all of the oredict objects

  • Fix items registering before registering recipes, fixes https://github.com/zmaster587/AdvancedRocketry/issues/1626

  • add missing event file

  • update revision

  • Fix bucket handling. See https://github.com/zmaster587/AdvancedRocketry/issues/1601

  • Volcano processing stuff

  • deprecation warning

  • fix broken default machine recipies

  • Add support for full screen centered interfaces

  • Fix issues where a stack with a damage of 32767 was not being consumed

  • make sure we support data values on the input

  • Add tooltips to multiblock machines

  • fix motor recipe

  • Should probably simulate fluid insertion before committing, leads to dupe if the bottom slot is full. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/1502

  • possible fix for https://github.com/zmaster587/AdvancedRocketry/issues/1501

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.4.0-48.

  • Switch recipes over to the 1.12+ JSON system

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.3.0-45.

  • when item decrmented out of existance, retain NBT data long enough to assign to the dropped item, fixes #1451

  • finish adding GT support

  • add minimal GT files needed for compile

  • Refactor power stuff, add GT support

  • fix some language issues (I hope), fix issues with chunk boundries and multiblock machines

  • fixes #30

  • Update IC2 support for 1.12 https://github.com/zmaster587/AdvancedRocketry/issues/1197

  • prevent machines from being too greedy, fixes #1359

  • Don't print 'air' as a required block in the holoprojector

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1331

  • Fluid machines will start processing when a fluid is added by bucket instead of requiring manual restart, https://github.com/zmaster587/AdvancedRocketry/issues/1313

  • update dilithium texture

  • fix textures with lootbags, etc

  • fix items not dropping

  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1039

  • Add locale overrides for #1012

  • Fixes jetpack toggle key #26

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters for outputs

  • add getters for outputs, update build num

  • fix itemHandler, https://github.com/zmaster587/AdvancedRocketry/issues/954

  • disable curse builds temporarily

  • update artefact location for git

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/939

  • add curseforge and changelog tasks.

2020-02-10
0.4.2-74 build-74
  • Fix infinite recursion

  • Added scale on rendering tags

  • update changelog task

  • change curse task to upload as a beta

  • Add fluidmapping capability, mostly for liquidoxygen <--> oxgygen

  • update default XML

  • use ;s everywhere

  • Add backwards compat for existing configs

  • Second Set of 1.12 Parser Changes

  • First Set of Parser Changes Separator from "; " to ";"

  • Update to new Parser Make examples follow behavior

  • Update to new Parser bits Fixes spaced fluid names

  • upgrade changelog plugin because compat

  • 'fix' Tesla dependancy issue and inability to download from curseforge

  • rename crystal -> gem to fall in line with naming conventions

  • don't try to register null blocks' icons

  • Don't populate output with all of the oredict objects

  • Fix items registering before registering recipes, fixes https://github.com/zmaster587/AdvancedRocketry/issues/1626

  • add missing event file

  • update revision

  • Fix bucket handling. See https://github.com/zmaster587/AdvancedRocketry/issues/1601

  • Volcano processing stuff

  • deprecation warning

  • fix broken default machine recipies

  • Add support for full screen centered interfaces

  • Fix issues where a stack with a damage of 32767 was not being consumed

  • make sure we support data values on the input

  • Add tooltips to multiblock machines

  • fix motor recipe

  • Should probably simulate fluid insertion before committing, leads to dupe if the bottom slot is full. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/1502

  • possible fix for https://github.com/zmaster587/AdvancedRocketry/issues/1501

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.4.0-48.

  • Switch recipes over to the 1.12+ JSON system

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.3.0-45.

  • when item decrmented out of existance, retain NBT data long enough to assign to the dropped item, fixes #1451

  • finish adding GT support

  • add minimal GT files needed for compile

  • Refactor power stuff, add GT support

  • fix some language issues (I hope), fix issues with chunk boundries and multiblock machines

  • fixes #30

  • Update IC2 support for 1.12 https://github.com/zmaster587/AdvancedRocketry/issues/1197

  • prevent machines from being too greedy, fixes #1359

  • Don't print 'air' as a required block in the holoprojector

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1331

  • Fluid machines will start processing when a fluid is added by bucket instead of requiring manual restart, https://github.com/zmaster587/AdvancedRocketry/issues/1313

  • update dilithium texture

  • fix textures with lootbags, etc

  • fix items not dropping

  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1039

  • Add locale overrides for #1012

  • Fixes jetpack toggle key #26

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters for outputs

  • add getters for outputs, update build num

  • fix itemHandler, https://github.com/zmaster587/AdvancedRocketry/issues/954

  • disable curse builds temporarily

  • update artefact location for git

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/939

  • add curseforge and changelog tasks.

2020-02-10
0.4.2-73 build-73
  • Fix infinite recursion

  • Added scale on rendering tags

  • update changelog task

  • change curse task to upload as a beta

  • Add fluidmapping capability, mostly for liquidoxygen <--> oxgygen

  • update default XML

  • use ;s everywhere

  • Add backwards compat for existing configs

  • Second Set of 1.12 Parser Changes

  • First Set of Parser Changes Separator from "; " to ";"

  • Update to new Parser Make examples follow behavior

  • Update to new Parser bits Fixes spaced fluid names

  • upgrade changelog plugin because compat

  • 'fix' Tesla dependancy issue and inability to download from curseforge

  • rename crystal -> gem to fall in line with naming conventions

  • don't try to register null blocks' icons

  • Don't populate output with all of the oredict objects

  • Fix items registering before registering recipes, fixes https://github.com/zmaster587/AdvancedRocketry/issues/1626

  • add missing event file

  • update revision

  • Fix bucket handling. See https://github.com/zmaster587/AdvancedRocketry/issues/1601

  • Volcano processing stuff

  • deprecation warning

  • fix broken default machine recipies

  • Add support for full screen centered interfaces

  • Fix issues where a stack with a damage of 32767 was not being consumed

  • make sure we support data values on the input

  • Add tooltips to multiblock machines

  • fix motor recipe

  • Should probably simulate fluid insertion before committing, leads to dupe if the bottom slot is full. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/1502

  • possible fix for https://github.com/zmaster587/AdvancedRocketry/issues/1501

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.4.0-48.

  • Switch recipes over to the 1.12+ JSON system

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.3.0-45.

  • when item decrmented out of existance, retain NBT data long enough to assign to the dropped item, fixes #1451

  • finish adding GT support

  • add minimal GT files needed for compile

  • Refactor power stuff, add GT support

  • fix some language issues (I hope), fix issues with chunk boundries and multiblock machines

  • fixes #30

  • Update IC2 support for 1.12 https://github.com/zmaster587/AdvancedRocketry/issues/1197

  • prevent machines from being too greedy, fixes #1359

  • Don't print 'air' as a required block in the holoprojector

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1331

  • Fluid machines will start processing when a fluid is added by bucket instead of requiring manual restart, https://github.com/zmaster587/AdvancedRocketry/issues/1313

  • update dilithium texture

  • fix textures with lootbags, etc

  • fix items not dropping

  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1039

  • Add locale overrides for #1012

  • Fixes jetpack toggle key #26

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters for outputs

  • add getters for outputs, update build num

  • fix itemHandler, https://github.com/zmaster587/AdvancedRocketry/issues/954

  • disable curse builds temporarily

  • update artefact location for git

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/939

  • add curseforge and changelog tasks.

2020-02-09
0.4.2-72 build-72
  • Added scale on rendering tags

  • update changelog task

  • change curse task to upload as a beta

  • Add fluidmapping capability, mostly for liquidoxygen <--> oxgygen

  • update default XML

  • use ;s everywhere

  • Add backwards compat for existing configs

  • Second Set of 1.12 Parser Changes

  • First Set of Parser Changes Separator from "; " to ";"

  • Update to new Parser Make examples follow behavior

  • Update to new Parser bits Fixes spaced fluid names

  • upgrade changelog plugin because compat

  • 'fix' Tesla dependancy issue and inability to download from curseforge

  • rename crystal -> gem to fall in line with naming conventions

  • don't try to register null blocks' icons

  • Don't populate output with all of the oredict objects

  • Fix items registering before registering recipes, fixes https://github.com/zmaster587/AdvancedRocketry/issues/1626

  • add missing event file

  • update revision

  • Fix bucket handling. See https://github.com/zmaster587/AdvancedRocketry/issues/1601

  • Volcano processing stuff

  • deprecation warning

  • fix broken default machine recipies

  • Add support for full screen centered interfaces

  • Fix issues where a stack with a damage of 32767 was not being consumed

  • make sure we support data values on the input

  • Add tooltips to multiblock machines

  • fix motor recipe

  • Should probably simulate fluid insertion before committing, leads to dupe if the bottom slot is full. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/1502

  • possible fix for https://github.com/zmaster587/AdvancedRocketry/issues/1501

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.4.0-48.

  • Switch recipes over to the 1.12+ JSON system

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.3.0-45.

  • when item decrmented out of existance, retain NBT data long enough to assign to the dropped item, fixes #1451

  • finish adding GT support

  • add minimal GT files needed for compile

  • Refactor power stuff, add GT support

  • fix some language issues (I hope), fix issues with chunk boundries and multiblock machines

  • fixes #30

  • Update IC2 support for 1.12 https://github.com/zmaster587/AdvancedRocketry/issues/1197

  • prevent machines from being too greedy, fixes #1359

  • Don't print 'air' as a required block in the holoprojector

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1331

  • Fluid machines will start processing when a fluid is added by bucket instead of requiring manual restart, https://github.com/zmaster587/AdvancedRocketry/issues/1313

  • update dilithium texture

  • fix textures with lootbags, etc

  • fix items not dropping

  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1039

  • Add locale overrides for #1012

  • Fixes jetpack toggle key #26

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters for outputs

  • add getters for outputs, update build num

  • fix itemHandler, https://github.com/zmaster587/AdvancedRocketry/issues/954

  • disable curse builds temporarily

  • update artefact location for git

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/939

  • add curseforge and changelog tasks.

你已经到达了世界的尽头..
新建2022-01-19
1.0.2-31
  • LV batch of rocket fixes

  • Fix particles on motors

  • New motor model

  • First pass of motor stuff

  • Fox fix

  • More fix

  • Fix ModuleLiquidIndicator not tiling fluid textures properly

  • Fix a bunch more issues

  • Fix more bugs and textures

  • Big bunch of item update stuffs! still more to do but whatever

  • Config changes to go along with AR!

  • Fix a bunch of IDEA suggestions and things needed for AR

  • Fix some misc. multiblock & BlockTile problems

  • Fix more changes from review

  • Apply suggestions from code review Co-authored-by: zmaster587 <zmasterfun@gmail.com>

  • Add comparator to energy hatches and coal generator

  • Add @Nonnull and @Nullable annotations to HashedBlockPosition

  • Correct EU power multiplier

  • Fix a bunch of multiblock tile removal issues

  • ModuleContainerPanYOnly for rockets

  • Maybe fix https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/1972

  • Remove unreachable code

  • Delete NEILibVulpesConfig.java

  • Add changelog.html to .gitignore

  • Big code cleanup I used IntelliJ IDEA's code analysis feature to help find warnings and bugs, and manually went through fixing them. The only warnings I let IDEA fix automatically were unused imports and redundant casts. ItemStacks have been converted to use ItemStack.EMPTY instead of null, to conform to new standards. Annotations have been added to some of the code to help devs determine when null can and can't be used, however they're nowhere near all-encompassing. Vague fields and variables have been renamed where I saw them, such as i -> itemStack. This excludes math variables that seemed intentionally named, and standardized names like loop control variables. I fixed a couple of issues in the French lang file, but the non-en_US languages still have some missing translation keys. Probably best for someone who speaks those languages to add the translations, rather than me with Google Translate. There were some recipes that had invalid json, so I fixed them. This resulted in a few of the recipes changing slightly. This commit fixes some potential NPEs, though I didn't get them all. I highly recommend one of the original devs merge this and also run the source through their own IDE's code analysis, since there are still a lot of warnings I couldn't or didn't fix, and a large amount of them could be or turn into bugs. The ItemStack changes affected some API methods. Mods developed against libVulpes should use builds containing this commit in the future, to prevent them from sending null ItemStacks. This commit should be used with a sister-commit for Advanced Rocketry, since the ItemStack refactoring started there.

  • Fix missing Tesla dep

  • Update .gitignore

  • Fix jenkins build issue

  • Don't add damage value when there's no damage value to add for machine recipes, fixes https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/2109

  • Fix recipes, airtight seal, fixes https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/2092

  • update blocks tag to storage_blocks

  • Rename blocks tag to storage_blocks, resolves https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/2090

  • update changelog

  • Fix fluid stacks being null in some cases, see https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/2073

  • Fix error in client side packet handling preventing rocket invs from openning

  • Fix jetpack and client crash on rocket launch, #2072

  • Fix NPE when comparing null resource location to fluids. Resolves https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/2065

  • Hatch performance updates & bucket code compaction

  • another attempt to make tags more readable

  • Add in comparator support for hatches

2021-10-23
  • Fix some misc. multiblock & BlockTile problems

  • Fix more changes from review

  • Apply suggestions from code review Co-authored-by: zmaster587 <zmasterfun@gmail.com>

  • Add comparator to energy hatches and coal generator

  • Add @Nonnull and @Nullable annotations to HashedBlockPosition

  • Correct EU power multiplier

  • Fix a bunch of multiblock tile removal issues

  • ModuleContainerPanYOnly for rockets

  • Maybe fix https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/1972

  • Remove unreachable code

  • Delete NEILibVulpesConfig.java

  • Add changelog.html to .gitignore

  • Big code cleanup I used IntelliJ IDEA's code analysis feature to help find warnings and bugs, and manually went through fixing them. The only warnings I let IDEA fix automatically were unused imports and redundant casts. ItemStacks have been converted to use ItemStack.EMPTY instead of null, to conform to new standards. Annotations have been added to some of the code to help devs determine when null can and can't be used, however they're nowhere near all-encompassing. Vague fields and variables have been renamed where I saw them, such as i -> itemStack. This excludes math variables that seemed intentionally named, and standardized names like loop control variables. I fixed a couple of issues in the French lang file, but the non-en_US languages still have some missing translation keys. Probably best for someone who speaks those languages to add the translations, rather than me with Google Translate. There were some recipes that had invalid json, so I fixed them. This resulted in a few of the recipes changing slightly. This commit fixes some potential NPEs, though I didn't get them all. I highly recommend one of the original devs merge this and also run the source through their own IDE's code analysis, since there are still a lot of warnings I couldn't or didn't fix, and a large amount of them could be or turn into bugs. The ItemStack changes affected some API methods. Mods developed against libVulpes should use builds containing this commit in the future, to prevent them from sending null ItemStacks. This commit should be used with a sister-commit for Advanced Rocketry, since the ItemStack refactoring started there.

  • Fix missing Tesla dep

  • Update .gitignore

  • Fix jenkins build issue

  • Don't add damage value when there's no damage value to add for machine recipes, fixes https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/2109

  • Fix recipes, airtight seal, fixes https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/2092

  • update blocks tag to storage_blocks

  • Rename blocks tag to storage_blocks, resolves https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/2090

  • update changelog

  • Fix fluid stacks being null in some cases, see https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/2073

  • Fix error in client side packet handling preventing rocket invs from openning

  • Fix jetpack and client crash on rocket launch, #2072

  • Fix NPE when comparing null resource location to fluids. Resolves https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/2065

  • Hatch performance updates & bucket code compaction

  • another attempt to make tags more readable

  • Add in comparator support for hatches

2021-09-12
1.0.2-27

s

  • Fix some misc. multiblock & BlockTile problems

  • Fix more changes from review

  • Apply suggestions from code review Co-authored-by: zmaster587 <zmasterfun@gmail.com>

  • Add comparator to energy hatches and coal generator

  • Add @Nonnull and @Nullable annotations to HashedBlockPosition

  • Correct EU power multiplier

  • Fix a bunch of multiblock tile removal issues

  • ModuleContainerPanYOnly for rockets

  • Maybe fix https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/1972

  • Remove unreachable code

  • Delete NEILibVulpesConfig.java

  • Add changelog.html to .gitignore

  • Big code cleanup I used IntelliJ IDEA's code analysis feature to help find warnings and bugs, and manually went through fixing them. The only warnings I let IDEA fix automatically were unused imports and redundant casts. ItemStacks have been converted to use ItemStack.EMPTY instead of null, to conform to new standards. Annotations have been added to some of the code to help devs determine when null can and can't be used, however they're nowhere near all-encompassing. Vague fields and variables have been renamed where I saw them, such as i -> itemStack. This excludes math variables that seemed intentionally named, and standardized names like loop control variables. I fixed a couple of issues in the French lang file, but the non-en_US languages still have some missing translation keys. Probably best for someone who speaks those languages to add the translations, rather than me with Google Translate. There were some recipes that had invalid json, so I fixed them. This resulted in a few of the recipes changing slightly. This commit fixes some potential NPEs, though I didn't get them all. I highly recommend one of the original devs merge this and also run the source through their own IDE's code analysis, since there are still a lot of warnings I couldn't or didn't fix, and a large amount of them could be or turn into bugs. The ItemStack changes affected some API methods. Mods developed against libVulpes should use builds containing this commit in the future, to prevent them from sending null ItemStacks. This commit should be used with a sister-commit for Advanced Rocketry, since the ItemStack refactoring started there.

  • Fix missing Tesla dep

  • Update .gitignore

  • Fix jenkins build issue

  • Don't add damage value when there's no damage value to add for machine recipes, fixes https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/2109

  • Fix recipes, airtight seal, fixes https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/2092

  • update blocks tag to storage_blocks

  • Rename blocks tag to storage_blocks, resolves https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/2090

  • update changelog

  • Fix fluid stacks being null in some cases, see https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/2073

  • Fix error in client side packet handling preventing rocket invs from openning

  • Fix jetpack and client crash on rocket launch, #2072

  • Fix NPE when comparing null resource location to fluids. Resolves https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/2065

  • Hatch performance updates & bucket code compaction

  • another attempt to make tags more readable

  • Add in comparator support for hatches

2021-08-23
1.0.2-26
  • Fix more changes from review

  • Apply suggestions from code review Co-authored-by: zmaster587 <zmasterfun@gmail.com>

  • Add comparator to energy hatches and coal generator

  • Add @Nonnull and @Nullable annotations to HashedBlockPosition

  • Correct EU power multiplier

  • Fix a bunch of multiblock tile removal issues

  • ModuleContainerPanYOnly for rockets

  • Maybe fix https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/1972

  • Remove unreachable code

  • Delete NEILibVulpesConfig.java

  • Add changelog.html to .gitignore

  • Big code cleanup I used IntelliJ IDEA's code analysis feature to help find warnings and bugs, and manually went through fixing them. The only warnings I let IDEA fix automatically were unused imports and redundant casts. ItemStacks have been converted to use ItemStack.EMPTY instead of null, to conform to new standards. Annotations have been added to some of the code to help devs determine when null can and can't be used, however they're nowhere near all-encompassing. Vague fields and variables have been renamed where I saw them, such as i -> itemStack. This excludes math variables that seemed intentionally named, and standardized names like loop control variables. I fixed a couple of issues in the French lang file, but the non-en_US languages still have some missing translation keys. Probably best for someone who speaks those languages to add the translations, rather than me with Google Translate. There were some recipes that had invalid json, so I fixed them. This resulted in a few of the recipes changing slightly. This commit fixes some potential NPEs, though I didn't get them all. I highly recommend one of the original devs merge this and also run the source through their own IDE's code analysis, since there are still a lot of warnings I couldn't or didn't fix, and a large amount of them could be or turn into bugs. The ItemStack changes affected some API methods. Mods developed against libVulpes should use builds containing this commit in the future, to prevent them from sending null ItemStacks. This commit should be used with a sister-commit for Advanced Rocketry, since the ItemStack refactoring started there.

  • Fix missing Tesla dep

  • Update .gitignore

  • Fix jenkins build issue

  • Don't add damage value when there's no damage value to add for machine recipes, fixes https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/2109

  • Fix recipes, airtight seal, fixes https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/2092

  • update blocks tag to storage_blocks

  • Rename blocks tag to storage_blocks, resolves https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/2090

  • update changelog

  • Fix fluid stacks being null in some cases, see https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/2073

  • Fix error in client side packet handling preventing rocket invs from openning

  • Fix jetpack and client crash on rocket launch, #2072

  • Fix NPE when comparing null resource location to fluids. Resolves https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/2065

  • Hatch performance updates & bucket code compaction

  • another attempt to make tags more readable

  • Add in comparator support for hatches

2021-05-11
1.0.2-25
  • Don't add damage value when there's no damage value to add for machine recipes, fixes https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/2109

  • Fix recipes, airtight seal, fixes https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/2092

  • update blocks tag to storage_blocks

  • Rename blocks tag to storage_blocks, resolves https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/2090

  • update changelog

  • Fix fluid stacks being null in some cases, see https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/2073

  • Fix error in client side packet handling preventing rocket invs from openning

  • Fix jetpack and client crash on rocket launch, #2072

  • Fix NPE when comparing null resource location to fluids. Resolves https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/2065

  • another attempt to make tags more readable

2021-05-09
1.0.2-24 build-24


  • Fix recipes, airtight seal, fixes https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/2092

  • update blocks tag to storage_blocks

  • Rename blocks tag to storage_blocks, resolves https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/2090

  • update changelog

  • Fix fluid stacks being null in some cases, see https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/2073

  • Fix error in client side packet handling preventing rocket invs from openning

  • Fix jetpack and client crash on rocket launch, #2072

  • Fix NPE when comparing null resource location to fluids. Resolves https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/2065

  • another attempt to make tags more readable

2021-05-07
1.0.2-23 build-23

s

  • update blocks tag to storage_blocks

  • Rename blocks tag to storage_blocks, resolves https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/2090

  • update changelog

  • Fix fluid stacks being null in some cases, see https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/2073

  • Fix error in client side packet handling preventing rocket invs from openning

  • Fix jetpack and client crash on rocket launch, #2072

  • Fix NPE when comparing null resource location to fluids. Resolves https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/2065

  • another attempt to make tags more readable

2021-05-06
1.0.2-22 build-22

s

  • update changelog

  • Fix fluid stacks being null in some cases, see https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/2073

  • Fix error in client side packet handling preventing rocket invs from openning

  • Fix jetpack and client crash on rocket launch, #2072

  • Fix NPE when comparing null resource location to fluids. Resolves https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/2065

  • another attempt to make tags more readable

2021-04-15
1.0.2-18 build-18
  • Fix returning null and breaking recipes. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/2008

  • Fluids no longer can be null I guess, fixes https://github.com/zmaster587/AdvancedRocketry/issues/2007

  • reenable cf task

  • Update to MC 1.16.5

  • sync

  • fix method's

  • initial 1.16.4 update

  • bring back tooltips in AR interfaces

  • make items show up in slots again

  • fix crash on server

  • Sync

  • add github run number support hopefully

  • lets try github actions caching

  • start working on caching

  • lets try to fix the name.

  • yml you are you so picky

  • formatting yml

  • fixes issues

  • Update gradle.yml

  • Update gradle.yml

  • attempt another fix

  • attempt to fix upload

  • start working on publishing github actions

  • clean up some versioning issues

  • update gradle version

  • update MC version label

  • bring deobf back

  • update jenkins file

  • update version number

  • Update build gradle

  • update recipes

  • lang fixes

  • runs outside of dev env

  • update resources

  • rendering fixes and json files

  • get it to compile again

  • update forge

  • fix jar naming

  • update for MC1.16

  • Update rendering code for AR

  • update to 1.16.2

  • update forge ver

  • remove curseforge task from jenkinsFile

  • fix build.gradle compile issues

  • fix ecompile to decompile

  • add workflow

  • Port to 1.16

  • 16x textures from the unmerged Cl1ff PR

  • Fix infinite recursion

  • Added scale on rendering tags

  • update changelog task

  • change curse task to upload as a beta

  • Add fluidmapping capability, mostly for liquidoxygen <--> oxgygen

  • update default XML

  • use ;s everywhere

  • Add backwards compat for existing configs

  • Second Set of 1.12 Parser Changes

  • First Set of Parser Changes Separator from "; " to ";"

  • Update to new Parser Make examples follow behavior

  • Update to new Parser bits Fixes spaced fluid names

  • upgrade changelog plugin because compat

  • 'fix' Tesla dependancy issue and inability to download from curseforge

  • rename crystal -> gem to fall in line with naming conventions

  • don't try to register null blocks' icons

  • Don't populate output with all of the oredict objects

  • Fix items registering before registering recipes, fixes https://github.com/zmaster587/AdvancedRocketry/issues/1626

  • add missing event file

  • update revision

  • Fix bucket handling. See https://github.com/zmaster587/AdvancedRocketry/issues/1601

  • Volcano processing stuff

  • deprecation warning

  • fix broken default machine recipies

  • Add support for full screen centered interfaces

  • Fix issues where a stack with a damage of 32767 was not being consumed

  • make sure we support data values on the input

  • Add tooltips to multiblock machines

  • fix motor recipe

  • Should probably simulate fluid insertion before committing, leads to dupe if the bottom slot is full. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/1502

  • possible fix for https://github.com/zmaster587/AdvancedRocketry/issues/1501

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.4.0-48.

  • Switch recipes over to the 1.12+ JSON system

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.3.0-45.

  • when item decrmented out of existance, retain NBT data long enough to assign to the dropped item, fixes #1451

  • finish adding GT support

  • add minimal GT files needed for compile

  • Refactor power stuff, add GT support

  • fix some language issues (I hope), fix issues with chunk boundries and multiblock machines

  • fixes #30

  • Update IC2 support for 1.12 https://github.com/zmaster587/AdvancedRocketry/issues/1197

  • prevent machines from being too greedy, fixes #1359

  • Don't print 'air' as a required block in the holoprojector

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1331

  • Fluid machines will start processing when a fluid is added by bucket instead of requiring manual restart, https://github.com/zmaster587/AdvancedRocketry/issues/1313

  • update dilithium texture

  • fix textures with lootbags, etc

  • fix items not dropping

  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1039

  • Add locale overrides for #1012

  • Fixes jetpack toggle key #26

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters for outputs

  • add getters for outputs, update build num

  • fix itemHandler, https://github.com/zmaster587/AdvancedRocketry/issues/954

  • disable curse builds temporarily

  • update artefact location for git

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/939

  • add curseforge and changelog tasks.

2021-04-13
1.0.2-17 build-17
  • Fix returning null and breaking recipes. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/2008

  • Fluids no longer can be null I guess, fixes https://github.com/zmaster587/AdvancedRocketry/issues/2007

  • reenable cf task

  • Update to MC 1.16.5

  • sync

  • fix method's

  • initial 1.16.4 update

  • bring back tooltips in AR interfaces

  • make items show up in slots again

  • fix crash on server

  • Sync

  • add github run number support hopefully

  • lets try github actions caching

  • start working on caching

  • lets try to fix the name.

  • yml you are you so picky

  • formatting yml

  • fixes issues

  • Update gradle.yml

  • Update gradle.yml

  • attempt another fix

  • attempt to fix upload

  • start working on publishing github actions

  • clean up some versioning issues

  • update gradle version

  • update MC version label

  • bring deobf back

  • update jenkins file

  • update version number

  • Update build gradle

  • update recipes

  • lang fixes

  • runs outside of dev env

  • update resources

  • rendering fixes and json files

  • get it to compile again

  • update forge

  • fix jar naming

  • update for MC1.16

  • Update rendering code for AR

  • update to 1.16.2

  • update forge ver

  • remove curseforge task from jenkinsFile

  • fix build.gradle compile issues

  • fix ecompile to decompile

  • add workflow

  • Port to 1.16

  • 16x textures from the unmerged Cl1ff PR

  • Fix infinite recursion

  • Added scale on rendering tags

  • update changelog task

  • change curse task to upload as a beta

  • Add fluidmapping capability, mostly for liquidoxygen <--> oxgygen

  • update default XML

  • use ;s everywhere

  • Add backwards compat for existing configs

  • Second Set of 1.12 Parser Changes

  • First Set of Parser Changes Separator from "; " to ";"

  • Update to new Parser Make examples follow behavior

  • Update to new Parser bits Fixes spaced fluid names

  • upgrade changelog plugin because compat

  • 'fix' Tesla dependancy issue and inability to download from curseforge

  • rename crystal -> gem to fall in line with naming conventions

  • don't try to register null blocks' icons

  • Don't populate output with all of the oredict objects

  • Fix items registering before registering recipes, fixes https://github.com/zmaster587/AdvancedRocketry/issues/1626

  • add missing event file

  • update revision

  • Fix bucket handling. See https://github.com/zmaster587/AdvancedRocketry/issues/1601

  • Volcano processing stuff

  • deprecation warning

  • fix broken default machine recipies

  • Add support for full screen centered interfaces

  • Fix issues where a stack with a damage of 32767 was not being consumed

  • make sure we support data values on the input

  • Add tooltips to multiblock machines

  • fix motor recipe

  • Should probably simulate fluid insertion before committing, leads to dupe if the bottom slot is full. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/1502

  • possible fix for https://github.com/zmaster587/AdvancedRocketry/issues/1501

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.4.0-48.

  • Switch recipes over to the 1.12+ JSON system

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.3.0-45.

  • when item decrmented out of existance, retain NBT data long enough to assign to the dropped item, fixes #1451

  • finish adding GT support

  • add minimal GT files needed for compile

  • Refactor power stuff, add GT support

  • fix some language issues (I hope), fix issues with chunk boundries and multiblock machines

  • fixes #30

  • Update IC2 support for 1.12 https://github.com/zmaster587/AdvancedRocketry/issues/1197

  • prevent machines from being too greedy, fixes #1359

  • Don't print 'air' as a required block in the holoprojector

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1331

  • Fluid machines will start processing when a fluid is added by bucket instead of requiring manual restart, https://github.com/zmaster587/AdvancedRocketry/issues/1313

  • update dilithium texture

  • fix textures with lootbags, etc

  • fix items not dropping

  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1039

  • Add locale overrides for #1012

  • Fixes jetpack toggle key #26

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters for outputs

  • add getters for outputs, update build num

  • fix itemHandler, https://github.com/zmaster587/AdvancedRocketry/issues/954

  • disable curse builds temporarily

  • update artefact location for git

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/939

  • add curseforge and changelog tasks.

2021-04-12
1.0.2-16 build-16
  • Fix returning null and breaking recipes. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/2008

  • Fluids no longer can be null I guess, fixes https://github.com/zmaster587/AdvancedRocketry/issues/2007

  • reenable cf task

  • Update to MC 1.16.5

  • sync

  • fix method's

  • initial 1.16.4 update

  • bring back tooltips in AR interfaces

  • make items show up in slots again

  • fix crash on server

  • Sync

  • add github run number support hopefully

  • lets try github actions caching

  • start working on caching

  • lets try to fix the name.

  • yml you are you so picky

  • formatting yml

  • fixes issues

  • Update gradle.yml

  • Update gradle.yml

  • attempt another fix

  • attempt to fix upload

  • start working on publishing github actions

  • clean up some versioning issues

  • update gradle version

  • update MC version label

  • bring deobf back

  • update jenkins file

  • update version number

  • Update build gradle

  • update recipes

  • lang fixes

  • runs outside of dev env

  • update resources

  • rendering fixes and json files

  • get it to compile again

  • update forge

  • fix jar naming

  • update for MC1.16

  • Update rendering code for AR

  • update to 1.16.2

  • update forge ver

  • remove curseforge task from jenkinsFile

  • fix build.gradle compile issues

  • fix ecompile to decompile

  • add workflow

  • Port to 1.16

  • 16x textures from the unmerged Cl1ff PR

  • Fix infinite recursion

  • Added scale on rendering tags

  • update changelog task

  • change curse task to upload as a beta

  • Add fluidmapping capability, mostly for liquidoxygen <--> oxgygen

  • update default XML

  • use ;s everywhere

  • Add backwards compat for existing configs

  • Second Set of 1.12 Parser Changes

  • First Set of Parser Changes Separator from "; " to ";"

  • Update to new Parser Make examples follow behavior

  • Update to new Parser bits Fixes spaced fluid names

  • upgrade changelog plugin because compat

  • 'fix' Tesla dependancy issue and inability to download from curseforge

  • rename crystal -> gem to fall in line with naming conventions

  • don't try to register null blocks' icons

  • Don't populate output with all of the oredict objects

  • Fix items registering before registering recipes, fixes https://github.com/zmaster587/AdvancedRocketry/issues/1626

  • add missing event file

  • update revision

  • Fix bucket handling. See https://github.com/zmaster587/AdvancedRocketry/issues/1601

  • Volcano processing stuff

  • deprecation warning

  • fix broken default machine recipies

  • Add support for full screen centered interfaces

  • Fix issues where a stack with a damage of 32767 was not being consumed

  • make sure we support data values on the input

  • Add tooltips to multiblock machines

  • fix motor recipe

  • Should probably simulate fluid insertion before committing, leads to dupe if the bottom slot is full. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/1502

  • possible fix for https://github.com/zmaster587/AdvancedRocketry/issues/1501

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.4.0-48.

  • Switch recipes over to the 1.12+ JSON system

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.3.0-45.

  • when item decrmented out of existance, retain NBT data long enough to assign to the dropped item, fixes #1451

  • finish adding GT support

  • add minimal GT files needed for compile

  • Refactor power stuff, add GT support

  • fix some language issues (I hope), fix issues with chunk boundries and multiblock machines

  • fixes #30

  • Update IC2 support for 1.12 https://github.com/zmaster587/AdvancedRocketry/issues/1197

  • prevent machines from being too greedy, fixes #1359

  • Don't print 'air' as a required block in the holoprojector

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1331

  • Fluid machines will start processing when a fluid is added by bucket instead of requiring manual restart, https://github.com/zmaster587/AdvancedRocketry/issues/1313

  • update dilithium texture

  • fix textures with lootbags, etc

  • fix items not dropping

  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1039

  • Add locale overrides for #1012

  • Fixes jetpack toggle key #26

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters for outputs

  • add getters for outputs, update build num

  • fix itemHandler, https://github.com/zmaster587/AdvancedRocketry/issues/954

  • disable curse builds temporarily

  • update artefact location for git

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/939

  • add curseforge and changelog tasks.

2021-04-12
1.0.2-15 build-15
  • Fix returning null and breaking recipes. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/2008

  • Fluids no longer can be null I guess, fixes https://github.com/zmaster587/AdvancedRocketry/issues/2007

  • reenable cf task

  • Update to MC 1.16.5

  • sync

  • fix method's

  • initial 1.16.4 update

  • bring back tooltips in AR interfaces

  • make items show up in slots again

  • fix crash on server

  • Sync

  • add github run number support hopefully

  • lets try github actions caching

  • start working on caching

  • lets try to fix the name.

  • yml you are you so picky

  • formatting yml

  • fixes issues

  • Update gradle.yml

  • Update gradle.yml

  • attempt another fix

  • attempt to fix upload

  • start working on publishing github actions

  • clean up some versioning issues

  • update gradle version

  • update MC version label

  • bring deobf back

  • update jenkins file

  • update version number

  • Update build gradle

  • update recipes

  • lang fixes

  • runs outside of dev env

  • update resources

  • rendering fixes and json files

  • get it to compile again

  • update forge

  • fix jar naming

  • update for MC1.16

  • Update rendering code for AR

  • update to 1.16.2

  • update forge ver

  • remove curseforge task from jenkinsFile

  • fix build.gradle compile issues

  • fix ecompile to decompile

  • add workflow

  • Port to 1.16

  • 16x textures from the unmerged Cl1ff PR

  • Fix infinite recursion

  • Added scale on rendering tags

  • update changelog task

  • change curse task to upload as a beta

  • Add fluidmapping capability, mostly for liquidoxygen <--> oxgygen

  • update default XML

  • use ;s everywhere

  • Add backwards compat for existing configs

  • Second Set of 1.12 Parser Changes

  • First Set of Parser Changes Separator from "; " to ";"

  • Update to new Parser Make examples follow behavior

  • Update to new Parser bits Fixes spaced fluid names

  • upgrade changelog plugin because compat

  • 'fix' Tesla dependancy issue and inability to download from curseforge

  • rename crystal -> gem to fall in line with naming conventions

  • don't try to register null blocks' icons

  • Don't populate output with all of the oredict objects

  • Fix items registering before registering recipes, fixes https://github.com/zmaster587/AdvancedRocketry/issues/1626

  • add missing event file

  • update revision

  • Fix bucket handling. See https://github.com/zmaster587/AdvancedRocketry/issues/1601

  • Volcano processing stuff

  • deprecation warning

  • fix broken default machine recipies

  • Add support for full screen centered interfaces

  • Fix issues where a stack with a damage of 32767 was not being consumed

  • make sure we support data values on the input

  • Add tooltips to multiblock machines

  • fix motor recipe

  • Should probably simulate fluid insertion before committing, leads to dupe if the bottom slot is full. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/1502

  • possible fix for https://github.com/zmaster587/AdvancedRocketry/issues/1501

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.4.0-48.

  • Switch recipes over to the 1.12+ JSON system

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.3.0-45.

  • when item decrmented out of existance, retain NBT data long enough to assign to the dropped item, fixes #1451

  • finish adding GT support

  • add minimal GT files needed for compile

  • Refactor power stuff, add GT support

  • fix some language issues (I hope), fix issues with chunk boundries and multiblock machines

  • fixes #30

  • Update IC2 support for 1.12 https://github.com/zmaster587/AdvancedRocketry/issues/1197

  • prevent machines from being too greedy, fixes #1359

  • Don't print 'air' as a required block in the holoprojector

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1331

  • Fluid machines will start processing when a fluid is added by bucket instead of requiring manual restart, https://github.com/zmaster587/AdvancedRocketry/issues/1313

  • update dilithium texture

  • fix textures with lootbags, etc

  • fix items not dropping

  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1039

  • Add locale overrides for #1012

  • Fixes jetpack toggle key #26

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters for outputs

  • add getters for outputs, update build num

  • fix itemHandler, https://github.com/zmaster587/AdvancedRocketry/issues/954

  • disable curse builds temporarily

  • update artefact location for git

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/939

  • add curseforge and changelog tasks.

2021-04-06
1.0.1-14 build-14
  • Fix returning null and breaking recipes. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/2008

  • Fluids no longer can be null I guess, fixes https://github.com/zmaster587/AdvancedRocketry/issues/2007

  • reenable cf task

  • Update to MC 1.16.5

  • sync

  • fix method's

  • initial 1.16.4 update

  • bring back tooltips in AR interfaces

  • make items show up in slots again

  • fix crash on server

  • Sync

  • add github run number support hopefully

  • lets try github actions caching

  • start working on caching

  • lets try to fix the name.

  • yml you are you so picky

  • formatting yml

  • fixes issues

  • Update gradle.yml

  • Update gradle.yml

  • attempt another fix

  • attempt to fix upload

  • start working on publishing github actions

  • clean up some versioning issues

  • update gradle version

  • update MC version label

  • bring deobf back

  • update jenkins file

  • update version number

  • Update build gradle

  • update recipes

  • lang fixes

  • runs outside of dev env

  • update resources

  • rendering fixes and json files

  • get it to compile again

  • update forge

  • fix jar naming

  • update for MC1.16

  • Update rendering code for AR

  • update to 1.16.2

  • update forge ver

  • remove curseforge task from jenkinsFile

  • fix build.gradle compile issues

  • fix ecompile to decompile

  • add workflow

  • Port to 1.16

  • 16x textures from the unmerged Cl1ff PR

  • Fix infinite recursion

  • Added scale on rendering tags

  • update changelog task

  • change curse task to upload as a beta

  • Add fluidmapping capability, mostly for liquidoxygen <--> oxgygen

  • update default XML

  • use ;s everywhere

  • Add backwards compat for existing configs

  • Second Set of 1.12 Parser Changes

  • First Set of Parser Changes Separator from "; " to ";"

  • Update to new Parser Make examples follow behavior

  • Update to new Parser bits Fixes spaced fluid names

  • upgrade changelog plugin because compat

  • 'fix' Tesla dependancy issue and inability to download from curseforge

  • rename crystal -> gem to fall in line with naming conventions

  • don't try to register null blocks' icons

  • Don't populate output with all of the oredict objects

  • Fix items registering before registering recipes, fixes https://github.com/zmaster587/AdvancedRocketry/issues/1626

  • add missing event file

  • update revision

  • Fix bucket handling. See https://github.com/zmaster587/AdvancedRocketry/issues/1601

  • Volcano processing stuff

  • deprecation warning

  • fix broken default machine recipies

  • Add support for full screen centered interfaces

  • Fix issues where a stack with a damage of 32767 was not being consumed

  • make sure we support data values on the input

  • Add tooltips to multiblock machines

  • fix motor recipe

  • Should probably simulate fluid insertion before committing, leads to dupe if the bottom slot is full. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/1502

  • possible fix for https://github.com/zmaster587/AdvancedRocketry/issues/1501

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.4.0-48.

  • Switch recipes over to the 1.12+ JSON system

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.3.0-45.

  • when item decrmented out of existance, retain NBT data long enough to assign to the dropped item, fixes #1451

  • finish adding GT support

  • add minimal GT files needed for compile

  • Refactor power stuff, add GT support

  • fix some language issues (I hope), fix issues with chunk boundries and multiblock machines

  • fixes #30

  • Update IC2 support for 1.12 https://github.com/zmaster587/AdvancedRocketry/issues/1197

  • prevent machines from being too greedy, fixes #1359

  • Don't print 'air' as a required block in the holoprojector

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1331

  • Fluid machines will start processing when a fluid is added by bucket instead of requiring manual restart, https://github.com/zmaster587/AdvancedRocketry/issues/1313

  • update dilithium texture

  • fix textures with lootbags, etc

  • fix items not dropping

  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1039

  • Add locale overrides for #1012

  • Fixes jetpack toggle key #26

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters for outputs

  • add getters for outputs, update build num

  • fix itemHandler, https://github.com/zmaster587/AdvancedRocketry/issues/954

  • disable curse builds temporarily

  • update artefact location for git

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/939

  • add curseforge and changelog tasks.

2021-04-06
1.0.1-13 build-13
  • Fix returning null and breaking recipes. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/2008

  • Fluids no longer can be null I guess, fixes https://github.com/zmaster587/AdvancedRocketry/issues/2007

  • reenable cf task

  • Update to MC 1.16.5

  • sync

  • fix method's

  • initial 1.16.4 update

  • bring back tooltips in AR interfaces

  • make items show up in slots again

  • fix crash on server

  • Sync

  • add github run number support hopefully

  • lets try github actions caching

  • start working on caching

  • lets try to fix the name.

  • yml you are you so picky

  • formatting yml

  • fixes issues

  • Update gradle.yml

  • Update gradle.yml

  • attempt another fix

  • attempt to fix upload

  • start working on publishing github actions

  • clean up some versioning issues

  • update gradle version

  • update MC version label

  • bring deobf back

  • update jenkins file

  • update version number

  • Update build gradle

  • update recipes

  • lang fixes

  • runs outside of dev env

  • update resources

  • rendering fixes and json files

  • get it to compile again

  • update forge

  • fix jar naming

  • update for MC1.16

  • Update rendering code for AR

  • update to 1.16.2

  • update forge ver

  • remove curseforge task from jenkinsFile

  • fix build.gradle compile issues

  • fix ecompile to decompile

  • add workflow

  • Port to 1.16

  • 16x textures from the unmerged Cl1ff PR

  • Fix infinite recursion

  • Added scale on rendering tags

  • update changelog task

  • change curse task to upload as a beta

  • Add fluidmapping capability, mostly for liquidoxygen <--> oxgygen

  • update default XML

  • use ;s everywhere

  • Add backwards compat for existing configs

  • Second Set of 1.12 Parser Changes

  • First Set of Parser Changes Separator from "; " to ";"

  • Update to new Parser Make examples follow behavior

  • Update to new Parser bits Fixes spaced fluid names

  • upgrade changelog plugin because compat

  • 'fix' Tesla dependancy issue and inability to download from curseforge

  • rename crystal -> gem to fall in line with naming conventions

  • don't try to register null blocks' icons

  • Don't populate output with all of the oredict objects

  • Fix items registering before registering recipes, fixes https://github.com/zmaster587/AdvancedRocketry/issues/1626

  • add missing event file

  • update revision

  • Fix bucket handling. See https://github.com/zmaster587/AdvancedRocketry/issues/1601

  • Volcano processing stuff

  • deprecation warning

  • fix broken default machine recipies

  • Add support for full screen centered interfaces

  • Fix issues where a stack with a damage of 32767 was not being consumed

  • make sure we support data values on the input

  • Add tooltips to multiblock machines

  • fix motor recipe

  • Should probably simulate fluid insertion before committing, leads to dupe if the bottom slot is full. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/1502

  • possible fix for https://github.com/zmaster587/AdvancedRocketry/issues/1501

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.4.0-48.

  • Switch recipes over to the 1.12+ JSON system

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.3.0-45.

  • when item decrmented out of existance, retain NBT data long enough to assign to the dropped item, fixes #1451

  • finish adding GT support

  • add minimal GT files needed for compile

  • Refactor power stuff, add GT support

  • fix some language issues (I hope), fix issues with chunk boundries and multiblock machines

  • fixes #30

  • Update IC2 support for 1.12 https://github.com/zmaster587/AdvancedRocketry/issues/1197

  • prevent machines from being too greedy, fixes #1359

  • Don't print 'air' as a required block in the holoprojector

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1331

  • Fluid machines will start processing when a fluid is added by bucket instead of requiring manual restart, https://github.com/zmaster587/AdvancedRocketry/issues/1313

  • update dilithium texture

  • fix textures with lootbags, etc

  • fix items not dropping

  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1039

  • Add locale overrides for #1012

  • Fixes jetpack toggle key #26

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters for outputs

  • add getters for outputs, update build num

  • fix itemHandler, https://github.com/zmaster587/AdvancedRocketry/issues/954

  • disable curse builds temporarily

  • update artefact location for git

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/939

  • add curseforge and changelog tasks.

2021-04-05
1.0.1-12 build-12
  • Fix returning null and breaking recipes. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/2008

  • Fluids no longer can be null I guess, fixes https://github.com/zmaster587/AdvancedRocketry/issues/2007

  • reenable cf task

  • Update to MC 1.16.5

  • sync

  • fix method's

  • initial 1.16.4 update

  • bring back tooltips in AR interfaces

  • make items show up in slots again

  • fix crash on server

  • Sync

  • add github run number support hopefully

  • lets try github actions caching

  • start working on caching

  • lets try to fix the name.

  • yml you are you so picky

  • formatting yml

  • fixes issues

  • Update gradle.yml

  • Update gradle.yml

  • attempt another fix

  • attempt to fix upload

  • start working on publishing github actions

  • clean up some versioning issues

  • update gradle version

  • update MC version label

  • bring deobf back

  • update jenkins file

  • update version number

  • Update build gradle

  • update recipes

  • lang fixes

  • runs outside of dev env

  • update resources

  • rendering fixes and json files

  • get it to compile again

  • update forge

  • fix jar naming

  • update for MC1.16

  • Update rendering code for AR

  • update to 1.16.2

  • update forge ver

  • remove curseforge task from jenkinsFile

  • fix build.gradle compile issues

  • fix ecompile to decompile

  • add workflow

  • Port to 1.16

  • 16x textures from the unmerged Cl1ff PR

  • Fix infinite recursion

  • Added scale on rendering tags

  • update changelog task

  • change curse task to upload as a beta

  • Add fluidmapping capability, mostly for liquidoxygen <--> oxgygen

  • update default XML

  • use ;s everywhere

  • Add backwards compat for existing configs

  • Second Set of 1.12 Parser Changes

  • First Set of Parser Changes Separator from "; " to ";"

  • Update to new Parser Make examples follow behavior

  • Update to new Parser bits Fixes spaced fluid names

  • upgrade changelog plugin because compat

  • 'fix' Tesla dependancy issue and inability to download from curseforge

  • rename crystal -> gem to fall in line with naming conventions

  • don't try to register null blocks' icons

  • Don't populate output with all of the oredict objects

  • Fix items registering before registering recipes, fixes https://github.com/zmaster587/AdvancedRocketry/issues/1626

  • add missing event file

  • update revision

  • Fix bucket handling. See https://github.com/zmaster587/AdvancedRocketry/issues/1601

  • Volcano processing stuff

  • deprecation warning

  • fix broken default machine recipies

  • Add support for full screen centered interfaces

  • Fix issues where a stack with a damage of 32767 was not being consumed

  • make sure we support data values on the input

  • Add tooltips to multiblock machines

  • fix motor recipe

  • Should probably simulate fluid insertion before committing, leads to dupe if the bottom slot is full. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/1502

  • possible fix for https://github.com/zmaster587/AdvancedRocketry/issues/1501

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.4.0-48.

  • Switch recipes over to the 1.12+ JSON system

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.3.0-45.

  • when item decrmented out of existance, retain NBT data long enough to assign to the dropped item, fixes #1451

  • finish adding GT support

  • add minimal GT files needed for compile

  • Refactor power stuff, add GT support

  • fix some language issues (I hope), fix issues with chunk boundries and multiblock machines

  • fixes #30

  • Update IC2 support for 1.12 https://github.com/zmaster587/AdvancedRocketry/issues/1197

  • prevent machines from being too greedy, fixes #1359

  • Don't print 'air' as a required block in the holoprojector

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1331

  • Fluid machines will start processing when a fluid is added by bucket instead of requiring manual restart, https://github.com/zmaster587/AdvancedRocketry/issues/1313

  • update dilithium texture

  • fix textures with lootbags, etc

  • fix items not dropping

  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1039

  • Add locale overrides for #1012

  • Fixes jetpack toggle key #26

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters for outputs

  • add getters for outputs, update build num

  • fix itemHandler, https://github.com/zmaster587/AdvancedRocketry/issues/954

  • disable curse builds temporarily

  • update artefact location for git

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/939

  • add curseforge and changelog tasks.

2021-04-04
1.0.1-11 build-11
  • Fix returning null and breaking recipes. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/2008

  • Fluids no longer can be null I guess, fixes https://github.com/zmaster587/AdvancedRocketry/issues/2007

  • reenable cf task

  • Update to MC 1.16.5

  • sync

  • fix method's

  • initial 1.16.4 update

  • bring back tooltips in AR interfaces

  • make items show up in slots again

  • fix crash on server

  • Sync

  • add github run number support hopefully

  • lets try github actions caching

  • start working on caching

  • lets try to fix the name.

  • yml you are you so picky

  • formatting yml

  • fixes issues

  • Update gradle.yml

  • Update gradle.yml

  • attempt another fix

  • attempt to fix upload

  • start working on publishing github actions

  • clean up some versioning issues

  • update gradle version

  • update MC version label

  • bring deobf back

  • update jenkins file

  • update version number

  • Update build gradle

  • update recipes

  • lang fixes

  • runs outside of dev env

  • update resources

  • rendering fixes and json files

  • get it to compile again

  • update forge

  • fix jar naming

  • update for MC1.16

  • Update rendering code for AR

  • update to 1.16.2

  • update forge ver

  • remove curseforge task from jenkinsFile

  • fix build.gradle compile issues

  • fix ecompile to decompile

  • add workflow

  • Port to 1.16

  • 16x textures from the unmerged Cl1ff PR

  • Fix infinite recursion

  • Added scale on rendering tags

  • update changelog task

  • change curse task to upload as a beta

  • Add fluidmapping capability, mostly for liquidoxygen <--> oxgygen

  • update default XML

  • use ;s everywhere

  • Add backwards compat for existing configs

  • Second Set of 1.12 Parser Changes

  • First Set of Parser Changes Separator from "; " to ";"

  • Update to new Parser Make examples follow behavior

  • Update to new Parser bits Fixes spaced fluid names

  • upgrade changelog plugin because compat

  • 'fix' Tesla dependancy issue and inability to download from curseforge

  • rename crystal -> gem to fall in line with naming conventions

  • don't try to register null blocks' icons

  • Don't populate output with all of the oredict objects

  • Fix items registering before registering recipes, fixes https://github.com/zmaster587/AdvancedRocketry/issues/1626

  • add missing event file

  • update revision

  • Fix bucket handling. See https://github.com/zmaster587/AdvancedRocketry/issues/1601

  • Volcano processing stuff

  • deprecation warning

  • fix broken default machine recipies

  • Add support for full screen centered interfaces

  • Fix issues where a stack with a damage of 32767 was not being consumed

  • make sure we support data values on the input

  • Add tooltips to multiblock machines

  • fix motor recipe

  • Should probably simulate fluid insertion before committing, leads to dupe if the bottom slot is full. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/1502

  • possible fix for https://github.com/zmaster587/AdvancedRocketry/issues/1501

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.4.0-48.

  • Switch recipes over to the 1.12+ JSON system

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.3.0-45.

  • when item decrmented out of existance, retain NBT data long enough to assign to the dropped item, fixes #1451

  • finish adding GT support

  • add minimal GT files needed for compile

  • Refactor power stuff, add GT support

  • fix some language issues (I hope), fix issues with chunk boundries and multiblock machines

  • fixes #30

  • Update IC2 support for 1.12 https://github.com/zmaster587/AdvancedRocketry/issues/1197

  • prevent machines from being too greedy, fixes #1359

  • Don't print 'air' as a required block in the holoprojector

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1331

  • Fluid machines will start processing when a fluid is added by bucket instead of requiring manual restart, https://github.com/zmaster587/AdvancedRocketry/issues/1313

  • update dilithium texture

  • fix textures with lootbags, etc

  • fix items not dropping

  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1039

  • Add locale overrides for #1012

  • Fixes jetpack toggle key #26

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters for outputs

  • add getters for outputs, update build num

  • fix itemHandler, https://github.com/zmaster587/AdvancedRocketry/issues/954

  • disable curse builds temporarily

  • update artefact location for git

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/939

  • add curseforge and changelog tasks.

2021-04-04
1.0.1-10 build-10
  • Fix returning null and breaking recipes. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/2008

  • Fluids no longer can be null I guess, fixes https://github.com/zmaster587/AdvancedRocketry/issues/2007

  • reenable cf task

  • Update to MC 1.16.5

  • sync

  • fix method's

  • initial 1.16.4 update

  • bring back tooltips in AR interfaces

  • make items show up in slots again

  • fix crash on server

  • Sync

  • add github run number support hopefully

  • lets try github actions caching

  • start working on caching

  • lets try to fix the name.

  • yml you are you so picky

  • formatting yml

  • fixes issues

  • Update gradle.yml

  • Update gradle.yml

  • attempt another fix

  • attempt to fix upload

  • start working on publishing github actions

  • clean up some versioning issues

  • update gradle version

  • update MC version label

  • bring deobf back

  • update jenkins file

  • update version number

  • Update build gradle

  • update recipes

  • lang fixes

  • runs outside of dev env

  • update resources

  • rendering fixes and json files

  • get it to compile again

  • update forge

  • fix jar naming

  • update for MC1.16

  • Update rendering code for AR

  • update to 1.16.2

  • update forge ver

  • remove curseforge task from jenkinsFile

  • fix build.gradle compile issues

  • fix ecompile to decompile

  • add workflow

  • Port to 1.16

  • 16x textures from the unmerged Cl1ff PR

  • Fix infinite recursion

  • Added scale on rendering tags

  • update changelog task

  • change curse task to upload as a beta

  • Add fluidmapping capability, mostly for liquidoxygen <--> oxgygen

  • update default XML

  • use ;s everywhere

  • Add backwards compat for existing configs

  • Second Set of 1.12 Parser Changes

  • First Set of Parser Changes Separator from "; " to ";"

  • Update to new Parser Make examples follow behavior

  • Update to new Parser bits Fixes spaced fluid names

  • upgrade changelog plugin because compat

  • 'fix' Tesla dependancy issue and inability to download from curseforge

  • rename crystal -> gem to fall in line with naming conventions

  • don't try to register null blocks' icons

  • Don't populate output with all of the oredict objects

  • Fix items registering before registering recipes, fixes https://github.com/zmaster587/AdvancedRocketry/issues/1626

  • add missing event file

  • update revision

  • Fix bucket handling. See https://github.com/zmaster587/AdvancedRocketry/issues/1601

  • Volcano processing stuff

  • deprecation warning

  • fix broken default machine recipies

  • Add support for full screen centered interfaces

  • Fix issues where a stack with a damage of 32767 was not being consumed

  • make sure we support data values on the input

  • Add tooltips to multiblock machines

  • fix motor recipe

  • Should probably simulate fluid insertion before committing, leads to dupe if the bottom slot is full. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/1502

  • possible fix for https://github.com/zmaster587/AdvancedRocketry/issues/1501

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.4.0-48.

  • Switch recipes over to the 1.12+ JSON system

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.3.0-45.

  • when item decrmented out of existance, retain NBT data long enough to assign to the dropped item, fixes #1451

  • finish adding GT support

  • add minimal GT files needed for compile

  • Refactor power stuff, add GT support

  • fix some language issues (I hope), fix issues with chunk boundries and multiblock machines

  • fixes #30

  • Update IC2 support for 1.12 https://github.com/zmaster587/AdvancedRocketry/issues/1197

  • prevent machines from being too greedy, fixes #1359

  • Don't print 'air' as a required block in the holoprojector

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1331

  • Fluid machines will start processing when a fluid is added by bucket instead of requiring manual restart, https://github.com/zmaster587/AdvancedRocketry/issues/1313

  • update dilithium texture

  • fix textures with lootbags, etc

  • fix items not dropping

  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1039

  • Add locale overrides for #1012

  • Fixes jetpack toggle key #26

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters for outputs

  • add getters for outputs, update build num

  • fix itemHandler, https://github.com/zmaster587/AdvancedRocketry/issues/954

  • disable curse builds temporarily

  • update artefact location for git

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/939

  • add curseforge and changelog tasks.

2021-04-03
1.0.1-9 build-9
  • Fix returning null and breaking recipes. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/2008

  • Fluids no longer can be null I guess, fixes https://github.com/zmaster587/AdvancedRocketry/issues/2007

  • reenable cf task

  • Update to MC 1.16.5

  • sync

  • fix method's

  • initial 1.16.4 update

  • bring back tooltips in AR interfaces

  • make items show up in slots again

  • fix crash on server

  • Sync

  • add github run number support hopefully

  • lets try github actions caching

  • start working on caching

  • lets try to fix the name.

  • yml you are you so picky

  • formatting yml

  • fixes issues

  • Update gradle.yml

  • Update gradle.yml

  • attempt another fix

  • attempt to fix upload

  • start working on publishing github actions

  • clean up some versioning issues

  • update gradle version

  • update MC version label

  • bring deobf back

  • update jenkins file

  • update version number

  • Update build gradle

  • update recipes

  • lang fixes

  • runs outside of dev env

  • update resources

  • rendering fixes and json files

  • get it to compile again

  • update forge

  • fix jar naming

  • update for MC1.16

  • Update rendering code for AR

  • update to 1.16.2

  • update forge ver

  • remove curseforge task from jenkinsFile

  • fix build.gradle compile issues

  • fix ecompile to decompile

  • add workflow

  • Port to 1.16

  • 16x textures from the unmerged Cl1ff PR

  • Fix infinite recursion

  • Added scale on rendering tags

  • update changelog task

  • change curse task to upload as a beta

  • Add fluidmapping capability, mostly for liquidoxygen <--> oxgygen

  • update default XML

  • use ;s everywhere

  • Add backwards compat for existing configs

  • Second Set of 1.12 Parser Changes

  • First Set of Parser Changes Separator from "; " to ";"

  • Update to new Parser Make examples follow behavior

  • Update to new Parser bits Fixes spaced fluid names

  • upgrade changelog plugin because compat

  • 'fix' Tesla dependancy issue and inability to download from curseforge

  • rename crystal -> gem to fall in line with naming conventions

  • don't try to register null blocks' icons

  • Don't populate output with all of the oredict objects

  • Fix items registering before registering recipes, fixes https://github.com/zmaster587/AdvancedRocketry/issues/1626

  • add missing event file

  • update revision

  • Fix bucket handling. See https://github.com/zmaster587/AdvancedRocketry/issues/1601

  • Volcano processing stuff

  • deprecation warning

  • fix broken default machine recipies

  • Add support for full screen centered interfaces

  • Fix issues where a stack with a damage of 32767 was not being consumed

  • make sure we support data values on the input

  • Add tooltips to multiblock machines

  • fix motor recipe

  • Should probably simulate fluid insertion before committing, leads to dupe if the bottom slot is full. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/1502

  • possible fix for https://github.com/zmaster587/AdvancedRocketry/issues/1501

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.4.0-48.

  • Switch recipes over to the 1.12+ JSON system

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.3.0-45.

  • when item decrmented out of existance, retain NBT data long enough to assign to the dropped item, fixes #1451

  • finish adding GT support

  • add minimal GT files needed for compile

  • Refactor power stuff, add GT support

  • fix some language issues (I hope), fix issues with chunk boundries and multiblock machines

  • fixes #30

  • Update IC2 support for 1.12 https://github.com/zmaster587/AdvancedRocketry/issues/1197

  • prevent machines from being too greedy, fixes #1359

  • Don't print 'air' as a required block in the holoprojector

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1331

  • Fluid machines will start processing when a fluid is added by bucket instead of requiring manual restart, https://github.com/zmaster587/AdvancedRocketry/issues/1313

  • update dilithium texture

  • fix textures with lootbags, etc

  • fix items not dropping

  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1039

  • Add locale overrides for #1012

  • Fixes jetpack toggle key #26

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters for outputs

  • add getters for outputs, update build num

  • fix itemHandler, https://github.com/zmaster587/AdvancedRocketry/issues/954

  • disable curse builds temporarily

  • update artefact location for git

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/939

  • add curseforge and changelog tasks.

2021-04-01
1.0.1-8 build-8
  • Fix returning null and breaking recipes. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/2008

  • Fluids no longer can be null I guess, fixes https://github.com/zmaster587/AdvancedRocketry/issues/2007

  • reenable cf task

  • Update to MC 1.16.5

  • sync

  • fix method's

  • initial 1.16.4 update

  • bring back tooltips in AR interfaces

  • make items show up in slots again

  • fix crash on server

  • Sync

  • add github run number support hopefully

  • lets try github actions caching

  • start working on caching

  • lets try to fix the name.

  • yml you are you so picky

  • formatting yml

  • fixes issues

  • Update gradle.yml

  • Update gradle.yml

  • attempt another fix

  • attempt to fix upload

  • start working on publishing github actions

  • clean up some versioning issues

  • update gradle version

  • update MC version label

  • bring deobf back

  • update jenkins file

  • update version number

  • Update build gradle

  • update recipes

  • lang fixes

  • runs outside of dev env

  • update resources

  • rendering fixes and json files

  • get it to compile again

  • update forge

  • fix jar naming

  • update for MC1.16

  • Update rendering code for AR

  • update to 1.16.2

  • update forge ver

  • remove curseforge task from jenkinsFile

  • fix build.gradle compile issues

  • fix ecompile to decompile

  • add workflow

  • Port to 1.16

  • 16x textures from the unmerged Cl1ff PR

  • Fix infinite recursion

  • Added scale on rendering tags

  • update changelog task

  • change curse task to upload as a beta

  • Add fluidmapping capability, mostly for liquidoxygen <--> oxgygen

  • update default XML

  • use ;s everywhere

  • Add backwards compat for existing configs

  • Second Set of 1.12 Parser Changes

  • First Set of Parser Changes Separator from "; " to ";"

  • Update to new Parser Make examples follow behavior

  • Update to new Parser bits Fixes spaced fluid names

  • upgrade changelog plugin because compat

  • 'fix' Tesla dependancy issue and inability to download from curseforge

  • rename crystal -> gem to fall in line with naming conventions

  • don't try to register null blocks' icons

  • Don't populate output with all of the oredict objects

  • Fix items registering before registering recipes, fixes https://github.com/zmaster587/AdvancedRocketry/issues/1626

  • add missing event file

  • update revision

  • Fix bucket handling. See https://github.com/zmaster587/AdvancedRocketry/issues/1601

  • Volcano processing stuff

  • deprecation warning

  • fix broken default machine recipies

  • Add support for full screen centered interfaces

  • Fix issues where a stack with a damage of 32767 was not being consumed

  • make sure we support data values on the input

  • Add tooltips to multiblock machines

  • fix motor recipe

  • Should probably simulate fluid insertion before committing, leads to dupe if the bottom slot is full. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/1502

  • possible fix for https://github.com/zmaster587/AdvancedRocketry/issues/1501

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.4.0-48.

  • Switch recipes over to the 1.12+ JSON system

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.3.0-45.

  • when item decrmented out of existance, retain NBT data long enough to assign to the dropped item, fixes #1451

  • finish adding GT support

  • add minimal GT files needed for compile

  • Refactor power stuff, add GT support

  • fix some language issues (I hope), fix issues with chunk boundries and multiblock machines

  • fixes #30

  • Update IC2 support for 1.12 https://github.com/zmaster587/AdvancedRocketry/issues/1197

  • prevent machines from being too greedy, fixes #1359

  • Don't print 'air' as a required block in the holoprojector

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1331

  • Fluid machines will start processing when a fluid is added by bucket instead of requiring manual restart, https://github.com/zmaster587/AdvancedRocketry/issues/1313

  • update dilithium texture

  • fix textures with lootbags, etc

  • fix items not dropping

  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1039

  • Add locale overrides for #1012

  • Fixes jetpack toggle key #26

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters for outputs

  • add getters for outputs, update build num

  • fix itemHandler, https://github.com/zmaster587/AdvancedRocketry/issues/954

  • disable curse builds temporarily

  • update artefact location for git

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/939

  • add curseforge and changelog tasks.

2021-03-31
1.0.1-7 build-7
  • Fix returning null and breaking recipes. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/2008

  • Fluids no longer can be null I guess, fixes https://github.com/zmaster587/AdvancedRocketry/issues/2007

  • reenable cf task

  • Update to MC 1.16.5

  • sync

  • fix method's

  • initial 1.16.4 update

  • bring back tooltips in AR interfaces

  • make items show up in slots again

  • fix crash on server

  • Sync

  • add github run number support hopefully

  • lets try github actions caching

  • start working on caching

  • lets try to fix the name.

  • yml you are you so picky

  • formatting yml

  • fixes issues

  • Update gradle.yml

  • Update gradle.yml

  • attempt another fix

  • attempt to fix upload

  • start working on publishing github actions

  • clean up some versioning issues

  • update gradle version

  • update MC version label

  • bring deobf back

  • update jenkins file

  • update version number

  • Update build gradle

  • update recipes

  • lang fixes

  • runs outside of dev env

  • update resources

  • rendering fixes and json files

  • get it to compile again

  • update forge

  • fix jar naming

  • update for MC1.16

  • Update rendering code for AR

  • update to 1.16.2

  • update forge ver

  • remove curseforge task from jenkinsFile

  • fix build.gradle compile issues

  • fix ecompile to decompile

  • add workflow

  • Port to 1.16

  • 16x textures from the unmerged Cl1ff PR

  • Fix infinite recursion

  • Added scale on rendering tags

  • update changelog task

  • change curse task to upload as a beta

  • Add fluidmapping capability, mostly for liquidoxygen <--> oxgygen

  • update default XML

  • use ;s everywhere

  • Add backwards compat for existing configs

  • Second Set of 1.12 Parser Changes

  • First Set of Parser Changes Separator from "; " to ";"

  • Update to new Parser Make examples follow behavior

  • Update to new Parser bits Fixes spaced fluid names

  • upgrade changelog plugin because compat

  • 'fix' Tesla dependancy issue and inability to download from curseforge

  • rename crystal -> gem to fall in line with naming conventions

  • don't try to register null blocks' icons

  • Don't populate output with all of the oredict objects

  • Fix items registering before registering recipes, fixes https://github.com/zmaster587/AdvancedRocketry/issues/1626

  • add missing event file

  • update revision

  • Fix bucket handling. See https://github.com/zmaster587/AdvancedRocketry/issues/1601

  • Volcano processing stuff

  • deprecation warning

  • fix broken default machine recipies

  • Add support for full screen centered interfaces

  • Fix issues where a stack with a damage of 32767 was not being consumed

  • make sure we support data values on the input

  • Add tooltips to multiblock machines

  • fix motor recipe

  • Should probably simulate fluid insertion before committing, leads to dupe if the bottom slot is full. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/1502

  • possible fix for https://github.com/zmaster587/AdvancedRocketry/issues/1501

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.4.0-48.

  • Switch recipes over to the 1.12+ JSON system

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.3.0-45.

  • when item decrmented out of existance, retain NBT data long enough to assign to the dropped item, fixes #1451

  • finish adding GT support

  • add minimal GT files needed for compile

  • Refactor power stuff, add GT support

  • fix some language issues (I hope), fix issues with chunk boundries and multiblock machines

  • fixes #30

  • Update IC2 support for 1.12 https://github.com/zmaster587/AdvancedRocketry/issues/1197

  • prevent machines from being too greedy, fixes #1359

  • Don't print 'air' as a required block in the holoprojector

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1331

  • Fluid machines will start processing when a fluid is added by bucket instead of requiring manual restart, https://github.com/zmaster587/AdvancedRocketry/issues/1313

  • update dilithium texture

  • fix textures with lootbags, etc

  • fix items not dropping

  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1039

  • Add locale overrides for #1012

  • Fixes jetpack toggle key #26

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters for outputs

  • add getters for outputs, update build num

  • fix itemHandler, https://github.com/zmaster587/AdvancedRocketry/issues/954

  • disable curse builds temporarily

  • update artefact location for git

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/939

  • add curseforge and changelog tasks.

2021-03-22
1.0.1-6 build-6
  • Fix returning null and breaking recipes. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/2008

  • Fluids no longer can be null I guess, fixes https://github.com/zmaster587/AdvancedRocketry/issues/2007

  • reenable cf task

  • Update to MC 1.16.5

  • sync

  • fix method's

  • initial 1.16.4 update

  • bring back tooltips in AR interfaces

  • make items show up in slots again

  • fix crash on server

  • Sync

  • add github run number support hopefully

  • lets try github actions caching

  • start working on caching

  • lets try to fix the name.

  • yml you are you so picky

  • formatting yml

  • fixes issues

  • Update gradle.yml

  • Update gradle.yml

  • attempt another fix

  • attempt to fix upload

  • start working on publishing github actions

  • clean up some versioning issues

  • update gradle version

  • update MC version label

  • bring deobf back

  • update jenkins file

  • update version number

  • Update build gradle

  • update recipes

  • lang fixes

  • runs outside of dev env

  • update resources

  • rendering fixes and json files

  • get it to compile again

  • update forge

  • fix jar naming

  • update for MC1.16

  • Update rendering code for AR

  • update to 1.16.2

  • update forge ver

  • remove curseforge task from jenkinsFile

  • fix build.gradle compile issues

  • fix ecompile to decompile

  • add workflow

  • Port to 1.16

  • 16x textures from the unmerged Cl1ff PR

  • Fix infinite recursion

  • Added scale on rendering tags

  • update changelog task

  • change curse task to upload as a beta

  • Add fluidmapping capability, mostly for liquidoxygen <--> oxgygen

  • update default XML

  • use ;s everywhere

  • Add backwards compat for existing configs

  • Second Set of 1.12 Parser Changes

  • First Set of Parser Changes Separator from "; " to ";"

  • Update to new Parser Make examples follow behavior

  • Update to new Parser bits Fixes spaced fluid names

  • upgrade changelog plugin because compat

  • 'fix' Tesla dependancy issue and inability to download from curseforge

  • rename crystal -> gem to fall in line with naming conventions

  • don't try to register null blocks' icons

  • Don't populate output with all of the oredict objects

  • Fix items registering before registering recipes, fixes https://github.com/zmaster587/AdvancedRocketry/issues/1626

  • add missing event file

  • update revision

  • Fix bucket handling. See https://github.com/zmaster587/AdvancedRocketry/issues/1601

  • Volcano processing stuff

  • deprecation warning

  • fix broken default machine recipies

  • Add support for full screen centered interfaces

  • Fix issues where a stack with a damage of 32767 was not being consumed

  • make sure we support data values on the input

  • Add tooltips to multiblock machines

  • fix motor recipe

  • Should probably simulate fluid insertion before committing, leads to dupe if the bottom slot is full. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/1502

  • possible fix for https://github.com/zmaster587/AdvancedRocketry/issues/1501

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.4.0-48.

  • Switch recipes over to the 1.12+ JSON system

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.3.0-45.

  • when item decrmented out of existance, retain NBT data long enough to assign to the dropped item, fixes #1451

  • finish adding GT support

  • add minimal GT files needed for compile

  • Refactor power stuff, add GT support

  • fix some language issues (I hope), fix issues with chunk boundries and multiblock machines

  • fixes #30

  • Update IC2 support for 1.12 https://github.com/zmaster587/AdvancedRocketry/issues/1197

  • prevent machines from being too greedy, fixes #1359

  • Don't print 'air' as a required block in the holoprojector

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1331

  • Fluid machines will start processing when a fluid is added by bucket instead of requiring manual restart, https://github.com/zmaster587/AdvancedRocketry/issues/1313

  • update dilithium texture

  • fix textures with lootbags, etc

  • fix items not dropping

  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1039

  • Add locale overrides for #1012

  • Fixes jetpack toggle key #26

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters for outputs

  • add getters for outputs, update build num

  • fix itemHandler, https://github.com/zmaster587/AdvancedRocketry/issues/954

  • disable curse builds temporarily

  • update artefact location for git

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/939

  • add curseforge and changelog tasks.

2021-03-22
1.0.5-5 build-5
  • Fix returning null and breaking recipes. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/2008

  • Fluids no longer can be null I guess, fixes https://github.com/zmaster587/AdvancedRocketry/issues/2007

  • reenable cf task

  • Update to MC 1.16.5

  • sync

  • fix method's

  • initial 1.16.4 update

  • bring back tooltips in AR interfaces

  • make items show up in slots again

  • fix crash on server

  • Sync

  • add github run number support hopefully

  • lets try github actions caching

  • start working on caching

  • lets try to fix the name.

  • yml you are you so picky

  • formatting yml

  • fixes issues

  • Update gradle.yml

  • Update gradle.yml

  • attempt another fix

  • attempt to fix upload

  • start working on publishing github actions

  • clean up some versioning issues

  • update gradle version

  • update MC version label

  • bring deobf back

  • update jenkins file

  • update version number

  • Update build gradle

  • update recipes

  • lang fixes

  • runs outside of dev env

  • update resources

  • rendering fixes and json files

  • get it to compile again

  • update forge

  • fix jar naming

  • update for MC1.16

  • Update rendering code for AR

  • update to 1.16.2

  • update forge ver

  • remove curseforge task from jenkinsFile

  • fix build.gradle compile issues

  • fix ecompile to decompile

  • add workflow

  • Port to 1.16

  • 16x textures from the unmerged Cl1ff PR

  • Fix infinite recursion

  • Added scale on rendering tags

  • update changelog task

  • change curse task to upload as a beta

  • Add fluidmapping capability, mostly for liquidoxygen <--> oxgygen

  • update default XML

  • use ;s everywhere

  • Add backwards compat for existing configs

  • Second Set of 1.12 Parser Changes

  • First Set of Parser Changes Separator from "; " to ";"

  • Update to new Parser Make examples follow behavior

  • Update to new Parser bits Fixes spaced fluid names

  • upgrade changelog plugin because compat

  • 'fix' Tesla dependancy issue and inability to download from curseforge

  • rename crystal -> gem to fall in line with naming conventions

  • don't try to register null blocks' icons

  • Don't populate output with all of the oredict objects

  • Fix items registering before registering recipes, fixes https://github.com/zmaster587/AdvancedRocketry/issues/1626

  • add missing event file

  • update revision

  • Fix bucket handling. See https://github.com/zmaster587/AdvancedRocketry/issues/1601

  • Volcano processing stuff

  • deprecation warning

  • fix broken default machine recipies

  • Add support for full screen centered interfaces

  • Fix issues where a stack with a damage of 32767 was not being consumed

  • make sure we support data values on the input

  • Add tooltips to multiblock machines

  • fix motor recipe

  • Should probably simulate fluid insertion before committing, leads to dupe if the bottom slot is full. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/1502

  • possible fix for https://github.com/zmaster587/AdvancedRocketry/issues/1501

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.4.0-48.

  • Switch recipes over to the 1.12+ JSON system

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.3.0-45.

  • when item decrmented out of existance, retain NBT data long enough to assign to the dropped item, fixes #1451

  • finish adding GT support

  • add minimal GT files needed for compile

  • Refactor power stuff, add GT support

  • fix some language issues (I hope), fix issues with chunk boundries and multiblock machines

  • fixes #30

  • Update IC2 support for 1.12 https://github.com/zmaster587/AdvancedRocketry/issues/1197

  • prevent machines from being too greedy, fixes #1359

  • Don't print 'air' as a required block in the holoprojector

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1331

  • Fluid machines will start processing when a fluid is added by bucket instead of requiring manual restart, https://github.com/zmaster587/AdvancedRocketry/issues/1313

  • update dilithium texture

  • fix textures with lootbags, etc

  • fix items not dropping

  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1039

  • Add locale overrides for #1012

  • Fixes jetpack toggle key #26

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters for outputs

  • add getters for outputs, update build num

  • fix itemHandler, https://github.com/zmaster587/AdvancedRocketry/issues/954

  • disable curse builds temporarily

  • update artefact location for git

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/939

  • add curseforge and changelog tasks.

2021-03-21
1.0.1-4 build-4
  • Fix returning null and breaking recipes. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/2008

  • Fluids no longer can be null I guess, fixes https://github.com/zmaster587/AdvancedRocketry/issues/2007

  • reenable cf task

  • Update to MC 1.16.5

  • sync

  • fix method's

  • initial 1.16.4 update

  • bring back tooltips in AR interfaces

  • make items show up in slots again

  • fix crash on server

  • Sync

  • add github run number support hopefully

  • lets try github actions caching

  • start working on caching

  • lets try to fix the name.

  • yml you are you so picky

  • formatting yml

  • fixes issues

  • Update gradle.yml

  • Update gradle.yml

  • attempt another fix

  • attempt to fix upload

  • start working on publishing github actions

  • clean up some versioning issues

  • update gradle version

  • update MC version label

  • bring deobf back

  • update jenkins file

  • update version number

  • Update build gradle

  • update recipes

  • lang fixes

  • runs outside of dev env

  • update resources

  • rendering fixes and json files

  • get it to compile again

  • update forge

  • fix jar naming

  • update for MC1.16

  • Update rendering code for AR

  • update to 1.16.2

  • update forge ver

  • remove curseforge task from jenkinsFile

  • fix build.gradle compile issues

  • fix ecompile to decompile

  • add workflow

  • Port to 1.16

  • 16x textures from the unmerged Cl1ff PR

  • Fix infinite recursion

  • Added scale on rendering tags

  • update changelog task

  • change curse task to upload as a beta

  • Add fluidmapping capability, mostly for liquidoxygen <--> oxgygen

  • update default XML

  • use ;s everywhere

  • Add backwards compat for existing configs

  • Second Set of 1.12 Parser Changes

  • First Set of Parser Changes Separator from "; " to ";"

  • Update to new Parser Make examples follow behavior

  • Update to new Parser bits Fixes spaced fluid names

  • upgrade changelog plugin because compat

  • 'fix' Tesla dependancy issue and inability to download from curseforge

  • rename crystal -> gem to fall in line with naming conventions

  • don't try to register null blocks' icons

  • Don't populate output with all of the oredict objects

  • Fix items registering before registering recipes, fixes https://github.com/zmaster587/AdvancedRocketry/issues/1626

  • add missing event file

  • update revision

  • Fix bucket handling. See https://github.com/zmaster587/AdvancedRocketry/issues/1601

  • Volcano processing stuff

  • deprecation warning

  • fix broken default machine recipies

  • Add support for full screen centered interfaces

  • Fix issues where a stack with a damage of 32767 was not being consumed

  • make sure we support data values on the input

  • Add tooltips to multiblock machines

  • fix motor recipe

  • Should probably simulate fluid insertion before committing, leads to dupe if the bottom slot is full. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/1502

  • possible fix for https://github.com/zmaster587/AdvancedRocketry/issues/1501

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.4.0-48.

  • Switch recipes over to the 1.12+ JSON system

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.3.0-45.

  • when item decrmented out of existance, retain NBT data long enough to assign to the dropped item, fixes #1451

  • finish adding GT support

  • add minimal GT files needed for compile

  • Refactor power stuff, add GT support

  • fix some language issues (I hope), fix issues with chunk boundries and multiblock machines

  • fixes #30

  • Update IC2 support for 1.12 https://github.com/zmaster587/AdvancedRocketry/issues/1197

  • prevent machines from being too greedy, fixes #1359

  • Don't print 'air' as a required block in the holoprojector

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1331

  • Fluid machines will start processing when a fluid is added by bucket instead of requiring manual restart, https://github.com/zmaster587/AdvancedRocketry/issues/1313

  • update dilithium texture

  • fix textures with lootbags, etc

  • fix items not dropping

  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1039

  • Add locale overrides for #1012

  • Fixes jetpack toggle key #26

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters for outputs

  • add getters for outputs, update build num

  • fix itemHandler, https://github.com/zmaster587/AdvancedRocketry/issues/954

  • disable curse builds temporarily

  • update artefact location for git

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/939

  • add curseforge and changelog tasks.

2021-03-21
1.0.1-3 build-3
  • Fix returning null and breaking recipes. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/2008

  • Fluids no longer can be null I guess, fixes https://github.com/zmaster587/AdvancedRocketry/issues/2007

  • reenable cf task

  • Update to MC 1.16.5

  • sync

  • fix method's

  • initial 1.16.4 update

  • bring back tooltips in AR interfaces

  • make items show up in slots again

  • fix crash on server

  • Sync

  • add github run number support hopefully

  • lets try github actions caching

  • start working on caching

  • lets try to fix the name.

  • yml you are you so picky

  • formatting yml

  • fixes issues

  • Update gradle.yml

  • Update gradle.yml

  • attempt another fix

  • attempt to fix upload

  • start working on publishing github actions

  • clean up some versioning issues

  • update gradle version

  • update MC version label

  • bring deobf back

  • update jenkins file

  • update version number

  • Update build gradle

  • update recipes

  • lang fixes

  • runs outside of dev env

  • update resources

  • rendering fixes and json files

  • get it to compile again

  • update forge

  • fix jar naming

  • update for MC1.16

  • Update rendering code for AR

  • update to 1.16.2

  • update forge ver

  • remove curseforge task from jenkinsFile

  • fix build.gradle compile issues

  • fix ecompile to decompile

  • add workflow

  • Port to 1.16

  • 16x textures from the unmerged Cl1ff PR

  • Fix infinite recursion

  • Added scale on rendering tags

  • update changelog task

  • change curse task to upload as a beta

  • Add fluidmapping capability, mostly for liquidoxygen <--> oxgygen

  • update default XML

  • use ;s everywhere

  • Add backwards compat for existing configs

  • Second Set of 1.12 Parser Changes

  • First Set of Parser Changes Separator from "; " to ";"

  • Update to new Parser Make examples follow behavior

  • Update to new Parser bits Fixes spaced fluid names

  • upgrade changelog plugin because compat

  • 'fix' Tesla dependancy issue and inability to download from curseforge

  • rename crystal -> gem to fall in line with naming conventions

  • don't try to register null blocks' icons

  • Don't populate output with all of the oredict objects

  • Fix items registering before registering recipes, fixes https://github.com/zmaster587/AdvancedRocketry/issues/1626

  • add missing event file

  • update revision

  • Fix bucket handling. See https://github.com/zmaster587/AdvancedRocketry/issues/1601

  • Volcano processing stuff

  • deprecation warning

  • fix broken default machine recipies

  • Add support for full screen centered interfaces

  • Fix issues where a stack with a damage of 32767 was not being consumed

  • make sure we support data values on the input

  • Add tooltips to multiblock machines

  • fix motor recipe

  • Should probably simulate fluid insertion before committing, leads to dupe if the bottom slot is full. Resolves https://github.com/zmaster587/AdvancedRocketry/issues/1502

  • possible fix for https://github.com/zmaster587/AdvancedRocketry/issues/1501

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.4.0-48.

  • Switch recipes over to the 1.12+ JSON system

  • Update ru_RU.lang MC 1.12.2. LibVulpes 0.3.0-45.

  • when item decrmented out of existance, retain NBT data long enough to assign to the dropped item, fixes #1451

  • finish adding GT support

  • add minimal GT files needed for compile

  • Refactor power stuff, add GT support

  • fix some language issues (I hope), fix issues with chunk boundries and multiblock machines

  • fixes #30

  • Update IC2 support for 1.12 https://github.com/zmaster587/AdvancedRocketry/issues/1197

  • prevent machines from being too greedy, fixes #1359

  • Don't print 'air' as a required block in the holoprojector

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1331

  • Fluid machines will start processing when a fluid is added by bucket instead of requiring manual restart, https://github.com/zmaster587/AdvancedRocketry/issues/1313

  • update dilithium texture

  • fix textures with lootbags, etc

  • fix items not dropping

  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1039

  • Add locale overrides for #1012

  • Fixes jetpack toggle key #26

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters for outputs

  • add getters for outputs, update build num

  • fix itemHandler, https://github.com/zmaster587/AdvancedRocketry/issues/954

  • disable curse builds temporarily

  • update artefact location for git

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/939

  • add curseforge and changelog tasks.

2021-03-18
1.16.5 HIGHLY ALPHA

该版本为非常早期的测试版,它可能会损坏你的存档。请在AR的bug追踪器上反馈你遇到的bug。未来的更新也许还会损坏你的存档!


This build is a very early alpha. it may break your world. Post issues on the Advanced Rocketry issue tracker. Future changes may break your world!

你已经到达了世界的尽头..
新建2019-10-20
0.2.8-37 UNSTABLE build-37
  • fix dependancy issues

  • use ;s everywhere

  • Add backwards compat for existing configs

  • Second Set of Parser Updates

  • First Set of Parser Changes! Turns space separator to ";".

  • fix return value

  • update dilithium texture

  • increase metadata to int size for GT compat

  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • add NPE check

  • fixes #926

  • Add locale overrides for #1012

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters, update build

  • automated curse builds

  • Fix https://github.com/zmaster587/AdvancedRocketry/issues/881

  • Add debugging for recipe loading, https://github.com/zmaster587/AdvancedRocketry/issues/866

2018-05-06
0.2.8-34 UNSTABLE build-34
  • fix return value

  • update dilithium texture

  • increase metadata to int size for GT compat

  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • add NPE check

  • fixes #926

  • Add locale overrides for #1012

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters, update build

  • automated curse builds

  • Fix https://github.com/zmaster587/AdvancedRocketry/issues/881

  • Add debugging for recipe loading, https://github.com/zmaster587/AdvancedRocketry/issues/866

2018-04-30
0.2.8-33 UNSTABLE build-33
  • increase metadata to int size for GT compat

  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • add NPE check

  • fixes #926

  • Add locale overrides for #1012

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters, update build

  • automated curse builds

  • Fix https://github.com/zmaster587/AdvancedRocketry/issues/881

  • Add debugging for recipe loading, https://github.com/zmaster587/AdvancedRocketry/issues/866

2018-04-30
0.2.8-32 UNSTABLE build-32
  • increase metadata to int size for GT compat

  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • add NPE check

  • fixes #926

  • Add locale overrides for #1012

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters, update build

  • automated curse builds

  • Fix https://github.com/zmaster587/AdvancedRocketry/issues/881

  • Add debugging for recipe loading, https://github.com/zmaster587/AdvancedRocketry/issues/866

你已经到达了世界的尽头..
新建2018-05-06
0.2.8-37 UNSTABLE build-37
  • update dilithium texture

  • fix items not dropping

  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1039

  • Add locale overrides for #1012

  • Fixes jetpack toggle key #26

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters, update build

  • Add deobf

  • order matters...

  • fix changelog not being generated

  • fix jei dep

  • make sure gralde plugins are found

  • automatic push to curse

  • pt 1 of 2 https://github.com/zmaster587/AdvancedRocketry/issues/931

  • Fix https://github.com/zmaster587/AdvancedRocketry/issues/881

  • fix #18

2018-04-12
0.2.8-36 UNSTABLE build-36
  • fix items not dropping

  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1039

  • Add locale overrides for #1012

  • Fixes jetpack toggle key #26

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters, update build

  • Add deobf

  • order matters...

  • fix changelog not being generated

  • fix jei dep

  • make sure gralde plugins are found

  • automatic push to curse

  • pt 1 of 2 https://github.com/zmaster587/AdvancedRocketry/issues/931

  • Fix https://github.com/zmaster587/AdvancedRocketry/issues/881

  • fix #18

2018-01-26
0.2.8-35 UNSTABLE build-35
  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1039

  • Add locale overrides for #1012

  • Fixes jetpack toggle key #26

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters, update build

  • Add deobf

  • order matters...

  • fix changelog not being generated

  • fix jei dep

  • make sure gralde plugins are found

  • automatic push to curse

  • pt 1 of 2 https://github.com/zmaster587/AdvancedRocketry/issues/931

  • Fix https://github.com/zmaster587/AdvancedRocketry/issues/881

  • fix #18

2018-01-24
0.2.7-34 UNSTABLE build-34
  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1039

  • Add locale overrides for #1012

  • Fixes jetpack toggle key #26

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters, update build

  • Add deobf

  • order matters...

  • fix changelog not being generated

  • fix jei dep

  • make sure gralde plugins are found

  • automatic push to curse

  • pt 1 of 2 https://github.com/zmaster587/AdvancedRocketry/issues/931

  • Fix https://github.com/zmaster587/AdvancedRocketry/issues/881

  • fix #18

2018-01-08
0.2.7-33 UNSTABLE build-33
  • fix https://github.com/zmaster587/AdvancedRocketry/issues/1039

  • Add locale overrides for #1012

  • Fixes jetpack toggle key #26

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters, update build

  • Add deobf

  • order matters...

  • fix changelog not being generated

  • fix jei dep

  • make sure gralde plugins are found

  • automatic push to curse

  • pt 1 of 2 https://github.com/zmaster587/AdvancedRocketry/issues/931

  • Fix https://github.com/zmaster587/AdvancedRocketry/issues/881

  • fix #18

你已经到达了世界的尽头..
新建2018-05-06
0.2.8-37 UNSTABLE build-37
  • update dilithium texture

  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • Add locale overrides for #1012

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters, update build

  • auto curse builds

2018-05-06
0.2.8-9 UNSTABLE build-9
  • update dilithium texture

  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • Add locale overrides for #1012

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters, update build

  • auto curse builds

  • Input/Output plugs are now 16x16 pixels, and use Thermal Expansion's Indigo Input and Orange Output standard.

2018-01-26
0.2.8-8 UNSTABLE build-8
  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • Add locale overrides for #1012

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters, update build

  • auto curse builds

  • Improved Dilithium Ore and Crystal textures

2018-01-26
0.2.8-36 UNSTABLE build-36
  • support for https://github.com/zmaster587/AdvancedRocketry/issues/1068

  • fix for https://github.com/zmaster587/AdvancedRocketry/issues/1069

  • Add locale overrides for #1012

  • fix https://github.com/zmaster587/AdvancedRocketry/issues/977

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/991

  • fixes https://github.com/zmaster587/AdvancedRocketry/issues/938#issuecomment-351028819

  • add getters, update build

  • auto curse builds

你已经到达了世界的尽头..