1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00
This commit is contained in:
TheBusyBiscuit 2020-11-01 20:46:29 +01:00
parent 6ced4d166e
commit 1141a01fd0
2 changed files with 7 additions and 1 deletions

View File

@ -26,6 +26,7 @@
## Release Candidate 18 (TBD)
#### Additions
* The Smelters Pick now also works on Ancient Debris
#### Changes
* Removed 1.13 support
@ -49,6 +50,7 @@
* Fixed #2509
* Fixed #2499
* Fixed #2527
* Fixed #2519
## Release Candidate 17 (17 Oct 2020)

View File

@ -5,6 +5,10 @@
"required" : false
},
"minecraft:gold_ore",
"minecraft:iron_ore"
"minecraft:iron_ore",
{
"id" : "minecraft:ancient_debris",
"required" : false
}
]
}