Tweak Tables and Fix Rose loot table

This commit is contained in:
nelle 2023-10-13 01:38:42 -06:00
parent fc9361fd82
commit 40136602d3
5 changed files with 18 additions and 4 deletions

View file

@ -2,7 +2,7 @@
"type": "minecraft:block", "type": "minecraft:block",
"pools": [ "pools": [
{ {
"rolls": 3, "rolls": 2,
"entries": [ "entries": [
{ {
"type": "minecraft:item", "type": "minecraft:item",

View file

@ -0,0 +1,14 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "roses_mod:rose_flower"
}
]
}
]
}

View file

@ -3,7 +3,7 @@
"placement": [ "placement": [
{ {
"type": "minecraft:rarity_filter", "type": "minecraft:rarity_filter",
"chance": 5 "chance": 3
}, },
{ {
"type": "minecraft:in_square" "type": "minecraft:in_square"

View file

@ -3,7 +3,7 @@
"placement": [ "placement": [
{ {
"type": "minecraft:rarity_filter", "type": "minecraft:rarity_filter",
"chance": 8 "chance": 1
}, },
{ {
"type": "minecraft:in_square" "type": "minecraft:in_square"

View file

@ -3,7 +3,7 @@
"placement": [ "placement": [
{ {
"type": "minecraft:rarity_filter", "type": "minecraft:rarity_filter",
"chance": 24 "chance": 20
}, },
{ {
"type": "minecraft:in_square" "type": "minecraft:in_square"