mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
Only load these if the mod is present
This commit is contained in:
parent
5ed68fca7f
commit
5e099aeea5
2 changed files with 16 additions and 0 deletions
|
@ -1,5 +1,13 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "fabric:all_mods_loaded",
|
||||
"values": [
|
||||
"farmersdelight"
|
||||
]
|
||||
}
|
||||
],
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"fabric:load_conditions": [
|
||||
{
|
||||
"condition": "fabric:all_mods_loaded",
|
||||
"values": [
|
||||
"farmersdelight"
|
||||
]
|
||||
}
|
||||
],
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
|
|
Loading…
Reference in a new issue