-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #453 from ghost/master
repair mistakes
- Loading branch information
Showing
23 changed files
with
113 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
kubejs/assets/bambootweaks/blockstates/bamboo_wall_torch.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"variants": { | ||
"facing=east": { | ||
"model": "bambootweaks:block/bamboo_torch_wall" | ||
}, | ||
"facing=south": { | ||
"model": "bambootweaks:block/bamboo_torch_wall", | ||
"y": 90 | ||
}, | ||
"facing=west": { | ||
"model": "bambootweaks:block/bamboo_torch_wall", | ||
"y": 180 | ||
}, | ||
"facing=north": { | ||
"model": "bambootweaks:block/bamboo_torch_wall", | ||
"y": 270 | ||
} | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
kubejs/assets/bambootweaks/blockstates/dry_bamboo_wall_torch.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"variants": { | ||
"facing=east": { | ||
"model": "bambootweaks:block/dry_bamboo_torch_wall" | ||
}, | ||
"facing=south": { | ||
"model": "bambootweaks:block/dry_bamboo_torch_wall", | ||
"y": 90 | ||
}, | ||
"facing=west": { | ||
"model": "bambootweaks:block/dry_bamboo_torch_wall", | ||
"y": 180 | ||
}, | ||
"facing=north": { | ||
"model": "bambootweaks:block/dry_bamboo_torch_wall", | ||
"y": 270 | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"category.carrier":"Carrier", | ||
"carrier.key":"Toggle Carrier" | ||
} |
Binary file added
BIN
+820 Bytes
kubejs/assets/drinkbeer/textures/block/beer_mug_night_howl_kvass_paw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+820 Bytes
kubejs/assets/drinkbeer/textures/block/beer_mug_night_howl_kvass_pow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
{ | ||
"entity.golemsgalore.obsdian_golem":"Obsidian Golem", | ||
"entity.golemsgalore.hay_golem":"Hay Golem", | ||
"entity.golemsgalore.diamond_laser_golem":"Diamond Laser Golem", | ||
"golemsgalore.diamond_laser_golem_banner":"Diamond Laser Golem", | ||
"golemsgalore.hay_golem_banner":"Hay Golem", | ||
"golemsgalore.obsdian_golem":"Obsidian Golem" | ||
"entity.golemsgalore.diamond_laser_golem":"Diamond Laser Golem" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"keybind.iron-jetpacks.engine":"Toggle Engine", | ||
"keybind.iron-jetpacks.hover":"Toggle Hover Mode" | ||
"key.iron-jetpacks.engine":"Toggle Engine", | ||
"key.iron-jetpacks.hover":"Toggle Hover Mode", | ||
"key.iron-jetpacks.descend":"Toggle Descend" | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"tooltip.winged.heart_of_the_sky":"§fWings ingredient" | ||
"tooltip.winged.heart_of_the_sky":"" | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,5 @@ | ||
//╔════════════════════════════════════════╗ | ||
//║ GNU Free Documentation License ║ | ||
//╚════════════════════════════════════════╝ | ||
|
||
events.listen("recipes", function (event) { | ||
|
||
//╔════════════════════════════════════════╗ | ||
//║ EXPANDEDSTORAGE/CHESTS ║ | ||
//╚════════════════════════════════════════╝ | ||
|
||
event.shapeless('expandedstorage:old_wood_chest', ['expandedstorage:wood_chest']) | ||
event.shapeless('expandedstorage:wood_chest', ['expandedstorage:old_wood_chest']); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
events.listen("recipes", function (event) { | ||
|
||
//╔════════════════════════════════════════╗ | ||
//║ ROTTEN FLESH ║ | ||
//╚════════════════════════════════════════╝ | ||
|
||
// Rotten Flesh | ||
event.recipes.minecraft.blasting(item.of('minecraft:leather'), 'minecraft:rotten_flesh') | ||
}) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
events.listen("recipes", function (event) { | ||
|
||
//╔════════════════════════════════════════╗ | ||
//║ ROTTEN FLESH ║ | ||
//╚════════════════════════════════════════╝ | ||
|
||
|
||
// Rotten Flesh | ||
event.smelting('minecraft:leather', 'minecraft:rotten_flesh').xp(0.1); | ||
}) | ||
|
Oops, something went wrong.