Guest User

Untitled

a guest
Dec 3rd, 2025
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. biome_modifier:
  2.  
  3. {
  4. "type": "minecraft:add_features",
  5. "biomes": "#minecraft:is_forest",
  6. "features": [
  7. "wildgrowth:patch_leaf_litter"
  8. ]
  9. }
  10.  
  11. placed_feature:
  12.  
  13. {
  14. "feature": "wildgrowth:patch_leaf_litter",
  15. "placement": [
  16. {
  17. "type": "minecraft:block_predicate_filter",
  18. "predicate": {
  19. "type": "minecraft:would_survive",
  20. "block": "wildgrowth:leaf_litter"
  21. }
  22. }
  23. ]
  24. }
  25.  
  26. configured_feature:
  27.  
  28. {
  29. "type": "minecraft:random_patch",
  30. "config": {
  31. "feature": {
  32. "type": "minecraft:simple_block",
  33. "config": {
  34. "to_place": {
  35. "type": "minecraft:weighted_state_provider",
  36. "entries": [
  37. { "data": { "Name": "wildgrowth:leaf_litter", "Properties": { "facing": "north", "leaf_amount": "1" } }, "weight": 1 },
  38. { "data": { "Name": "wildgrowth:leaf_litter", "Properties": { "facing": "east", "leaf_amount": "1" } }, "weight": 1 },
  39. { "data": { "Name": "wildgrowth:leaf_litter", "Properties": { "facing": "south", "leaf_amount": "1" } }, "weight": 1 },
  40. { "data": { "Name": "wildgrowth:leaf_litter", "Properties": { "facing": "west", "leaf_amount": "1" } }, "weight": 1 },
  41.  
  42. { "data": { "Name": "wildgrowth:leaf_litter", "Properties": { "facing": "north", "leaf_amount": "2" } }, "weight": 1 },
  43. { "data": { "Name": "wildgrowth:leaf_litter", "Properties": { "facing": "east", "leaf_amount": "2" } }, "weight": 1 },
  44. { "data": { "Name": "wildgrowth:leaf_litter", "Properties": { "facing": "south", "leaf_amount": "2" } }, "weight": 1 },
  45. { "data": { "Name": "wildgrowth:leaf_litter", "Properties": { "facing": "west", "leaf_amount": "2" } }, "weight": 1 },
  46.  
  47. { "data": { "Name": "wildgrowth:leaf_litter", "Properties": { "facing": "north", "leaf_amount": "3" } }, "weight": 1 },
  48. { "data": { "Name": "wildgrowth:leaf_litter", "Properties": { "facing": "east", "leaf_amount": "3" } }, "weight": 1 },
  49. { "data": { "Name": "wildgrowth:leaf_litter", "Properties": { "facing": "south", "leaf_amount": "3" } }, "weight": 1 },
  50. { "data": { "Name": "wildgrowth:leaf_litter", "Properties": { "facing": "west", "leaf_amount": "3" } }, "weight": 1 },
  51.  
  52. { "data": { "Name": "wildgrowth:leaf_litter", "Properties": { "facing": "north", "leaf_amount": "4" } }, "weight": 1 },
  53. { "data": { "Name": "wildgrowth:leaf_litter", "Properties": { "facing": "east", "leaf_amount": "4" } }, "weight": 1 },
  54. { "data": { "Name": "wildgrowth:leaf_litter", "Properties": { "facing": "south", "leaf_amount": "4" } }, "weight": 1 },
  55. { "data": { "Name": "wildgrowth:leaf_litter", "Properties": { "facing": "west", "leaf_amount": "4" } }, "weight": 1 }
  56. ]
  57. }
  58. }
  59. },
  60. "tries": 96,
  61. "xz_spread": 4,
  62. "y_spread": 2,
  63. "placement": [
  64. {
  65. "type": "minecraft:block_predicate_filter",
  66. "predicate": {
  67. "type": "minecraft:matching_blocks",
  68. "blocks": ["minecraft:air"]
  69. }
  70. }
  71. ]
  72. }
  73. }
Advertisement
Add Comment
Please, Sign In to add comment