Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldorion committed Jun 8, 2023
1 parent 53810e1 commit 32837db
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 23 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ Mod elements that are not mentioned are completely supported with all available

### Unsupported
* Fluid
* Villager trade
* Villager profession

## Important Information
- Make sure you use MCreator 2023.1 or a newer version
- Make sure you use MCreator 2023.2 or a newer version
- Back up your workspace before updating to a newer version of the plugin.
- Mods will also require [Fabric API](https://www.curseforge.com/minecraft/mc-mods/fabric-api) to function properly, so when you want to play your mod, make sure you have fabric api.

Expand Down
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Changelogs:

## 1.9.0
## 1.9
* Updated to Minecraft 1.20
* Note: Biomes are not supported because TerraBlender is not updated yet
* Updated Fabric API to 0.83.0
* Updated Fabric Loader to 0.14.21
* [#349] Added support for custom villager trades
Expand Down
11 changes: 0 additions & 11 deletions src/apis/terrablender.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,3 @@ fabric-1.19.2:
dependencies {
modImplementation 'com.github.glitchfiend:TerraBlender-fabric:1.19.2-2.0.1.127'
}
fabric-1.19.3:
gradle: |
repositories {
maven {
url = "https://maven.minecraftforge.net/"
}
}
dependencies {
modImplementation 'com.github.glitchfiend:TerraBlender-fabric:1.19.3-2.1.0.132'
}
name: "TerraBlender Fabric (Biomes)"
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<#--
# This file is part of Fabric-Generator-MCreator.
# Copyright (C) 2012-2020, Pylo
# Copyright (C) 2020-2023, Pylo, opensource contributors
# Copyright (C) 2020-2023, Goldorion, opensource contributors
#
# Fabric-Generator-MCreator is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"weight": 11,
"info": {
"name": "Minecraft Fabric 1.20 Generator",
"version": "1.8.9",
"version": "1.9",
"description": "A Fabric generator",
"author": "Goldorion",
"credits": "Thank you to all contributors and supporters on Ko-fi",
Expand Down
14 changes: 8 additions & 6 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"generator-fabric-1.19.2": {
"latest": "1.8.9",
"generator-fabric-1.20": {
"latest": "1.9",
"changes": [
"Updated to MCreator 2023.2.22518",
"[#411] Updated Fabric Loader version to 0.14.19",
"[Bugfix #412] Fixed particles crashing on dedicated servers (kleiders)",
"Fixed several problems with different procedure blocks"
"Updated to Minecraft 1.20 (excluding biomes)",
"Updated Fabric API to 0.83.0",
"Updated Fabric Loader to 0.14.21",
"[#349] Added support for custom villager trades",
"[Bugfix #358] GUIs couldn't be loaded on servers",
"[Bugfix #408] Servers crashed when key bindings were used"
]
}
}

0 comments on commit 32837db

Please sign in to comment.