end update in the end wohoo idfk
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"values": [
|
||||
"szar:chemical_workbench",
|
||||
"szar:roulette",
|
||||
"szar:slot_machine",
|
||||
"szar:tictactoe",
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "szar:chemical_workbench"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"type": "szar:surface_replace",
|
||||
"config": {}
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"feature": "szar:chorus_endstone_surface",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:heightmap",
|
||||
"heightmap": "WORLD_SURFACE_WG"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -2,6 +2,8 @@
|
||||
"feature": "szar:small_chorus",
|
||||
"placement": [
|
||||
{ "type": "minecraft:count", "count": 5 },
|
||||
{ "type": "minecraft:in_square" }
|
||||
{ "type": "minecraft:in_square" },
|
||||
{ "type": "minecraft:heightmap", "heightmap": "WORLD_SURFACE_WG" },
|
||||
{ "type": "minecraft:biome" }
|
||||
]
|
||||
}
|
||||
@@ -14,13 +14,14 @@
|
||||
"LevelSummaryMixin",
|
||||
"LivingEntityFallDamageMixin",
|
||||
"NoClipMixin",
|
||||
"NoiseChunkGeneratorMixin",
|
||||
"PlaneBlockInteractionMixin",
|
||||
"PlayerDropMixin",
|
||||
"PlayerEntityMixin",
|
||||
"PlayerInteractionMixin",
|
||||
"PlayerSleepMixin",
|
||||
"RadiatedItemMixin",
|
||||
"VanillaSurfaceRulesMixin"
|
||||
"TheEndBiomeSourceMixin"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
|
||||
Reference in New Issue
Block a user