Skip to content

Commit

Permalink
missing loottables and tags + more frequent ores
Browse files Browse the repository at this point in the history
  • Loading branch information
MBatt1 committed Nov 13, 2024
1 parent 3f00da5 commit ac5d970
Show file tree
Hide file tree
Showing 8 changed files with 64 additions and 17 deletions.
8 changes: 8 additions & 0 deletions src/main/resources/data/minecraft/tags/block/fence_gates.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"values": [
"paradise_lost:aurel_fence_gate",
"paradise_lost:mother_aurel_fence_gate",
"paradise_lost:wisteria_fence_gate",
"paradise_lost:orange_fence_gate"
]
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"values": [
"paradise_lost:flaxweave_cushion"
"paradise_lost:flaxweave_cushion",
"paradise_lost:flaxweave_cushion_slab"
]
}
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
{
"logical_height": 384,
"infiniburn": "#minecraft:infiniburn_overworld",
"effects": "minecraft:overworld",
"ambient_light": 0.03,
"respawn_anchor_works": false,
"bed_works": true,
"coordinate_scale": 10.0,
"effects": "minecraft:overworld",
"has_ceiling": false,
"has_raids": false,
"min_y": -64,
"has_skylight": true,
"height": 512,
"infiniburn": "#minecraft:infiniburn_overworld",
"logical_height": 384,
"min_y": -64,
"monster_spawn_block_light_limit": 0,
"monster_spawn_light_level": {
"type": "minecraft:uniform",
"max_inclusive": 7,
"min_inclusive": 0
},
"natural": true,
"coordinate_scale": 10.0,
"piglin_safe": false,
"bed_works": true,
"has_skylight": true,
"has_ceiling": false,
"ultrawarm": false,
"monster_spawn_light_level": 3,
"monster_spawn_block_light_limit": 3
"respawn_anchor_works": false,
"ultrawarm": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"conditions": [
{
"block": "paradise_lost:flaxweave_cushion_slab",
"condition": "minecraft:block_state_property",
"properties": {
"type": "double"
}
}
],
"count": 2.0,
"function": "minecraft:set_count"
},
{
"function": "minecraft:explosion_decay"
}
],
"name": "paradise_lost:flaxweave_cushion_slab"
}
],
"rolls": 1.0
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"placement": [
{
"type": "minecraft:count",
"count": 20
"count": 36
},
{
"type": "minecraft:in_square"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"placement": [
{
"type": "minecraft:count",
"count": 6
"count": 8
},
{
"type": "minecraft:in_square"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"placement": [
{
"type": "minecraft:count",
"count": 6
"count": 8
},
{
"type": "minecraft:in_square"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"placement": [
{
"type": "minecraft:count",
"count": 16
"count": 28
},
{
"type": "minecraft:in_square"
Expand Down

0 comments on commit ac5d970

Please sign in to comment.