Version Bump
This commit is contained in:
parent
e82da8df0c
commit
5e041b615b
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ minecraft_version=1.19.2
|
|||
loader_version=0.14.9
|
||||
fabric_version=0.60.0+1.19.2
|
||||
# Mod Properties
|
||||
mod_version=2.1.1
|
||||
mod_version=2.1.2
|
||||
maven_group=org.betterx.bclib
|
||||
archives_base_name=bclib
|
||||
# Dependencies
|
||||
|
|
|
@ -26,7 +26,7 @@ import net.fabricmc.loader.api.metadata.CustomValue;
|
|||
|
||||
@Environment(EnvType.CLIENT)
|
||||
public class UpdatesScreen extends BCLibLayoutScreen {
|
||||
public static final String DONATION_URL = "https://www.paypal.com/donate/?hosted_button_id=7VTXYRXBHZQZJ";
|
||||
public static final String DONATION_URL = "https://www.buymeacoffee.com/quiqueck";
|
||||
static final ResourceLocation UPDATE_LOGO_LOCATION = new ResourceLocation(BCLib.MOD_ID, "icon_updater.png");
|
||||
|
||||
public UpdatesScreen(Screen parent) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue