You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
31
data/minecraft/loot_tables/blocks/attached_melon_stem.json
Normal file
31
data/minecraft/loot_tables/blocks/attached_melon_stem.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:binomial",
|
||||
"n": 3.0,
|
||||
"p": 0.53333336
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:melon_seeds"
|
||||
}
|
||||
],
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user