Skip to content

Commit

Permalink
修改荧灵部分数据和强化树脂制品合成表
Browse files Browse the repository at this point in the history
  • Loading branch information
Viola-Siemens committed Feb 15, 2023
1 parent 3c7796e commit 6ec917a
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ private static void initCoreActivity(Brain<LumineEntity> brain) {

private static void initIdleActivity(Brain<LumineEntity> brain) {
brain.addActivityWithConditions(Activity.IDLE, ImmutableList.of(
Pair.of(0, new GoToNearestDarkPosition<>(1.75F, true, 32)),
Pair.of(0, new GoToNearestDarkPosition<>(1.25F, true, 32)),
Pair.of(1, new GoToWantedItem<>(lumine -> true, 1.75F, true, 32)),
Pair.of(2, new StayCloseToTarget<>(LumineAi::getLikedPlayerPositionTracker, 4, 16, 2.25F)),
Pair.of(3, new RunSometimes<>(new SetEntityLookTarget(livingEntity -> true, 6.0F), UniformInt.of(30, 60))),
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "emeraldcraft:reinforced_resin_block"
},
"result": "emeraldcraft:reinforced_resin_slab",
"count": 2
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "emeraldcraft:reinforced_resin_block"
},
"result": "emeraldcraft:reinforced_resin_stairs",
"count": 1
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "emeraldcraft:reinforced_resin_block"
},
"result": "emeraldcraft:reinforced_resin_wall",
"count": 1
}

0 comments on commit 6ec917a

Please sign in to comment.