Skip to content

Commit 20d3b8b

Browse files
committed
Change mindsplice villager level to 3
1 parent 2c6a800 commit 20d3b8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Common/src/generated/resources/data/hexdebug/recipes/brainsweep/enlightened_splicing_table.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"cost": 1000000,
88
"entityIn": {
99
"type": "villager",
10-
"minLevel": 2,
10+
"minLevel": 3,
1111
"profession": "toolsmith"
1212
},
1313
"result": {

Forge/src/main/kotlin/gay/object/hexdebug/forge/datagen/HexDebugRecipes.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class HexDebugRecipes(output: PackOutput) : PaucalRecipeProvider(output, HexDebu
5555
// enlightened splicing table
5656
BrainsweepRecipeBuilder(
5757
StateIngredientHelper.of(HexDebugBlocks.SPLICING_TABLE.value),
58-
VillagerIngredient(VillagerProfession.TOOLSMITH, null, 2),
58+
VillagerIngredient(VillagerProfession.TOOLSMITH, null, 3),
5959
HexDebugBlocks.ENLIGHTENED_SPLICING_TABLE.block.defaultBlockState(),
6060
MediaConstants.CRYSTAL_UNIT * 10,
6161
)

0 commit comments

Comments
 (0)