Alpha Release: additions 0.9.0 (#880)
Signed-off-by: Pyritie <pyritie@gmail.com> Signed-off-by: TomPlop <tomdidome@gmail.com> Signed-off-by: Adora <adoradyne.58@gmail.com> Signed-off-by: MetenBouldry <94766011+MetenBouldry@users.noreply.github.com> Signed-off-by: CaitlynMC <135169224+CaitlynMC@users.noreply.github.com> Signed-off-by: SverhRazum-Nah <leon.trol@mail.ru> Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com> Signed-off-by: Xikaro <55663835+Xikaro@users.noreply.github.com> Co-authored-by: Xikaro <os.valerievich@ya.ru> Co-authored-by: Nebby <78170922+Nebby1999@users.noreply.github.com> Co-authored-by: Redeix <brayden.j.m.ford@gmail.com> Co-authored-by: TomPlop <tomdidome@gmail.com> Co-authored-by: aidie8 <aidenvanzuilen@gmail.com> Co-authored-by: Xikaro <55663835+Xikaro@users.noreply.github.com> Co-authored-by: Zleub <debray.arnaud@gmail.com> Co-authored-by: Adora <adoradyne.58@gmail.com> Co-authored-by: Curtis Merrill <curtis.r.merrill@gmail.com> Co-authored-by: julia <97713533+juliakity@users.noreply.github.com> Co-authored-by: GamerDadDave <gamerdaddave@gmail.com> Co-authored-by: MetenBouldry <94766011+MetenBouldry@users.noreply.github.com> Co-authored-by: CaitlynMC <135169224+CaitlynMC@users.noreply.github.com> Co-authored-by: SverhRazum-Nah <leon.trol@mail.ru> Co-authored-by: Redeix <59435925+Redeix@users.noreply.github.com> Co-authored-by: Nebby1999 <nebby131999@gmail.com>
This commit is contained in:
parent
ec2e3cd3c4
commit
189f5aebce
94 changed files with 4858 additions and 2300 deletions
|
|
@ -132,6 +132,8 @@ TFCEvents.data(event => {
|
|||
LootJS.modifiers((event) => {
|
||||
registerGTCEULoots(event)
|
||||
registerLootrLoots(event)
|
||||
registerPrimitiveCreatesLoots(event)
|
||||
registerTFCLoots(event)
|
||||
});
|
||||
|
||||
/**
|
||||
|
|
@ -148,7 +150,6 @@ GTCEuServerEvents.oreVeins(event => {
|
|||
*/
|
||||
ServerEvents.recipes(event => {
|
||||
registerAdvancedPeripheralsRecipes(event)
|
||||
registerAdvancedPeripheralsRecyclingRecipes(event)
|
||||
registerAlekishipsRecipes(event)
|
||||
registerAE2Recipes(event)
|
||||
registerAFCRecipes(event)
|
||||
|
|
@ -162,9 +163,7 @@ ServerEvents.recipes(event => {
|
|||
registerChiselAndBitsRecipes(event)
|
||||
registerComfortsRecipes(event);
|
||||
registerComputerCraftRecipes(event)
|
||||
registerComputerCraftRecyclingRecipes(event)
|
||||
registerCccBridgeRecipes(event)
|
||||
registerCccBridgeRecyclingRecipes(event)
|
||||
registerConstructionwandRecipes(event)
|
||||
registerCreateRecipes(event)
|
||||
registerCreateAdditionsRecipes(event)
|
||||
|
|
@ -173,6 +172,7 @@ ServerEvents.recipes(event => {
|
|||
registerCreateHorsePowerBlockRecipes(event)
|
||||
registerDiggerHelmetRecipes(event)
|
||||
registerDomumOrnamentumRecipes(event)
|
||||
registerEndermanOverhaulRecipes(event)
|
||||
registerEveryCompatRecipes(event)
|
||||
registerExtendedAE2Recipes(event)
|
||||
registerExposureRecipes(event)
|
||||
|
|
@ -183,7 +183,7 @@ ServerEvents.recipes(event => {
|
|||
registerFTBQuestsRecipes(event)
|
||||
registerGrapplingHookRecipes(event);
|
||||
registerGreateRecipes(event)
|
||||
registerGTCEURecipes(event)
|
||||
registerGTCEURecipes(event);
|
||||
registerHandGliderRecipes(event)
|
||||
registerHotOrNotRecipes(event)
|
||||
registerImmersiveAircraftRecipes(event)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue