-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
148 changed files
with
652 additions
and
126 deletions.
There are no files selected for viewing
12 changes: 6 additions & 6 deletions
12
.github/workflows/gradle-forge-1.12.yml → .github/workflows/gradle-forge-1.12.2.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
name: Build 1.12 | ||
name: Build 1.12.2 | ||
|
||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: [ main ] | ||
paths: | ||
- 'forge/fg-6.0/1.12/**' | ||
- 'forge/fg-6.0/1.12.2/**' | ||
- '.github/workflows/fg-6.0.yml' | ||
- '.github/workflows/gradle-forge-1.12.yml' | ||
- '.github/workflows/gradle-forge-1.12.2.yml' | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- 'forge/fg-6.0/1.12/**' | ||
- 'forge/fg-6.0/1.12.2/**' | ||
- '.github/workflows/fg-6.0.yml' | ||
- '.github/workflows/gradle-forge-1.12.yml' | ||
- '.github/workflows/gradle-forge-1.12.2.yml' | ||
|
||
jobs: | ||
build: | ||
uses: ./.github/workflows/fg-6.0.yml | ||
with: | ||
version: 1.12 | ||
version: 1.12.2 | ||
java-version: 8 |
12 changes: 6 additions & 6 deletions
12
.github/workflows/gradle-forge-1.13.yml → .github/workflows/gradle-forge-1.13.2.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
name: Build 1.13 | ||
name: Build 1.13.2 | ||
|
||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: [ main ] | ||
paths: | ||
- 'forge/fg-6.0/1.13/**' | ||
- 'forge/fg-6.0/1.13.2/**' | ||
- '.github/workflows/fg-6.0.yml' | ||
- '.github/workflows/gradle-forge-1.13.yml' | ||
- '.github/workflows/gradle-forge-1.13.2.yml' | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- 'forge/fg-6.0/1.13/**' | ||
- 'forge/fg-6.0/1.13.2/**' | ||
- '.github/workflows/fg-6.0.yml' | ||
- '.github/workflows/gradle-forge-1.13.yml' | ||
- '.github/workflows/gradle-forge-1.13.2.yml' | ||
|
||
jobs: | ||
build: | ||
uses: ./.github/workflows/fg-6.0.yml | ||
with: | ||
version: 1.13 | ||
version: 1.13.2 | ||
java-version: 8 |
12 changes: 6 additions & 6 deletions
12
.github/workflows/gradle-forge-1.14.yml → .github/workflows/gradle-forge-1.14.4.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
name: Build 1.14 | ||
name: Build 1.14.4 | ||
|
||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: [ main ] | ||
paths: | ||
- 'forge/fg-6.0/1.14/**' | ||
- 'forge/fg-6.0/1.14.4/**' | ||
- '.github/workflows/fg-6.0.yml' | ||
- '.github/workflows/gradle-forge-1.14.yml' | ||
- '.github/workflows/gradle-forge-1.14.4.yml' | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- 'forge/fg-6.0/1.14/**' | ||
- 'forge/fg-6.0/1.14.4/**' | ||
- '.github/workflows/fg-6.0.yml' | ||
- '.github/workflows/gradle-forge-1.14.yml' | ||
- '.github/workflows/gradle-forge-1.14.4.yml' | ||
|
||
jobs: | ||
build: | ||
uses: ./.github/workflows/fg-6.0.yml | ||
with: | ||
version: 1.14 | ||
version: 1.14.4 | ||
java-version: 8 |
12 changes: 6 additions & 6 deletions
12
.github/workflows/gradle-forge-1.15.yml → .github/workflows/gradle-forge-1.15.2.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
name: Build 1.15 | ||
name: Build 1.15.2 | ||
|
||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: [ main ] | ||
paths: | ||
- 'forge/fg-6.0/1.15/**' | ||
- 'forge/fg-6.0/1.15.2/**' | ||
- '.github/workflows/fg-6.0.yml' | ||
- '.github/workflows/gradle-forge-1.15.yml' | ||
- '.github/workflows/gradle-forge-1.15.2.yml' | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- 'forge/fg-6.0/1.15/**' | ||
- 'forge/fg-6.0/1.15.2/**' | ||
- '.github/workflows/fg-6.0.yml' | ||
- '.github/workflows/gradle-forge-1.15.yml' | ||
- '.github/workflows/gradle-forge-1.15.2.yml' | ||
|
||
jobs: | ||
build: | ||
uses: ./.github/workflows/fg-6.0.yml | ||
with: | ||
version: 1.15 | ||
version: 1.15.2 | ||
java-version: 8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: Build 1.16.5 | ||
|
||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: [ main ] | ||
paths: | ||
- 'forge/fg-6.0/1.16.5/**' | ||
- '.github/workflows/fg-6.0.yml' | ||
- '.github/workflows/gradle-forge-1.16.5.yml' | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- 'forge/fg-6.0/1.16.5/**' | ||
- '.github/workflows/fg-6.0.yml' | ||
- '.github/workflows/gradle-forge-1.16.5.yml' | ||
|
||
jobs: | ||
build: | ||
uses: ./.github/workflows/fg-6.0.yml | ||
with: | ||
version: 1.16.5 | ||
java-version: 8 |
This file was deleted.
Oops, something went wrong.
12 changes: 6 additions & 6 deletions
12
.github/workflows/gradle-forge-1.17.yml → .github/workflows/gradle-forge-1.17.1.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
name: Build 1.17 | ||
name: Build 1.17.1 | ||
|
||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: [ main ] | ||
paths: | ||
- 'forge/fg-6.0/1.17/**' | ||
- 'forge/fg-6.0/1.17.1/**' | ||
- '.github/workflows/fg-6.0.yml' | ||
- '.github/workflows/gradle-forge-1.17.yml' | ||
- '.github/workflows/gradle-forge-1.17.1.yml' | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- 'forge/fg-6.0/1.17/**' | ||
- 'forge/fg-6.0/1.17.1/**' | ||
- '.github/workflows/fg-6.0.yml' | ||
- '.github/workflows/gradle-forge-1.17.yml' | ||
- '.github/workflows/gradle-forge-1.17.1.yml' | ||
|
||
jobs: | ||
build: | ||
uses: ./.github/workflows/fg-6.0.yml | ||
with: | ||
version: 1.17 | ||
version: 1.17.1 | ||
java-version: 16 |
12 changes: 6 additions & 6 deletions
12
.github/workflows/gradle-forge-1.18.yml → .github/workflows/gradle-forge-1.18.2.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
name: Build 1.18 | ||
name: Build 1.18.2 | ||
|
||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: [ main ] | ||
paths: | ||
- 'forge/fg-6.0/1.18/**' | ||
- 'forge/fg-6.0/1.18.2/**' | ||
- '.github/workflows/fg-6.0.yml' | ||
- '.github/workflows/gradle-forge-1.18.yml' | ||
- '.github/workflows/gradle-forge-1.18.2.yml' | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- 'forge/fg-6.0/1.18/**' | ||
- 'forge/fg-6.0/1.18.2/**' | ||
- '.github/workflows/fg-6.0.yml' | ||
- '.github/workflows/gradle-forge-1.18.yml' | ||
- '.github/workflows/gradle-forge-1.18.2.yml' | ||
|
||
jobs: | ||
build: | ||
uses: ./.github/workflows/fg-6.0.yml | ||
with: | ||
version: 1.18 | ||
version: 1.18.2 | ||
java-version: 17 |
12 changes: 6 additions & 6 deletions
12
.github/workflows/gradle-forge-1.19.yml → .github/workflows/gradle-forge-1.19.4.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
name: Build 1.19 | ||
name: Build 1.19.4 | ||
|
||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: [ main ] | ||
paths: | ||
- 'forge/fg-6.0/1.19/**' | ||
- 'forge/fg-6.0/1.19.4/**' | ||
- '.github/workflows/fg-6.0.yml' | ||
- '.github/workflows/gradle-forge-1.19.yml' | ||
- '.github/workflows/gradle-forge-1.19.4.yml' | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- 'forge/fg-6.0/1.19/**' | ||
- 'forge/fg-6.0/1.19.4/**' | ||
- '.github/workflows/fg-6.0.yml' | ||
- '.github/workflows/gradle-forge-1.19.yml' | ||
- '.github/workflows/gradle-forge-1.19.4.yml' | ||
|
||
jobs: | ||
build: | ||
uses: ./.github/workflows/fg-6.0.yml | ||
with: | ||
version: 1.19 | ||
version: 1.19.4 | ||
java-version: 17 |
12 changes: 6 additions & 6 deletions
12
.github/workflows/gradle-forge-1.20.yml → .github/workflows/gradle-forge-1.20.4.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
name: Build 1.20 | ||
name: Build 1.20.4 | ||
|
||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: [ main ] | ||
paths: | ||
- 'forge/fg-6.0/1.20/**' | ||
- 'forge/fg-6.0/1.20.4/**' | ||
- '.github/workflows/fg-6.0.yml' | ||
- '.github/workflows/gradle-forge-1.20.yml' | ||
- '.github/workflows/gradle-forge-1.20.4.yml' | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- 'forge/fg-6.0/1.20/**' | ||
- 'forge/fg-6.0/1.20.4/**' | ||
- '.github/workflows/fg-6.0.yml' | ||
- '.github/workflows/gradle-forge-1.20.yml' | ||
- '.github/workflows/gradle-forge-1.20.4.yml' | ||
|
||
jobs: | ||
build: | ||
uses: ./.github/workflows/fg-6.0.yml | ||
with: | ||
version: 1.20 | ||
version: 1.20.4 | ||
java-version: 17 |
12 changes: 6 additions & 6 deletions
12
.github/workflows/gradle-forge-1.8.yml → .github/workflows/gradle-forge-1.8.9.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
name: Build 1.8 | ||
name: Build 1.8.9 | ||
|
||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: [ main ] | ||
paths: | ||
- 'forge/fg-2.1/1.8/**' | ||
- 'forge/fg-2.1/1.8.9/**' | ||
- '.github/workflows/fg-2.1.yml' | ||
- '.github/workflows/gradle-forge-1.8.yml' | ||
- '.github/workflows/gradle-forge-1.8.9.yml' | ||
pull_request: | ||
branches: [ main ] | ||
paths: | ||
- 'forge/fg-2.1/1.8/**' | ||
- 'forge/fg-2.1/1.8.9/**' | ||
- '.github/workflows/fg-2.1.yml' | ||
- '.github/workflows/gradle-forge-1.8.yml' | ||
- '.github/workflows/gradle-forge-1.8.9.yml' | ||
|
||
jobs: | ||
build: | ||
uses: ./.github/workflows/fg-2.1.yml | ||
with: | ||
version: 1.8 | ||
version: 1.8.9 | ||
java-version: 8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
40 changes: 40 additions & 0 deletions
40
forge/fg-2.1/1.8.9/src/main/java/com/therainbowville/minegasm/Minegasm.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
package com.therainbowville.minegasm; | ||
|
||
import com.therainbowville.minegasm.common.CommonProxy; | ||
import net.minecraftforge.fml.common.Mod; | ||
import net.minecraftforge.fml.common.SidedProxy; | ||
import net.minecraftforge.fml.common.event.FMLInitializationEvent; | ||
import net.minecraftforge.fml.common.event.FMLPostInitializationEvent; | ||
import net.minecraftforge.fml.common.event.FMLPreInitializationEvent; | ||
|
||
@Mod(modid = Minegasm.MOD_ID, name = Minegasm.NAME, version = Minegasm.MODVERSION) | ||
public class Minegasm { | ||
public static final String MOD_ID = "minegasm"; | ||
public static final String NAME = "Minegasm"; | ||
public static final String MODVERSION = "0.2.2"; | ||
|
||
@SidedProxy(clientSide = "com.therainbowville.minegasm.client.ClientProxy") | ||
private static CommonProxy proxy; | ||
|
||
|
||
@Mod.Instance | ||
public static Minegasm instance; | ||
|
||
@Mod.EventHandler | ||
public void preInit(FMLPreInitializationEvent event) | ||
{ | ||
proxy.preInit(event); | ||
} | ||
|
||
@Mod.EventHandler | ||
public void init(FMLInitializationEvent event) | ||
{ | ||
proxy.init(event); | ||
} | ||
|
||
@Mod.EventHandler | ||
public void postInit(FMLPostInitializationEvent event) | ||
{ | ||
proxy.postInit(event); | ||
} | ||
} |
Oops, something went wrong.