Skip to content

Commit

Permalink
libreforge-updater
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Jan 7, 2024
2 parents 57a4f1a + f031fb5 commit c9173c0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions eco-core/core-plugin/src/main/resources/mobs/_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,19 @@ effects:
# Ran from the perspective of the player
any-attack: [ ]

<<<<<<< HEAD
# Effects ran when the mob takes damage
# Ran from the perspective of the entity
take-damage: [ ]

# Effects ran when the player is damaged by the mob
=======
# Effects ran when the mob takes damage
# Ran from the perspective of the entity
take-damage: [ ]

# Effects ran when the player is damaged by the mob
>>>>>>> f031fb51c6a3787bc44e8bc099d3655e74366f70
# Ran from the perspective of the player
damage-player: [ ]

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#libreforge-updater
#Thu Jan 04 17:25:24 GMT 2024
#Sun Jan 07 13:52:32 GMT 2024
kotlin.code.style=official
libreforge-version=4.54.0
version=10.0.0-b6
version=10.0.0-b7

0 comments on commit c9173c0

Please sign in to comment.