Dependency Bump and fixed Docu

This commit is contained in:
Frank 2022-12-11 16:27:38 +01:00
parent 43b913a3bc
commit ba1f3a237f
3 changed files with 2 additions and 3 deletions

View file

@ -19,7 +19,7 @@ archives_base_name=better-end
# Dependencies # Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
patchouli_version=1.19-73-FABRIC patchouli_version=1.19-73-FABRIC
bclib_version=2.2.2 bclib_version=2.2.3
rei_version=10.0.578 rei_version=10.0.578
jei_version=11.1.0.235 jei_version=11.1.0.235
emi_version=0.5.0+1.19.3 emi_version=0.5.0+1.19.3

View file

@ -773,7 +773,6 @@ public class EternalRitual {
/** /**
* @param world World for search * @param world World for search
* @param checkPos Start search position * @param checkPos Start search position
* @param radius Search radius
* @return List of positions of the all found blocks or empty list. * @return List of positions of the all found blocks or empty list.
*/ */
public static BlockPos findClosestPoi( public static BlockPos findClosestPoi(

View file

@ -53,7 +53,7 @@
"bclib": "2.2.x" "bclib": "2.2.x"
}, },
"breaks": { "breaks": {
"bclib": "<2.2.2" "bclib": "<2.2.3"
}, },
"suggests": { "suggests": {
"byg": ">=2.0.0", "byg": ">=2.0.0",