Skip to content

Commit c0b5ac0

Browse files
committed
Upstream Merge and Icon Fixes
2 parents c5a8f8a + aa090ef commit c0b5ac0

File tree

14 files changed

+192
-1059
lines changed

14 files changed

+192
-1059
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Seedmapper 2.20.x (MC1.21.11) - Modified by CevAPI
1+
# Seedmapper 2.21.x (MC1.21.11) - Modified by CevAPI
22

33
Original Repo: https://github.com/xpple/SeedMapper/
44

@@ -58,8 +58,9 @@ Change the datapack structure color scheme (applies immediately):
5858
- ```/sm:datapack colorscheme 3``` - third scheme
5959

6060
Change the datapack structure icon style (applies immediately):
61-
- ```/sm:datapack iconstyle 1``` - flat colored squares (default)
62-
- ```/sm:datapack iconstyle 2``` - colored potion bottle icons
61+
- ```/sm:datapack iconstyle 1``` - small flat colored squares (default)
62+
- ```/sm:datapack iconstyle 2``` - large flat colored squares
63+
- ```/sm:datapack iconstyle 3``` - colored potion bottle icons
6364

6465
Enable or disable auto-loading on join:
6566
- ```/sm:datapack autoload true```

buildSrc/src/main/java/dev/xpple/seedmapper/buildscript/CreateJavaBindingsTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ public abstract class CreateJavaBindingsTask extends Exec {
1313

1414
this.setWorkingDir(this.getProject().getRootDir());
1515
this.setStandardOutput(System.out);
16-
this.commandLine("./jextract/build/jextract/bin/jextract" + EXTENSION, "--include-dir", "src/main/c/cubiomes", "--output", "src/main/java", "--use-system-load-library", "--target-package", "com.github.cubiomes", "--header-class-name", "Cubiomes", "@includes.txt", "biomenoise.h", "biomes.h", "finders.h", "generator.h", "layers.h", "biomenoise.h", "biomes.h", "noise.h", "terrainnoise.h", "rng.h", "util.h", "quadbase.h", "xrms.h", "loot/items.h", "loot/logging.h", "loot/loot_functions.h", "loot/loot_table_context.h", "loot/loot_table_parser.h", "loot/loot_tables.h", "loot/mc_loot.h");
16+
this.commandLine("./jextract/build/jextract/bin/jextract" + EXTENSION, "--include-dir", "src/main/c/cubiomes", "--output", "src/main/java", "--use-system-load-library", "--target-package", "com.github.cubiomes", "--header-class-name", "Cubiomes", "@src/main/c/cubiomes/includes.txt", "biomenoise.h", "biomes.h", "finders.h", "generator.h", "layers.h", "biomenoise.h", "biomes.h", "noise.h", "terrainnoise.h", "rng.h", "util.h", "quadbase.h", "xrms.h", "loot/items.h", "loot/logging.h", "loot/loot_functions.h", "loot/loot_table_context.h", "loot/loot_table_parser.h", "loot/loot_tables.h", "loot/mc_loot.h");
1717
}
1818
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx1G
33
org.gradle.parallel=true
44

55
# Mod Properties
6-
mod_version=2.20.0-CevAPI
6+
mod_version=2.21.0-CevAPI
77
maven_group=dev.xpple
88
archives_base_name=SeedMapper
99

0 commit comments

Comments
 (0)