Skip to content

Commit

Permalink
bump: mc1.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurawald committed May 19, 2024
1 parent 6414ef0 commit 833af35
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

Fuji is a minecraft mod that provides many essential and useful modules for vanilla survival.

> **_If minecraft gets updated, you can mail [email protected] for fuji update reminder._**
> This is a **server-side only** mod, but you can use it in a **single-player world**. (Yes, the single-player world also includes a logic-server)
> - For a server-maintainer: You only need to install this mod at the server-side, and the players don't need to install this mod at their client-side
> - For a player: You only need to install this mod at the client-side, and then you can use the modules in your single-player world.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ modrinth {
versionNumber = "$mod_version"
versionType = "release"
uploadFile = remapJar
gameVersions = ['1.20.5']
gameVersions = ['1.20.6']
loaders = ["fabric"]
dependencies {
required.project "fabric-api"
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ maven_group=io.github.sakurawald
archives_base_name=fuji

# fabric deps
minecraft_version=1.20.5
minecraft_version=1.20.6
loader_version=0.15.11
yarn_mappings=1.20.5+build.1
yarn_mappings=1.20.6+build.1

# mod deps
fabric_api_version=0.97.8+1.20.5
carpet_core_version=1.20.5-1.4.140+v240423
fabric_api_version=0.98.0+1.20.6
carpet_core_version=1.20.6-1.4.141+v240429
sgui_version=1.5.1+1.20.5
adventure_api_version=4.15.0
adventure_platform_fabric_version=5.13.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ public SimpleGui build(ServerPlayerEntity player) {
}

/* construct items */
player.sendMessage(Text.literal(itemStack.getComponents().toString()));

ContainerComponent containerComponent = itemStack.get(DataComponentTypes.CONTAINER);

if (containerComponent != null) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
import java.util.UUID;


//todo: fix world download module no class found bug
public class WorldDownloaderModule extends ModuleInitializer {

private EvictingQueue<String> contextQueue;
Expand Down

0 comments on commit 833af35

Please sign in to comment.