-
```
What steps will reproduce the problem?
1. Set up action method to take one required string parameter ("StringParam"),
one required int parameter ("IntParam"),
and one optional bool parameter ("B…
-
```
What steps will reproduce the problem?
1. Set up action method to take one required string parameter ("StringParam"),
one required int parameter ("IntParam"),
and one optional bool parameter ("B…
-
When working with fast-moving plugins it is useful to have transparency into the version of the plugin you're working with or upgrading to. For example, imagine you hit an issue with a plugin. You wil…
-
## Description of Issue
Attempting to give CIT components to components that use an array/list (like suspicious stew) does not display the CIT in-game.
## Steps to Reproduce
1. Open Minecraft
2.…
-
The recipe to craft white chocolate bottles only empties the milk bottle rather than consuming it, creating an extra bottle with white chocolate in it.
Tested with MC 1.18.1, Fabric API 0.44.0+1.18…
-
# Djibouti - Yummy World!
Your new 11ty blog
[https://our-food-challenge.glitch.me/posts/djibouti/](https://our-food-challenge.glitch.me/posts/djibouti/)
-
Chapter 1, Easing Life, Ultimate Tank, book will not detect
No More Bones, The Quest is asking for bedrock, (don't know if this is intentional), also there is a invalid item as a reward.
Chapter 7,…
-
Through a quick setup and playthrough- I have got thinking about the flow of hardcore crafting (HC) to both new and experienced players.
The first problem i've sort of been unsettled over is how ha…
-
```
What steps will reproduce the problem?
1. Have high cooking skill (not sure about level)
2. Go to The Rokk (npc=24393) or Katherine Lee (npc=28705).
What is the expected output? What do you see i…
-
Currently you can specify a field with text/text_phrase/match/match_phrase queries:
```
s = S().query(foo__match='bar')
```
creates the query clause:
```
query: {
{'match': {'foo': 'bar'}}
}
``…