File Details
Release 0.5
- R
- Jul 23, 2023
- 148.92 KB
- 34
- 1.19.4+1
- Fabric + 1
File Name
recovery_plus-0.5+1.19.jar
Supported Versions
- 1.19.4
- 1.19.3
Curse Maven Snippet
0.4 was not released publicly :)
- Entering and exiting a dimension through the same portal now removes that portal from the list
- Remove modfest-specific blocks used to showcase the mod
-
Make the mod datapack-able:
- Files are placed in
data/modid/portal_blocks(see here for an example) - JSON files can have four objects:
trigger,predicate,inverted,action triggercan be only berecovery_plus:inside_block-
predicateandinvertedfollow standard advancement location predicate syntax (stuff likedimensionis possible)predicateis the condition under which the trigger is executedinvertedis another optional condition under which the trigger is not executed
-
actionis eitherrecovery_plus:add_to_backlog,recovery_plus:clear_backlogorrecovery_plus:set_working_setrecovery_plus:add_to_backlogadds a waypoint to the backlogrecovery_plus:clear_backlogremoves all waypoints from the backlogrecovery_plus:set_working_setadds the location to the backlog, sets the working set to the backlog and removes all waypoints from the backlog
- Lang keys are
item.recovery_plus.recovery_compass.type.modid:file_namewith modid being the id of your datapack and file_name the name of thejsonfile you put intoportal_blocks(see here for an example)
- Files are placed in
waypoint = a set of location, dimension, optional target location and dimension and a type
backlog = the set of waypoints currently being edited and not being displayed and
working set = the set of waypoints not being edited and being displayed in the compass - usually after dying...