-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
crash-2025-06-08_20.05.36-server.txt
I believe this maybe an issue with multiple mods, but Ill have to check later. If you attempt to breed frogs as the wolf origin, the game will close and crash. This seems to be due to the wolf origin's "alpha_wolf" power. Using a datapack I was able to fix it. Here is what worked and still applied the "powerful_wolf" power to pets
{
"loading_priority": 10,
"type": "origins:action_over_time",
"interval": 20,
"entity_action": {
"type": "origins:area_of_effect",
"radius": 8,
"bientity_condition": {
"type": "origins:target_condition",
"condition": {
"type": "origins:and",
"conditions": [
{
"type": "origins:tamed"
},
{
"type": "origins:entity_type",
"entity_type": "minecraft:wolf"
}
]
}
},
"bientity_action": {
"type": "origins:target_action",
"action": {
"type": "origins:grant_power",
"power": "moborigins:powerful_wolf",
"source": "apoli:command"
}
}
}
}
Metadata
Metadata
Assignees
Labels
No labels