You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue occurs when only Valkyrien Skies, addons, and the mod I have specified are installed and no other mods
I have tested this issue and it occurs with only Valkyrien Skies, addons, and the mod I have specified
Minecraft Version
1.20.1
Mod Loader
Fabric
Issue description
Placing a "CC: Tweaked" advanced computer directly in front of a properly build cannon mount (holding an auto-turret) produces different results for the peripherals command, and different available APIs between forge and fabric.
I have attempted to get the exact same versions of various mods on both Fabric and Forge, but some other mods have slightly older versions for Fabric. Details below. However, after digging through the code, I suspect that the issue is in the "VS Addition" mod. I will include screen shots if github will let me.
Basically, the full API, es expressed in [1] works in Forge, but not in Fabric.
This is similar to the issue super95shao mentioned to me previously, I'll look into it.
onehittoaster
changed the title
<title>VS Addition v0.0.{9,10} create big cannons API does not work on Fabric, works on Forge
VS Addition v0.0.{9,10} create big cannons API does not work on Fabric, works on Forge
Dec 3, 2024
Separately, is it too much trouble to ask to add the "inventory" API as well? That can be worked around (attach a modem to a hopper to the cannon mount), but would be nice to have built-in when VS Addition is installed.
Mod Name
create big cannons
This issue occurs when only Valkyrien Skies, addons, and the mod I have specified are installed and no other mods
Minecraft Version
1.20.1
Mod Loader
Fabric
Issue description
Placing a "CC: Tweaked" advanced computer directly in front of a properly build cannon mount (holding an auto-turret) produces different results for the
peripherals
command, and different available APIs between forge and fabric.I have attempted to get the exact same versions of various mods on both Fabric and Forge, but some other mods have slightly older versions for Fabric. Details below. However, after digging through the code, I suspect that the issue is in the "VS Addition" mod. I will include screen shots if github will let me.
Basically, the full API, es expressed in [1] works in Forge, but not in Fabric.
[1] https://github.com/xiewuzhiying/VS-Addition/blob/1.20.1/main/common/src/main/kotlin/io/github/xiewuzhiying/vs_addition/compats/computercraft/peripheral/CannonMountMethods.kt
Results of running
peripherals
on Forge (desired):createbigcannons:cannon_mount
.cbc_cannon_mount
(has desired API).Results of running
peripherals
on Fabric (undesired):(NOTE: You must run
redstone set back true
first to assemble the cannon on Fabric).createbigcannons:cannon_mount
.item_storage
(only has inventory API).Forge (works):
![2024-12-03_09 16 27](https://private-user-images.githubusercontent.com/175035554/392068060-a6e8b2c8-2678-4761-9ef8-9bef5ce8bb88.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyODM0NjQsIm5iZiI6MTczOTI4MzE2NCwicGF0aCI6Ii8xNzUwMzU1NTQvMzkyMDY4MDYwLWE2ZThiMmM4LTI2NzgtNDc2MS05ZWY4LTliZWY1Y2U4YmI4OC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQxNDEyNDRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT01MGZkZjI2MDlkNDQ2YjRmYjdjZTIzOGJiOTA0MTVmYzNlMWNkMTg0N2ZhODI4NjI2ZTJlYmQyNTg0ZmY1NTY3JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.7Jxr87GE-nng52PepQRJFo76ANrsB9ulFcLfVZX0vhY)
![2024-12-03_09 17 44](https://private-user-images.githubusercontent.com/175035554/392068204-f99ceb5b-6424-44da-bf21-3e7a438b720c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyODM0NjQsIm5iZiI6MTczOTI4MzE2NCwicGF0aCI6Ii8xNzUwMzU1NTQvMzkyMDY4MjA0LWY5OWNlYjViLTY0MjQtNDRkYS1iZjIxLTNlN2E0MzhiNzIwYy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQxNDEyNDRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0zMGNhN2E2MzUwNWQxMDE0YmZiNmI2NTgxNWNkYTRhYTM0MjU4YWM0NDE2ZDNkZjEyMDliZThiYTdkNWM1MmI0JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.ngY6NK1-R-3zNPZ8ZUTbKEaiKbWTTNqLBWtfU5WT2E4)
![2024-12-03_09 17 54](https://private-user-images.githubusercontent.com/175035554/392070030-e8d60052-e5e9-48fd-820b-3f64138b36d3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyODM0NjQsIm5iZiI6MTczOTI4MzE2NCwicGF0aCI6Ii8xNzUwMzU1NTQvMzkyMDcwMDMwLWU4ZDYwMDUyLWU1ZTktNDhmZC04MjBiLTNmNjQxMzhiMzZkMy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQxNDEyNDRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT01MDQ3YThhY2JhYmRiOTAxZjY3ZjMyNDEwMDczYzNiYjgwODBhZTgyMjIxMzQ2YjY3YTkxNDNjNmIzOGY4MmJkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.E9q1l9Qn9wot_0longJDwkpTvf9z8AxKNqnPYzop0kc)
Fabric (desired API missing):
![2024-12-03_09 18 47](https://private-user-images.githubusercontent.com/175035554/392068702-9f494477-aa52-4319-bfe1-572e13974560.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyODM0NjQsIm5iZiI6MTczOTI4MzE2NCwicGF0aCI6Ii8xNzUwMzU1NTQvMzkyMDY4NzAyLTlmNDk0NDc3LWFhNTItNDMxOS1iZmUxLTU3MmUxMzk3NDU2MC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQxNDEyNDRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1hNTdkYWM0OTM2YjE2ODZkNzM3YTgyMDQyNjU0NzljNzA5NzAyYzJmZDc4NDEyZWZkOGMwODYzOGM5NjQ3N2I0JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.K-oSSkXrmYa2LvfspIexq9uMSM6M78_cO7i7egtqRgY)
![2024-12-03_09 18 33](https://private-user-images.githubusercontent.com/175035554/392068708-8d7e26a0-96a4-4a63-b911-e14e40177d41.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyODM0NjQsIm5iZiI6MTczOTI4MzE2NCwicGF0aCI6Ii8xNzUwMzU1NTQvMzkyMDY4NzA4LThkN2UyNmEwLTk2YTQtNGE2My1iOTExLWUxNGU0MDE3N2Q0MS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQxNDEyNDRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT05MjgwMzljMTU3MWJlZDA3YTNiNGU4N2YyMzhmNWNiNGVlM2E2MjQyOTZkMTQ5Yjc3ZDVkZDk3N2MwZDI5NTJkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.LPcdzvf7e8VVcEcZAh04jTuhKFF7eKdBSIDo0LAUIBw)
Issue reproduction
peripherals
command.Logs
No response
The text was updated successfully, but these errors were encountered: