Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master-1.19-lts' into master-1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Sep 9, 2023
2 parents 68ce93b + 7a7e530 commit 34cf407
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
8 changes: 8 additions & 0 deletions resources/changelog/1.18.2-1.2.21.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
As always, don't forget to backup your world before updating!
Requires CyclopsCore version 1.15.0 or higher.

Fixes:
* Add Farming for Blockheads merchant to spirit blacklist
It causes crashes due to rendering issues.
Closes #1004

8 changes: 8 additions & 0 deletions resources/changelog/1.19.2-1.2.27.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
As always, don't forget to backup your world before updating!
Requires CyclopsCore version 1.17.0 or higher.

Fixes:
* Add Farming for Blockheads merchant to spirit blacklist
It causes crashes due to rendering issues.
Closes #1004

Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ public class EntityVengeanceSpiritConfig extends EntityConfig<EntityVengeanceSpi
"evilcraft:vengeance_spirit",
"evilcraft:controlled_zombie",
"evilcraft:werewolf",
"minecraft:ender_dragon"
"minecraft:ender_dragon",
"farmingforblockheads:merchant" // It causes rendering issues: https://github.com/CyclopsMC/EvilCraft/issues/1004
);

@ConfigurableProperty(category = "mob", comment = "Whether vengeance spirits should always be visible in creative mode.")
Expand Down

0 comments on commit 34cf407

Please sign in to comment.