Skip to content

Commit e89841f

Browse files
committed
Merge 1.21.9(10) into 1.21.11
* 1.21.9(10): Update and format changelog (1.5.0|26) Update Loom's plugin id for remap on Loom 1.14
2 parents 26250b3 + e0d4ca5 commit e89841f

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
<!--publish=false-->
22
## 1.5.0:
3+
#### \+ <sub><ins>Added</ins>:</sub>
34
- `1.21.11`:
45
- Update to <ins>1.21.11</ins>
56
- Add _Spear_ variants for all wood types and separate _Stone Spears_ into _**Cobblestone**_, _**Deepslate**_ and _**Blackstone** Spears_
6-
- Zombies can now spawn holding _Iron Sword_ and _Iron Shovel_ variants
7-
- `1.21.11`: Zombies can spawn holding _Iron Spear_ variants
7+
- Zombies (and Husks) can now spawn holding _Iron Sword_ and _Iron Shovel_<sup>1</sup> variants
8+
- `1.21.11`: Zombies can spawn holding _Iron Spear_ variants
9+
#### ± <sub><ins>Changed</ins>:</sub>
810
- `1.20.1`, `1.21(.1)`: Allow _**Oak** Wooden Sword_ (vanilla) to be crafted using any _Planks_ type as long as an _**Oak** Stick_ (vanilla) is used (essentially reverting behavior back to the vanilla recipe).
911
> **Note**: Versions newer than `1.21(.1)` already had this behavior implemented.
1012
- Update _Spectral Arrow_ recipe to accept any _Arrow_ variant
11-
- `1.21.4+`: Fix _**Pale Oak** Bow_ not being usable as fuel for smelting (`Requires Quad`)
13+
#### \* <sub><ins>Fixed</ins>:</sub>
14+
- `1.21.4+`: Fix _**Pale Oak** Bow_ not being usable as fuel for smelting (`Requires `[`Quad`](https://modrinth.com/mod/quad))
15+
16+
<sup>1): Requires <ins>More Tool Variants (MStV+)</ins> (&#x200A;<sub><a title="More Tool Variants (MStV+)&#10;on Modrinth" href="https://modrinth.com/mod/more-tool-variants/"><img width=20 src="https://img.shields.io/badge/-%20-%23032a?style=flat&logo=modrinth"></a></sub><!--SEPARATOR_V--><img width=5 height=8 src="https://raw.githubusercontent.com/pnk2u/resources/main/ModProjects/shared/pres/icon/separator_v.svg"><sub><a title="More Tool Variants (MStV+)&#10;on Curseforge" href="https://www.curseforge.com/minecraft/mc-mods/more-tool-variants/"><img width=20 src="https://img.shields.io/badge/--%23302a?style=flat&logo=curseforge"></a></sub>&#x200A;)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import groovy.json.JsonSlurper
22
import groovy.xml.XmlSlurper
33

44
plugins {
5-
id 'fabric-loom' // version from latest-loom.gradle via settings.gradle's pluginManagement
5+
id 'net.fabricmc.fabric-loom-remap' // version from latest-loom.gradle via settings.gradle's pluginManagement
66
id 'maven-publish'
77
}
88

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ pluginManagement {
1111
}
1212

1313
plugins {
14-
id "fabric-loom" version loomVersion
14+
id "net.fabricmc.fabric-loom-remap" version loomVersion
1515
}
1616
}

0 commit comments

Comments
 (0)