Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Compat] Rats compatibility #159

Merged
merged 1 commit into from
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@
- [x] Add pool addition
- [x] Rework processors for bounty board
2. Rat compatibility
- [] Create village building set
- [] Modify village pet shop set
- [] Add this through pool mod
- [x] Create village building set
- [x] Modify village pet shop set
- [x] Add this through pool mod
3. Ice and Fire compatibility
- [] Create village building set
- [] Add this through pool mod
- [ ] Create village building set
- [ ] Add this through pool mod
4. RPG Series
- [] Building jewelry workshop set
- [] Building Archery range set
- [] Add this through pool mod
- [ ] Building jewelry workshop set
- [ ] Building Archery range set
- [ ] Add this through pool mod
5. Fuse CTOV structure set to vanilla one.
- [x] Done
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"type": "lithostitched:add_template_pool_elements",
"predicate": {
"type": "lithostitched:all_of",
"predicates": [
"type": "lithostitched:any_of",
"predicates": [
{
"type": "lithostitched:mod_loaded",
"mod_id": "domesticationinnovation"
},
{
"type": "lithostitched:mod_loaded",
"mod_id": "rats"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"type": "lithostitched:add_template_pool_elements",
"predicate": {
"type": "lithostitched:all_of",
"predicates": [
"type": "lithostitched:any_of",
"predicates": [
{
"type": "lithostitched:mod_loaded",
"mod_id": "domesticationinnovation"
},
{
"type": "lithostitched:mod_loaded",
"mod_id": "rats"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"type": "lithostitched:add_template_pool_elements",
"predicate": {
"type": "lithostitched:all_of",
"type": "lithostitched:any_of",
"predicates": [
{
"type": "lithostitched:mod_loaded",
"mod_id": "domesticationinnovation"
},
{
"type": "lithostitched:mod_loaded",
"mod_id": "rats"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"type": "lithostitched:add_template_pool_elements",
"predicate": {
"type": "lithostitched:all_of",
"predicates": [
"type": "lithostitched:any_of",
"predicates": [
{
"type": "lithostitched:mod_loaded",
"mod_id": "domesticationinnovation"
},
{
"type": "lithostitched:mod_loaded",
"mod_id": "rats"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"type": "lithostitched:add_template_pool_elements",
"predicate": {
"type": "lithostitched:all_of",
"predicates": [
"type": "lithostitched:any_of",
"predicates": [
{
"type": "lithostitched:mod_loaded",
"mod_id": "domesticationinnovation"
},
{
"type": "lithostitched:mod_loaded",
"mod_id": "rats"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"type": "lithostitched:add_template_pool_elements",
"predicate": {
"type": "lithostitched:all_of",
"predicates": [
"type": "lithostitched:any_of",
"predicates": [
{
"type": "lithostitched:mod_loaded",
"mod_id": "domesticationinnovation"
},
{
"type": "lithostitched:mod_loaded",
"mod_id": "rats"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"type": "lithostitched:add_template_pool_elements",
"predicate": {
"type": "lithostitched:all_of",
"predicates": [
"type": "lithostitched:any_of",
"predicates": [
{
"type": "lithostitched:mod_loaded",
"mod_id": "domesticationinnovation"
},
{
"type": "lithostitched:mod_loaded",
"mod_id": "rats"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"type": "lithostitched:add_template_pool_elements",
"predicate": {
"type": "lithostitched:all_of",
"predicates": [
"type": "lithostitched:any_of",
"predicates": [
{
"type": "lithostitched:mod_loaded",
"mod_id": "domesticationinnovation"
},
{
"type": "lithostitched:mod_loaded",
"mod_id": "rats"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"type": "lithostitched:add_template_pool_elements",
"predicate": {
"type": "lithostitched:all_of",
"predicates": [
"type": "lithostitched:any_of",
"predicates": [
{
"type": "lithostitched:mod_loaded",
"mod_id": "domesticationinnovation"
},
{
"type": "lithostitched:mod_loaded",
"mod_id": "rats"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"type": "lithostitched:add_template_pool_elements",
"predicate": {
"type": "lithostitched:all_of",
"predicates": [
"type": "lithostitched:any_of",
"predicates": [
{
"type": "lithostitched:mod_loaded",
"mod_id": "domesticationinnovation"
},
{
"type": "lithostitched:mod_loaded",
"mod_id": "rats"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"type": "lithostitched:add_template_pool_elements",
"predicate": {
"type": "lithostitched:all_of",
"predicates": [
"type": "lithostitched:any_of",
"predicates": [
{
"type": "lithostitched:mod_loaded",
"mod_id": "domesticationinnovation"
},
{
"type": "lithostitched:mod_loaded",
"mod_id": "rats"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"type": "lithostitched:add_template_pool_elements",
"predicate": {
"type": "lithostitched:all_of",
"predicates": [
"type": "lithostitched:any_of",
"predicates": [
{
"type": "lithostitched:mod_loaded",
"mod_id": "domesticationinnovation"
},
{
"type": "lithostitched:mod_loaded",
"mod_id": "rats"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"type": "lithostitched:add_template_pool_elements",
"predicate": {
"type": "lithostitched:all_of",
"predicates": [
"type": "lithostitched:any_of",
"predicates": [
{
"type": "lithostitched:mod_loaded",
"mod_id": "domesticationinnovation"
},
{
"type": "lithostitched:mod_loaded",
"mod_id": "rats"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"type": "lithostitched:add_template_pool_elements",
"predicate": {
"type": "lithostitched:all_of",
"predicates": [
"type": "lithostitched:any_of",
"predicates": [
{
"type": "lithostitched:mod_loaded",
"mod_id": "domesticationinnovation"
},
{
"type": "lithostitched:mod_loaded",
"mod_id": "rats"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"type": "lithostitched:add_template_pool_elements",
"predicate": {
"type": "lithostitched:all_of",
"predicates": [
"type": "lithostitched:any_of",
"predicates": [
{
"type": "lithostitched:mod_loaded",
"mod_id": "domesticationinnovation"
},
{
"type": "lithostitched:mod_loaded",
"mod_id": "rats"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"type": "lithostitched:add_template_pool_elements",
"predicate": {
"type": "lithostitched:all_of",
"predicates": [
"type": "lithostitched:any_of",
"predicates": [
{
"type": "lithostitched:mod_loaded",
"mod_id": "domesticationinnovation"
},
{
"type": "lithostitched:mod_loaded",
"mod_id": "rats"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"type": "lithostitched:add_template_pool_elements",
"predicate": {
"type": "lithostitched:all_of",
"predicates": [
"type": "lithostitched:any_of",
"predicates": [
{
"type": "lithostitched:mod_loaded",
"mod_id": "domesticationinnovation"
},
{
"type": "lithostitched:mod_loaded",
"mod_id": "rats"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"type": "lithostitched:add_template_pool_elements",
"predicate": {
"type": "lithostitched:all_of",
"predicates": [
"type": "lithostitched:any_of",
"predicates": [
{
"type": "lithostitched:mod_loaded",
"mod_id": "domesticationinnovation"
},
{
"type": "lithostitched:mod_loaded",
"mod_id": "rats"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"type": "lithostitched:add_template_pool_elements",
"predicate": {
"type": "lithostitched:all_of",
"predicates": [
"type": "lithostitched:any_of",
"predicates": [
{
"type": "lithostitched:mod_loaded",
"mod_id": "domesticationinnovation"
},
{
"type": "lithostitched:mod_loaded",
"mod_id": "rats"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"type": "lithostitched:add_template_pool_elements",
"predicate": {
"type": "lithostitched:all_of",
"predicates": [
"type": "lithostitched:any_of",
"predicates": [
{
"type": "lithostitched:mod_loaded",
"mod_id": "domesticationinnovation"
},
{
"type": "lithostitched:mod_loaded",
"mod_id": "rats"
}
]
},
Expand Down
Loading
Loading