Skip to content

Commit af8211e

Browse files
committed
[lifecycle-events] support b1.3
1 parent 6c568fd commit af8211e

17 files changed

Lines changed: 7 additions & 7 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
setUpModule(project,
22
'entrypoints-mcin-20091223-1459-mc1.5.2',
3-
'lifecycle-events-mcb1.4-mcb1.7.3'
3+
'lifecycle-events-mcb1.3-mcb1.7.3'
44
)

libraries/lifecycle-events/lifecycle-events-mcb1.4-mcb1.7.3/build.gradle renamed to libraries/lifecycle-events/lifecycle-events-mcb1.3-mcb1.7.3/build.gradle

File renamed without changes.

libraries/lifecycle-events/lifecycle-events-mcb1.4-mcb1.7.3/gradle.properties renamed to libraries/lifecycle-events/lifecycle-events-mcb1.3-mcb1.7.3/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
min_mc_version = b1.4
1+
min_mc_version = b1.3
22
max_mc_version = b1.7.3
3-
minecraft_dependency = >=1.0.0-beta.4 <=1.0.0-beta.7.3
3+
minecraft_dependency = >=1.0.0-beta.3 <=1.0.0-beta.7.3
44

55
minecraft_version = b1.7.3
66
feather_build = 1

libraries/lifecycle-events/lifecycle-events-mcb1.4-mcb1.7.3/src/main/java/net/ornithemc/osl/lifecycle/api/WorldEvents.java renamed to libraries/lifecycle-events/lifecycle-events-mcb1.3-mcb1.7.3/src/main/java/net/ornithemc/osl/lifecycle/api/WorldEvents.java

File renamed without changes.

libraries/lifecycle-events/lifecycle-events-mcb1.4-mcb1.7.3/src/main/java/net/ornithemc/osl/lifecycle/api/client/MinecraftClientEvents.java renamed to libraries/lifecycle-events/lifecycle-events-mcb1.3-mcb1.7.3/src/main/java/net/ornithemc/osl/lifecycle/api/client/MinecraftClientEvents.java

File renamed without changes.

libraries/lifecycle-events/lifecycle-events-mcb1.4-mcb1.7.3/src/main/java/net/ornithemc/osl/lifecycle/api/client/MinecraftInstance.java renamed to libraries/lifecycle-events/lifecycle-events-mcb1.3-mcb1.7.3/src/main/java/net/ornithemc/osl/lifecycle/api/client/MinecraftInstance.java

File renamed without changes.

libraries/lifecycle-events/lifecycle-events-mcb1.4-mcb1.7.3/src/main/java/net/ornithemc/osl/lifecycle/api/server/MinecraftServerEvents.java renamed to libraries/lifecycle-events/lifecycle-events-mcb1.3-mcb1.7.3/src/main/java/net/ornithemc/osl/lifecycle/api/server/MinecraftServerEvents.java

File renamed without changes.

libraries/lifecycle-events/lifecycle-events-mcb1.4-mcb1.7.3/src/main/java/net/ornithemc/osl/lifecycle/api/server/MinecraftServerInstance.java renamed to libraries/lifecycle-events/lifecycle-events-mcb1.3-mcb1.7.3/src/main/java/net/ornithemc/osl/lifecycle/api/server/MinecraftServerInstance.java

File renamed without changes.

libraries/lifecycle-events/lifecycle-events-mcb1.4-mcb1.7.3/src/main/java/net/ornithemc/osl/lifecycle/impl/client/MinecraftAccess.java renamed to libraries/lifecycle-events/lifecycle-events-mcb1.3-mcb1.7.3/src/main/java/net/ornithemc/osl/lifecycle/impl/client/MinecraftAccess.java

File renamed without changes.

libraries/lifecycle-events/lifecycle-events-mcb1.4-mcb1.7.3/src/main/java/net/ornithemc/osl/lifecycle/impl/mixin/client/MinecraftMixin.java renamed to libraries/lifecycle-events/lifecycle-events-mcb1.3-mcb1.7.3/src/main/java/net/ornithemc/osl/lifecycle/impl/mixin/client/MinecraftMixin.java

File renamed without changes.

0 commit comments

Comments
 (0)