Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaz492 committed Dec 31, 2023
1 parent 5959208 commit 4add9f4
Show file tree
Hide file tree
Showing 49 changed files with 59 additions and 19,789 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ build
# other
eclipse
run

neoforge/runs/
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [5.1.0]

- Updated forge,fabric,neo versions
- Reworked neo to use same method as fabric
- drawForgePingInfo no longer exists

## [5.0.0]

- Ported to 1.20.4
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package dev.wuffs.bcc.client.screen;
package dev.wuffs.bcc.screen;

import dev.wuffs.bcc.Constants;
import dev.wuffs.bcc.data.BetterStatus;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package dev.wuffs.bcc.mixin;

import dev.wuffs.bcc.client.screen.BCCMultiplayerAddon;
import dev.wuffs.bcc.screen.BCCMultiplayerAddon;
import dev.wuffs.bcc.contract.ServerDataExtension;
import dev.wuffs.bcc.data.BetterStatus;
import dev.wuffs.bcc.data.BetterStatusServerHolder;
Expand Down
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Project
mod_version=5.0.0
mod_version=5.1.0
group=dev.wuffs.bcc

# Common
minecraft_version=1.20.4

# Forge
forge_version=49.0.3
forge_gradle=[6.0.16,6.2)
forge_version=49.0.13
forge_gradle=[6.0.18,6.2)

# Neo
neo_version=20.4.3-beta
neo_gradle=[7.0.60,)
neo_version=20.4.70-beta
neo_gradle=[7.0.76,)

# Fabric
fabric_version=0.91.1+1.20.4
fabric_loader_version=0.15.1
fabric_version=0.92.0+1.20.4
fabric_loader_version=0.15.3

# Mod options
mod_name=BetterCompatibilityChecker
Expand Down
14 changes: 0 additions & 14 deletions neoforge/runs/client/config/bcc-common.toml

This file was deleted.

27 changes: 0 additions & 27 deletions neoforge/runs/client/config/fml.toml

This file was deleted.

16 changes: 0 additions & 16 deletions neoforge/runs/client/config/neoforge-client.toml

This file was deleted.

140 changes: 0 additions & 140 deletions neoforge/runs/client/crash-reports/crash-2023-12-08_14.51.37-fml.txt

This file was deleted.

Empty file.
Binary file removed neoforge/runs/client/logs/2023-12-08-1.log.gz
Binary file not shown.
Binary file removed neoforge/runs/client/logs/debug-1.log.gz
Binary file not shown.
Loading

0 comments on commit 4add9f4

Please sign in to comment.