Skip to content

Commit

Permalink
Merge branch 'HorizonsEndMC:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Crystalzzzz authored Oct 20, 2023
2 parents a660d30 + f621e71 commit 5eba99c
Show file tree
Hide file tree
Showing 17 changed files with 2,854 additions and 3 deletions.
4 changes: 2 additions & 2 deletions common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ dependencies {
api("com.googlecode.cqengine:cqengine:3.6.0")

api("org.litote.kmongo:kmongo:4.10.0")
api("com.fasterxml.jackson.core:jackson-databind:2.15.2")
api("com.fasterxml.jackson.core:jackson-databind:2.15.3")

api("redis.clients:jedis:5.0.1")
api("redis.clients:jedis:5.0.2")
}

kotlin.jvmToolchain(17)
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"type": "horizonsend:eden",
"generator": {
"biome_source": {
"biome": "horizonsend:eden",
"type": "minecraft:fixed"
},
"seed": 0,
"settings": "minecraft:nether",
"type": "minecraft:noise"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"logical_height": 384,
"infiniburn": "#minecraft:infiniburn_nether",
"effects": "minecraft:the_nether",
"ambient_light": -0.1,
"respawn_anchor_works": true,
"has_raids": false,
"min_y": 0,
"monster_spawn_block_light_limit": 0,
"monster_spawn_light_level": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 7,
"min_inclusive": 0
}
},
"height": 384,
"natural": false,
"coordinate_scale": 1.0,
"piglin_safe": false,
"bed_works": true,
"has_skylight": true,
"fixed_time": 18000,
"has_ceiling": false,
"ultrawarm": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
{
"type": "minecraft:chest",
"pools": [
{
"rolls": 4,
"entries": [
{
"type": "minecraft:item",
"weight": 9,
"name": "minecraft:potato",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 0,
"max": 6
}
}
]
},
{
"type": "minecraft:item",
"weight": 2,
"name": "minecraft:cooked_mutton",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 0,
"max": 10
}
}
]
},
{
"type": "minecraft:item",
"weight": 9,
"name": "minecraft:carrot",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 0,
"max": 10
}
}
]
},
{
"type": "minecraft:item",
"weight": 9,
"name": "minecraft:apple",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 0,
"max": 4
}
}
]
},
{
"type": "minecraft:item",
"weight": 1,
"name": "minecraft:poisonous_potato",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 0,
"max": 2
}
}
]
},
{
"type": "minecraft:item",
"weight": 9,
"name": "minecraft:bread",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 0,
"max": 12
}
}
]
},
{
"type": "minecraft:item",
"weight": 2,
"name": "minecraft:cooked_beef",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 0,
"max": 10
}
}
]
}
]
}
]
}
Loading

0 comments on commit 5eba99c

Please sign in to comment.