MRTangwin8 发表于 2024-9-6 11:21:42

[1.7.10~1.10.2][ssp/smp][HAYO Studio]Power Apples 魔法苹果——专属于苹果的充电宝

本帖最后由 MRTangwin8 于 2016-4-2 18:14 编辑

英文原文:



1.1.2 changes:Now you can feed the apples to living entities and they gain the potion effects.For example: Give your horse slowfall and waterwalking and jump on!
See image gallery for crafting recipes.All apples last 8:00, and they also stack, instead of refreshing.(This means that, if you eat two of the apples right away, you get the effect for 16 minutes instead of 8, unlike normal apples/potions , which would just refresh/refil the timer back to 8 minutes).Also, the new effects do work with the existing vanilla /effect command (ender = 50, navigation = 51, waterwalking = 52, slowfall = 53).
Diamond Apple- Resistance I- Health Boost V(which adds ten hearts)- Saturation I
Emerald Apple- Absorption I- Speed II- Saturation I
Lapis Apple- Haste II
Chocolate Apple- Weakness I- Speed I
Nether Apple- Mining Fatigue I- Water Breathing I
Bone Apple- Navigation IThis is a new effect that causes a compass and clock icon to show on your screen.Also shows a slimeball on screen if you are in a slime chunk (unless you are on a server where the world seed is hidden).
Ender Apple- Ender Aura IThis is a new effect that causes ender pearls to do zero damage.Also the ender pearls do not break, they drop on the ground where they land.
Clownfish Apple (added in 1.1.0)- Slowfall
Prismarine Apple (added in 1.1.0)- Waterwalk

Update 1.1.1: Config file added:
# Configuration file

##########################################################################################################
# effect_ids
#--------------------------------------------------------------------------------------------------------#
# IDs are only exposed to avoid conflicts with other mods.Messing with these might break the game.   
##########################################################################################################

effect_ids {
    I:ender_id=50
    I:nav_id=51
    I:slowfall_id=53
    I:waterwalk_id=52
}


effect_tweaks {
    # This factor affects how much the slowfall effect slows down the entity.
    S:slowfall_speed=0.41
}


general {
    B:apple_bone_enabled=true
    B:apple_chocolate_enabled=true
    B:apple_clownfish_enabled=true
    B:apple_diamond_enabled=true
    B:apple_emerald_enabled=true
    B:apple_ender_enabled=true
    B:apple_lapis_enabled=true
    B:apple_netherwart_enabled=true
    B:apple_prismarine_enabled=true
}


##########################################################################################################
# recipes
#--------------------------------------------------------------------------------------------------------#
# True means you have to fully surround the apple with 8 items, false means only a single item will craft with the red apple.
##########################################################################################################

recipes {
    B:apple_bone_expensive=true
    B:apple_chocolate_expensive=true
    B:apple_clownfish_expensive=false
    B:apple_diamond_expensive=false
    B:apple_emerald_expensive=true
    B:apple_ender_expensive=true
    B:apple_lapis_expensive=true
    B:apple_netherwart_expensive=true
    B:apple_prismarine_expensive=true
}



Requires Minecraft Forge version 1.8-11.14.3.1446 or higher.

CHANGES FOR 1.7.10 VERSION ( using forge 1.7.10-10.13.4.1558 ):
-Prismarine apples recipe takes Quartz Block input, since prismarine does not exist
-Diamond apple does not provide health boost or saturation
-Emerald does not provide absorption or saturation
-Removed bone apple and navigation aura



1.1.2版本更新:
现在你可以通过给动物投食来使他们获得XXX的效果
例如:给你的小马吃点苹果能够让他在从悬崖上摔下去的时候死不了,还可以使它学会水上轻功。

       如图为各具特色并且还不知道是否好吃的苹果(啥?你问我图在哪,不就在下面的介绍里吗)。所有苹果的药水效果只能维持8分钟,效果会叠加,而不是重新计数。 (如果你1s内吃了两个苹果,你就会被续上16min,而不是8分钟,不像正常的苹果/药水一样重置为8分钟)。(有图有真相)




另外,新的效果会在现有的效果上叠加(不像喝了叫我过来翻译简介的牛奶@Cai_Iu 之后效果会清空并重新加一个效果)。



钻石苹果

- 抗性提升 I
- 生命提升 V(它增加了10颗心)
- 饱和 I

绿宝石苹果

- 吸收 I
- 速度 II
- 饱和 I

青金石苹果
http://i4.tietuku.cn/d11d825b738058a9.png
- 急迫 II

巧克力苹果

- 虚弱 I
- 速度 I

虚空苹果
http://i4.tietuku.cn/8f3b96d85206f03a.png
- 挖掘疲劳 I
- 水下呼吸 I

骨苹果

- 导航 I

这是一个新的神奇的效果,左下角会出现一个时钟来显示时间,另外还如字面意思一样可以用来导航(除非世界种子被隐藏在服务器中)。


末影龙专门爱吃的末影苹果

- 使用末影珍珠不会造成伤害

这是食用末影苹果后的效果,使用末影珍珠不会造成任何的伤害。


小丑鱼苹果(1.1.0中添加)

- 减缓下落的速度(防止您摔死)


海晶石苹果(1.1.0中添加)

- 水上轻功,可以在水面上行走

1.1.1更新:配置文件中加入:


# Configuration file

##########################################################################################################
# 加了特技的效果ID
#--------------------------------------------------------------------------------------------------------#
# 剧透警告!   
##########################################################################################################

effect_ids {
    I:ender_id=50
    I:nav_id=51
    I:slowfall_id=53
    I:waterwalk_id=52
}


effect_tweaks {
    # This factor affects how much the slowfall effect slows down the entity.
    S:slowfall_speed=0.41
}


general {
    B:apple_bone_enabled=true
    B:apple_chocolate_enabled=true
    B:apple_clownfish_enabled=true
    B:apple_diamond_enabled=true
    B:apple_emerald_enabled=true
    B:apple_ender_enabled=true
    B:apple_lapis_enabled=true
    B:apple_netherwart_enabled=true
    B:apple_prismarine_enabled=true
}


##########################################################################################################
# 合成表
#--------------------------------------------------------------------------------------------------------#
# True=8个材料+苹果,False=1个材料+苹果
##########################################################################################################

recipes {
    B:apple_bone_expensive=true
    B:apple_chocolate_expensive=true
    B:apple_clownfish_expensive=false
    B:apple_diamond_expensive=false
    B:apple_emerald_expensive=true
    B:apple_ender_expensive=true
    B:apple_lapis_expensive=true
    B:apple_netherwart_expensive=true
    B:apple_prismarine_expensive=true

}


您需要1.8-11.14.3.1446的Forge或更高版本。

值得注意的是
1.7.10版本所进行的改动:
-海晶石苹果改为了石英块+苹果的配方,因为1.7.10版本并没有海晶石。
-钻石苹果不再提供生命提升和饱和效果。
-绿宝石苹果不再提供吸收和饱和效果。
-移除骨苹果和导航效果。



有人问我,下载地址呢?
明明在上面啊喂!
在放一遍吧,因为这很重要
http://pan.baidu.com/s/1dEwMOs5

感谢Cai_Iu的汉化(貌似没多少东西)
(如果撞车的话我就打死他好了)

(贴图库说好的永久不挂呢→_→,已修复图片)
来自于小组 HAYO Studio



就叫谷姐吧 发表于 2024-9-6 13:37:51

辛苦转载
页: [1]
查看完整版本: [1.7.10~1.10.2][ssp/smp][HAYO Studio]Power Apples 魔法苹果——专属于苹果的充电宝