⊙v⊙ 发表于 2018-11-7 18:52
字面意思,发现不明的合成配方minecraft:cake 蛋糕。
一般保存在存档的data文件夹内... ...
我知道,但是不知道具体是哪个文件,有advancements/functions两个文件夹但是都是空的,其他就是dat文件,
capabilities、idcounts、PistonRelayPairs、scoreboard,其余就是map_xxxxx.dat文件了
Mc版本?之后我可以列出一些关于这个的信息,然后你核对一下是否有错...
毕竟是以单机的思路找问题....如果帮不上忙,还是发去服务器版吧...
路径:1.12.2.jar\assets\minecraft\advancements\recipes\food\cake.json
cake.json内容:
复制代码
路径:1.12.2.jar\assets\minecraft\recipes\cake.json
cake.json内容:
复制代码
路径:1.12.2.jar\assets\minecraft\advancements\recipes\food\cake.json
cake.json内容:
- {
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "minecraft:cake"
- ]
- },
- "criteria": {
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "cake"
- }
- },
- "has_egg": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "item": "minecraft:egg"
- }
- ]
- }
- }
- },
- "requirements": [
- [
- "has_the_recipe",
- "has_egg"
- ]
- ]
- }
路径:1.12.2.jar\assets\minecraft\recipes\cake.json
cake.json内容:
- {
- "type": "crafting_shaped",
- "pattern": [
- "AAA",
- "BEB",
- "CCC"
- ],
- "key": {
- "A": {
- "item": "minecraft:milk_bucket"
- },
- "B": {
- "item": "minecraft:sugar"
- },
- "C": {
- "item": "minecraft:wheat"
- },
- "E": {
- "item": "minecraft:egg"
- }
- },
- "result": {
- "item": "minecraft:cake"
- }
- }
⊙v⊙ 发表于 2018-11-8 11:49
毕竟是以单机的思路找问题....如果帮不上忙,还是发去服务器版吧...
路径:1.12.2.jar\assets\minecraft\a ...
好吧,我打算放弃了XD,之前好多个世界都有问题是因为我用的某猫端,作者修复这个问题,但是现在主世界仍然有这个报错,但是影响不大,我干脆就无视掉了