Skip to content

Commit

Permalink
Satisfy the building process
Browse files Browse the repository at this point in the history
  • Loading branch information
Manchick0 committed Dec 28, 2024
1 parent f2a0fe8 commit 9e27711
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions develop/entities/effects.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ For a quick test, it might be a better idea to use the previously mentioned `/ef
```mcfunction
effect give @p fabric-docs-reference:tater
```

:::

To apply an effect internally, you'd want to use the `LivingEntity#addStatusEffect` method, which takes in
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package com.example.docs;

import com.example.docs.effect.FabricDocsReferenceEffects;

import net.minecraft.entity.LivingEntity;
import net.minecraft.entity.effect.StatusEffectInstance;

import com.example.docs.effect.FabricDocsReferenceEffects;

/**
* A static-first class, used solely to provide version-aware
* references to internal methods.
Expand Down

0 comments on commit 9e27711

Please sign in to comment.