You've already forked minecraft-assets
Create/Update assets for version 24w37a
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{"normal":{"simultaneous_mobs":1.0,"simultaneous_mobs_added_per_player":0.5,"spawn_potentials":[{"data":{"entity":{"id":"minecraft:breeze"}},"weight":1}],"ticks_between_spawn":20,"total_mobs":2.0,"total_mobs_added_per_player":1.0},"ominous":{"loot_tables_to_eject":[{"data":"minecraft:spawners/ominous/trial_chamber/key","weight":3},{"data":"minecraft:spawners/ominous/trial_chamber/consumables","weight":7}],"simultaneous_mobs_added_per_player":0.5,"spawn_potentials":[{"data":{"entity":{"id":"minecraft:breeze"}},"weight":1}],"ticks_between_spawn":20,"total_mobs":4.0,"total_mobs_added_per_player":1.0}}
|
||||
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["normal.json","ominous.json"]}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"simultaneous_mobs": 1.0,
|
||||
"simultaneous_mobs_added_per_player": 0.5,
|
||||
"spawn_potentials": [
|
||||
{
|
||||
"data": {
|
||||
"entity": {
|
||||
"id": "minecraft:breeze"
|
||||
}
|
||||
},
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
"ticks_between_spawn": 20,
|
||||
"total_mobs": 2.0,
|
||||
"total_mobs_added_per_player": 1.0
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"loot_tables_to_eject": [
|
||||
{
|
||||
"data": "minecraft:spawners/ominous/trial_chamber/key",
|
||||
"weight": 3
|
||||
},
|
||||
{
|
||||
"data": "minecraft:spawners/ominous/trial_chamber/consumables",
|
||||
"weight": 7
|
||||
}
|
||||
],
|
||||
"simultaneous_mobs_added_per_player": 0.5,
|
||||
"spawn_potentials": [
|
||||
{
|
||||
"data": {
|
||||
"entity": {
|
||||
"id": "minecraft:breeze"
|
||||
}
|
||||
},
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
"ticks_between_spawn": 20,
|
||||
"total_mobs": 4.0,
|
||||
"total_mobs_added_per_player": 1.0
|
||||
}
|
||||
Reference in New Issue
Block a user