Skip to content

Commit

Permalink
bruv a hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ANightDazingZoroark committed Nov 30, 2023
1 parent 8ef2e92 commit 98bf476
Show file tree
Hide file tree
Showing 108 changed files with 7 additions and 62 deletions.
9 changes: 5 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,19 @@ org.gradle.jvmargs = -Xmx3G
# Mod Information
mod_version = 0.0.3
maven_group = anightdazingzoroark.rift
archives_base_name = rift
archives_base_name = prift

# If any properties changes below this line, run `gradlew setupDecompWorkspace` and refresh gradle again to ensure everything is working correctly.

# Boilerplate Options
use_mixins = true
use_coremod = true
use_mixins = false
use_coremod = false
use_assetmover = false

# Access Transformer files should be in the root of `resources` folder and with the filename formatted as: `{archives_base_name}_at.cfg`
use_access_transformer = false

# Coremod Arguments
include_mod = true
coremod_plugin_class_name = anightdazingzoroark.rift.mixin.RiftMixin
coremod_plugin_class_name =
#coremod_plugin_class_name = anightdazingzoroark.rift.mixin.RiftMixin
2 changes: 1 addition & 1 deletion src/main/java/anightdazingzoroark/rift/RiftInitialize.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

@Mod(modid = RiftInitialize.MODID, name = RiftInitialize.MODNAME, version = RiftInitialize.MODVERSION, dependencies = "required-after:forge@[11.16.0.1865,);required-after:llibrary@[1.7.19,);required-after:geckolib3@[3.0.19,)")
public class RiftInitialize {
public static final String MODID = "rift";
public static final String MODID = "prift";
public static final String SSR_MOD_ID = "shouldersurfing";
public static final String MODNAME = "Prehistoric Rift";
public static final String MODVERSION= "0.0.3";
Expand Down
56 changes: 0 additions & 56 deletions src/main/java/anightdazingzoroark/rift/mixin/RiftMixin.java

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"modid": "rift",
"modid": "prift",
"name": "Prehistoric Rift",
"description": "A Minecraft Java mod that aims to add dinosaurs and expand upon gameplay. Formerly on Bedrock.",
"version": "0.0.3",
Expand Down

0 comments on commit 98bf476

Please sign in to comment.